2006 Mar 31 10:35 AM
hi all,
my requirement is to find out all the external performs(form will be in another program)in a given program,i want to know wether there are any function modules which does this.i should not be using scan statement for this purpose.
2006 Mar 31 10:50 AM
Maybe with Code Inspector you can generate such overview.
In the variant you have the option 'Syntax Check/Generation', 'Extended Program Check' andf you can flag 'FORM/PERFORM Interfaces'.
Peter
Maybe with Code Inspector you can generate such overview.
In the variant you have the option 'Syntax Check/Generation', 'Extended Program Check' andf you can flag 'FORM/PERFORM Interfaces'.
Peter
2006 Mar 31 10:50 AM
Maybe with Code Inspector you can generate such overview.
In the variant you have the option 'Syntax Check/Generation', 'Extended Program Check' andf you can flag 'FORM/PERFORM Interfaces'.
Peter
2006 Mar 31 10:54 AM
peter
i should be in a position to list the program name and the form used for a given program, i am writing a report for it in which the selection screen consists of just a progam name.
2006 Mar 31 11:02 AM
>i am writing a report for it in which the selection screen consists of just a progam name.
Try transaction SCII, in the object selection you can add single program and in the check variant use Temporary definintion with flagging only the mentioned option.
2006 Mar 31 11:13 AM
Hi
The best way to check your program with "CODE INSPECTOR"
TCODE IS -SCI.
It will help you to find out the number of function module presentin your program.
I hope this will help you to solve your problem.
Thanks
Mrutyunjaya Tripathy
2006 Mar 31 11:32 AM
Hi,
Just chek out if this program helps you:
RPR_ABAP_SOURCE_SCAN.
you can do a submit and work your logic here:
submit RPR_ABAP_SOURCE_SCAN
with REPNAME in progs
with SSTRING in table_list...Regards,
Anjali
Note: pls reward the helpful replies.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |