Second way to find a Function Module Exit in ABAP
Put the package name of the program in SMOD T-code (Utilities-find-package name).
1. Go to T-code 'VA01'.
2.Click on 'system' and select 'status' and double click on program name.
3. Click on Goto - Attributes. (package 'VA').
4. Goto T-code 'SMOD'.
5. Goto utilities and click on find.
6. Give package name 'VA' and execute.
7. Select function module as per our requirement.
Comments
Post a Comment