2007 Sep 24 9:37 AM
hi all,
i have to make change in all program in my system in which spars field is used in select statement. how to fin all those z-programs
points will be awarded for all useful answers.
Regards
Deepak Kumar
2007 Sep 24 9:41 AM
1. Goto SE38
2. Type RPR_ABAP_SOURCE_SCAN
3. Click Execute
4. in Program Name type Z*
5. In String type SPRAS
6. Execute
2007 Sep 24 9:40 AM
Go to the field SPARS in the respective table, double clikc on it and click on where-used-list. Check the "program" checkbox and click OK.
It will ist all the programs where this field is used..filter out the z programs and chekc individual programs..
2007 Sep 24 9:41 AM
1. Goto SE38
2. Type RPR_ABAP_SOURCE_SCAN
3. Click Execute
4. in Program Name type Z*
5. In String type SPRAS
6. Execute
2007 Sep 24 9:42 AM
Deepak,
RPR_ABAP_SOURCE_SCAN
You can find them using the above given SAP standard program.It can help you upto some extent.
K.Kiran.
2007 Sep 24 9:46 AM
run the report RPR_ABAP_SOURCE_SCAN, give 'z*' in "Program name" field, and 'SPRAS' in "Find string" field, u'll get to know the places where SPRAS is used, modify those programs accordingly....
Reward points if useful, get back in case of query...
Cheers!!!