Application Development and Automation 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: 
Read only

Search in all programs

Former Member
0 Likes
6,562

Dear All,

I have use one BAPI in one of my program but i forgot that program name , i know there is one t-code to search any statement in all programs.

Anyone can tell me please what is that tcode.

Regards,

Sanket.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
4,764

hi,

you can use EWK1 transaction and search for that program.

7 REPLIES 7
Read only

Former Member
0 Likes
4,764

Check these tables TRDIR,TADIR

Read only

Former Member
0 Likes
4,764

Hi,

If you know the BAPI name, use the where used list for that BAPI.

that will show all the programs which has used this BAPI.

Hope this helps...

Regards,

Lalit

Read only

Former Member
0 Likes
4,764

Hi,

Goto SE38

Run prgram RPR_ABAP_SOURCE_SCAN

Enter the search string & execute.

or goto SE37type the bapi name

Display

Click where used & select programs

Best regards,

Prashant

Read only

Former Member
0 Likes
4,764

HI,

You can use program RSRSCAN1 and search for a string all abap programs

Read only

0 Likes
4,764

This message was moderated.

Read only

Former Member
0 Likes
4,764

REPORT:- RS_ABAP_SOURCE_SCAN

Program Name :- Z*

String searched for :- (WRITE YOUR STATEMENT WHICH YOU SEARCH)

Read only

GauthamV
Active Contributor
0 Likes
4,765

hi,

you can use EWK1 transaction and search for that program.