Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MM46: Extending Custom fields

Former Member
0 Likes
2,591

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

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,452

Did you try BADI MASS_SAVE_ARTICLE_USING_BAPI method CUSTOMER_FIELDS ([Note 539423 - MM46: mass maintenance of articles w/ customer-specific flds|https://service.sap.com/sap/support/notes/539423])

Regards,

Raymond

Read only

0 Likes
1,452

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.