Application Development 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: 

Need FM or BAPI to Update MAPE & MAEX Tables

Former Member
0 Kudos
1,166

Hi Friends,

We are trying to call a BAPI, BAPI_MATERIAL_SAVEDATA for mass updation of Material Master Data(MM01) along with Foreign Trade view, but we are not able to Update Data related to Foreign Trade Export......due to missing tables in this BAPI.

For a workaround & alternative, do we have any FM's or known BAPI which will update specifically these table fields.

MAPE-PREFE

MAPE-PRENE

MAPE-PRENG

MAEX-ALNUM

Your comments are highly appreciated & rewarded.

Regds

Srikanth.T

8 REPLIES 8

kartikrajag
Participant
0 Kudos
216

Hi Srikanth,

We to need same functionality, could you please let us know did you find any BAPI or FM ?

I would appreciate if you could reply to kartikrajag@yahoo.com

Former Member
0 Kudos
216

Hi,

Check the fun modules

MATERIAL_UPDATE_ALL

MATERIAL_UPDATE_ALL_VERS

MATERIAL_UPDATE_DB

reward if useful

regards,

Anji

Former Member
0 Kudos
216

Hi,

Im having the same problem. I came across function modules:

MATERIAL_EXPORTCONTROLL

MATERIAL_EXPORTCONTROLL_NEW

MAEX_SAVE and MAEX_SAVE_NEW

I can find no documentation for any of them.

If you have made any progress beyond this then please let me know.

Thanks

0 Kudos
216

Hi Philip,

                 Did you got any solution for this.

Thanks,

Laxmikant

0 Kudos
216

issue resolved.....

0 Kudos
216

Ref: 1710449 - Transaction MM17 (Mass Change) or BAPI BAPI_MATERIAL_SAVEDATA does not support update on d....

You would be so kind as to explain how for future reference?

Regards,

Raymond

0 Kudos
216

I used a FM 'MAEX_SAVE' after using the FM  BAPI_MATERIAL_SAVEDATA for creating the material . The only thing i took care is setting up the flag for MAEX_SAVE fm,  if the entry exists for the same material in Maex table.

0 Kudos
216

So some kind of direct update of database behind an update-task fm, too sad.

I hope you checked data values, also consider calling MATERIAL_WRITE_DOCUMENT too (for change documents)

Regards,

Raymond