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.



8. Double click on function module.




Comments

Popular posts from this blog

New syntax for append- VALUE (new syntax 7.4+) in ABAP

Read statement new syntax in ABAP. (7.4+).

Concatenation new syntax( 7.4+ ).