Hello There,
We enhanced one filed for 2LIS_02_SCL but it seems it is sending delta for this filed even though there is no change for it in purchasing order.
The field we enhanced is EKPO-EVERS. When a purchase order item confirmed, even though this filed is not changed. It will send a change like below:
Record Mode; EVERS; QTY
before image; #; -10pcs
after image; Z2; 10pcs
But this field is actually already turned on before this change.
Here is my coding for this enhancement in CMOD.
SELECT SINGLE evers FROM ekpo INTO wa_evers
WHERE ebeln = xmcekpo-ebeln
AND ebelp = xmcekpo-ebelp.
xmcekpo-yyrevers = wa_evers.
Did I miss something in the coding?
Rgds,
Jules