‎2007 Jul 05 11:13 AM
Hi Friends..
Now iam open one program..
I want to scan the entire program and list out the particular keyword is present or not in the program..
For example one select option i gave program name,
another select option i gave the statement(for example - function module)
if i run the program..
the output shows the particular progarm having function module or not..
Thanks
Gowrishankar
‎2007 Jul 05 11:16 AM
Hi,
use program RPR_ABAP_SOURCE_SCAN
Reward points if useful.
Regards,
Atish
‎2007 Jul 05 11:16 AM
Hi,
use program RPR_ABAP_SOURCE_SCAN
Reward points if useful.
Regards,
Atish
‎2007 Jul 05 11:16 AM
Gowri,
Use the following SAP Standard report.
RPR_ABAP_SOURCE_SCAN
K.Kiran.
‎2007 Jul 05 11:17 AM
You can use the SCAN Statement.
Syntax :
1. SCAN ABAP-SOURCE itab1 TOKENS INTO itab2
STATEMENTS INTO itab3.
2. SCAN AND CHECK ABAP-SOURCE itab1 ...RESULT INTO itab2.
Regards,
Anish Thomas