2010 Sep 16 6:39 AM
Hi
I have got list of Function modules with me, I have to find out the list of all the function modules being called in those function modules.
I have around 200+ function modules so manual checking is not possible, so thought to create a program of it.
Please guide to which i can list out all the function modules called in the list i have.
2010 Sep 16 7:46 AM
use F1 and ABAP command:
.SCAN ABAP-SOURCE itab1 ...TOKENS INTO itab2
STATEMENTS INTO itab3
KEYWORDS FROM itab4 (-> in itab4 you can add command "call function")
..
hope that helps
Andreas
use F1 and ABAP command:
.SCAN ABAP-SOURCE itab1 ...TOKENS INTO itab2
STATEMENTS INTO itab3
KEYWORDS FROM itab4 (-> in itab4 you can add command "call function")
..
hope that helps
Andreas
2010 Sep 16 7:46 AM
use F1 and ABAP command:
.SCAN ABAP-SOURCE itab1 ...TOKENS INTO itab2
STATEMENTS INTO itab3
KEYWORDS FROM itab4 (-> in itab4 you can add command "call function")
..
hope that helps
Andreas
2010 Sep 16 8:01 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |