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

data source enhancement

Former Member
0 Likes
354

can any body briefly explain the enhancement code in RSAP0001 to take<b> profit centre</b> field into the data source 2lis_11_vaitm

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
321

Hi,

When you go into the enhancement component, you will find different user exits for Master Data, Transaction data and heirarchy data.....

If you have to enhance the extractor for 2LIS_11_VAITM, you need to use User-exit for transaction data.

You need to write the as below...

When '2LIS_11_VAITM'.

get profit center data from db table and move it communication structure.

Reward Points if this helps,

Satish

1 REPLY 1
Read only

Former Member
0 Likes
322

Hi,

When you go into the enhancement component, you will find different user exits for Master Data, Transaction data and heirarchy data.....

If you have to enhance the extractor for 2LIS_11_VAITM, you need to use User-exit for transaction data.

You need to write the as below...

When '2LIS_11_VAITM'.

get profit center data from db table and move it communication structure.

Reward Points if this helps,

Satish