Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to find all z-programs in system using spars field in select ???

deepak_kumar11
Participant
0 Kudos
1,066

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

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos
302

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

4 REPLIES 4

abdulazeez12
Active Contributor
0 Kudos
302

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..

former_member223537
Active Contributor
0 Kudos
303

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

kiran_k8
Active Contributor
0 Kudos
302

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.

Former Member
0 Kudos
302

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!!!