cancel
Showing results for 
Search instead for 
Did you mean: 

Datasource Enhancement.

Former Member
0 Kudos

Hi,

How to see the Datasource Function enhancement code in ECC?

For example: If a Developer has done the enhancement to the "XYZ" datasource and written the code to the XYZ datasource, then how to find the Code written to this datasource?

Regards,

Adhvi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi there,

All the datasource enhancements are done in ECC under the transaction CMOD.

Inside there you can see the ABAP code for all the datasource enhancements.

Hope this helps,

Regards,

Diogo.

Former Member
0 Kudos

Hi Diogo,

Thank you for the reply.

CMOD: Customer Modification( All Customer Enhancement done in here ).

i wanted to know that , how to find the enhancement particularly and specifically done to one datasource, like 2lis_11_vaitm has been enhanced and how to find the enhancement done only to this datasource.

former_member186445
Active Contributor
0 Kudos

user exits can be found in includes

ZXRSAU01 (transactional data)

ZXRSAU02 (master data)

ZXRSAU03 (texts)

ZXRSAU04 (hierarchy)

this will allow you to check the code. do a search on the name of the datasource to find the exact place of your datasource

M.

Former Member
0 Kudos

Hi there,

Go to transaction se37 and display the function module EXIT_SAPLRSAP_002, this will be your datasource enhancements under the CMOD.

double-click on the include ZXRSAU02 and do a search for the 2lis_11_vaitm for instance and you'll see that datasource enhancements.

Hope this helps,

Regards,

Diogo.