Hello!
I did an enhacment for the CRMD_ORDER transaction using EEWB transaction and a Z field was created in the CRMT_CUSTOMER_H_EXT include structure.
This include is inside CRMT_M1O_CUSTOMER_H structure that also contains the structure BAPIBUS20001_CUSTOMER_H include.
The CRMD_ORDER transaction is working fine, but we have an automatized process that uses BAPI_SLSTRANSACT_CREATEMULTI to do the same as the transaction.
The problem is that the Z field created in EEWB transaction is not in the BAPIBUS20001_CUSTOMER_H structure used by the BAPI and I can not insert the Z field in this structure because it causes conflict in the structure CRMT_M1O_CUSTOMER_H.
Any ideias???
Thanks in advance!