‎2007 Nov 19 5:07 PM
can any body briefly explain the enhancement code in RSAP0001 to take<b> profit centre</b> field into the data source 2lis_11_vaitm
‎2007 Nov 19 8:36 PM
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
‎2007 Nov 19 8:36 PM
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