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: 

Where is the ABAP code of enhancements stored?

Former Member
0 Kudos

Hello Community,

For an analysis I would build a little report where I can read in ABAP sources and scan it for special strings. This is no problem for normal coding, I can read it in an internal table using "READ REPORT". But the lines of the included enhancements will not be stored within the report/include.

Where is this enhancement coding stored? How can I read it in also in an internal table to scan it?

Kind regards

George

1 ACCEPTED SOLUTION

horst_keller
Product and Topic Expert
Product and Topic Expert

Sandra is (as always) right.

I asked my WB colleagues and they also told me

<enho_name>===…=E

where enho_name is the name of the enhancement option.

3 REPLIES 3

Sandra_Rossi
Active Contributor

If Z is your enhancement name, it will be stored in includes like Z=========================E,

Z=========================EIMP, Z=========================EMxxx... depending on the exact type of enhancement...

horst_keller
Product and Topic Expert
Product and Topic Expert

Sandra is (as always) right.

I asked my WB colleagues and they also told me

<enho_name>===…=E

where enho_name is the name of the enhancement option.

Former Member
0 Kudos

Thank you for your answers!
I found now all relevant enhancement includes in table TRDIR.

Search with field NAME with project präfix concatenated with *=E