cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delta not pulled for Z fields in 2LIS_02_ITM - Urgent

Former Member
0 Likes
601

Hi All,

I have Purchasing Datasources 2LIS_02_ITM pulling data from ECC to BI which was enhanced with few custom Z fields like ZSITE(Ship to site), ZUSAGE (Usage Code) etc,

When we change purchase orders fields (Shiptosite, Usage code) corresponding to these Z fields in ECC, it is not pulling the delta for those Z fields,

I have enhanced these Z fields in communication structure MCEKPO as recommended by SAP. but still i am not seeing the Delta pulling for those Z fields,

If i change the standard fields (Like MATKL-Material Group) of the datasource along with the Z fields; in that case i am getting the delta, since its the standard field also gets changed.

How can i pull the delta for the appended Z fields from the datasource in ECC to BI

Can anyone help me in solving this issue since i do not find any thread related to it,

I will assign points to everyone,

Thanks in Advance

Regards

Pooja

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Likes

Hi all,

I've got the same problem i added a Z field to 2LIS_02_ITM.

I added the field directly to MC02M_0ITM structure and the field is being populated in CMOD.

It's all OK except for this issue:

The Z field depends on one item price condition (of a specific condition type) and the users normally change that condition after the PO is created, and when they change it, it is the only change they make to the PO.

After they save the change in the PO, the PO item is not going to the delta queue in RSA7, which means that the data in BI will not be correct.

I was looking at EXIT_SAPLEINS_001, to try to find out how to force the PO item to go to the delta queue, but i can not understand.

Regards

Former Member
0 Likes

Hi Pooja,

what is the code you have written in your Enhancement.

Because only you will get data for those fields which are in data source, fields which are enhanced they won't have any data.

Regards,

Ali.

Former Member
0 Likes

Hi

Hope you have coded in the exit LEINS001 so that the delta works for the newly added fields.

Former Member
0 Likes

Hi Pooja,

You have to write a user exit for the extractor to fill all the Z fields you appended to the standard extractor. If a user exit already exists for the extractor, then just modify it to include the Z fields u appended.

Hope it helps!

Please award points if helpfull..

Thanks,

Krishna

aalbis
Explorer
0 Likes

Hello Krishna,

Can you kindly provide a sample of code for EXIT_SAPLEINS_001?
I am facing the same issue with some custom fields on which the delta does not get reflected.

Kind regards,
Alex