‎2010 Mar 04 2:07 PM
Hi Experts,
I want to update customer append fields with the transaction MM46.
1. I implemented the BADI - BADI_ARTICLE_MASS_RT->MASS_SAVEDATA_RETAIL and also -> BUILD_CUSTOMER_FIELDTAB
(as per description in the interface documentation)
2. I implemented the User exit - EXIT_SAPL1001_003
(Analyse the "X" of the clientextx fields and fill the relevant values into a workarea and append this fields to F_MARA_UEB)
The problem is, it does not work. All the customer append fields will not be changed in the table MARA.
Can anyone help me ?
thanks,
Rahul
Edited by: Rahul Gautam on Mar 4, 2010 4:54 PM
‎2010 Mar 04 3:59 PM
‎2010 Mar 04 4:17 PM
Hi Raymond,
BADI MASS_SAVE_ARTICLE_USING_BAPI is not existing only with same name is BAPI which i am using. even i have checked the SAP note which u have provided. In sap note also they saying its BADi but actually its BAPI. please check and let me know if there is any solution.