cancel
Showing results for 
Search instead for 
Did you mean: 

How to find a string in SAP code

Former Member
0 Kudos

Hello,

Does anyone here know how I can find a string inside the SAP code efficiently? I tried finding a custom table name using the Where-used list feature but the results doesn't show the complete/correct results. It missed some user exits where the table name was also used.

Please help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can run the report RPR_ABAP_SOURCE_SCAN in SE38 transaction.

If you want to find the string in custom programs, give Z* in program name field; else give * so that it searches in all programs.

Give the string in 'Find string' field.

Pls reward with points if useful.

Cheers,

KC

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Jimmy,

You can try what Krishna has said there is one more way that is

goto trxn SE12,

enter Z* in the table name field,

it will give a popup box with all the Ztables found in your system...you can find your table maybe it is a little tedious job

Sravani