cancel
Showing results for 
Search instead for 
Did you mean: 

Need to Populate Material Type from ECC to APO Product Master

Former Member
0 Kudos

Hi All,

I need to update the material type field from ECC to APO.

I am using the userexit CIFMAT01 and component EXIT_SAPLCMAT_001.

I need to extract field MTART from MARA table and need to Populate it in APO Product master.

In APO i am using the ATT01 field of table /SAPAPO/MATKEY.

But this does not work the data of material type is not getting populated in APO.

We have tried to use a break point in the user exit and while executing the transaction CFM2 it does not stop at the break point.

Can anyonwe guide me as to how to go about in implemeting this user exit.

Regards

Nitin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nitin,

Make sure that u r pass the material type as a below :

CT_CIF_MATKEY-ATT01 = Pass the Material Type.

CIF_MATKYX -ATT01 = 'X'.

Check the below thread to debug the CIF queue:

Regards,

Siva.

Answers (0)