0 votes
in SAP by
Can I Execute User Exits? If Yes, How?

1 Answer

0 votes
by

Yes you can. after finding the user exit, you need to use, goto CMOD adds your user-exit to your project. Then activate the FM which you require. Now go into that function module there will be an 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.

...