InterviewSolution
| 1. |
Can I Execute User Exits? If Yes, How? |
|
Answer» Yes you can. after finding the user exit, you need to use, goto CMOD add your user-exit to your project. Then activate the FM which you REQUIRE. Now go into that function MODULE there will be a Include program WIT name ZX*. Double click on it, it will ask to create an OBJECT, answer it Yes and then write your code in it. Yes you can. after finding the user exit, you need to use, goto CMOD add your user-exit to your project. Then activate the FM which you require. Now go into that function module there will be a Include program wit name ZX*. Double click on it, it will ask to create an object, answer it Yes and then write your code in it. |
|