2013 Jul 29 10:00 AM
Hello Gurus,
I have a requirement where I need to populate the custom MARA fields in the IDoc for creating the material master.
Steps done so far:
After performing all the above mentioned steps, I see a required material being created, but, unfortunately, the custom fields are not populated in MARA.
I am using IDOC_INPUT_MATMAS01, and this makes use of MATERIAL_MAINTAIN_DARK to create a material.
When this MATERIAL_MAINTAIN_DARK is called, the table T_MARA_UEB has all the custom fields populated with the correct values.
So ideally, it should have created the material with the custom fields.
Please let me know if I am missing out on anything.
Thanks, Malhaar
2013 Jul 29 12:09 PM
I suppose you already read Note 44410 - Integrating cust.-specific fields in matl master?
If you use ALE, you must also add fields to the IDoc. To process enhanced IDocs, you can use enhancement MGV00001 with customer exit EXIT_SAPLMV01_002 for creating the IDocs and customer exit EXIT_SAPLMV02_002 for posting the IDocs.
Regards,
Raymond
2025 Mar 21 2:01 PM