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

update on MAPE-table

Former Member
0 Likes
1,527

Hi,

I would like to update a material's export control file, stored in MAPE.

In MM02 you can find it on the 'Foreign trade export' view, pressing button 'Custom tariff prefs'.

I don't see any possibility to do it with BAPI_MATERIAL_SAVEDATA.

Can i use another BAPI to do an update on this table ?

Or can i use a direct update ?

Thanks in advance

Christine

Hi,

I would like to update a material's export control file, stored in MAPE.

In MM02 you can find it on the 'Foreign trade export' view, pressing button 'Custom tariff prefs'.

I don't see any possibility to do it with BAPI_MATERIAL_SAVEDATA.

Can i use another BAPI to do an update on this table ?

Or can i use a direct update ?

Thanks in advance

Christine

2 REPLIES 2
Read only

mvoros
Active Contributor
0 Likes
940

Hi,

you can try to use FM MATERIAL_CUSTOMS_PREFERENCE You can also check function group MG54 - Accesses to Table MAPE. It would be safer to use FMs from this group than direct access to the table MAPE.

Cheers

Read only

Former Member
0 Likes
940

Thanks,

FM MATERIAL_CUSTOMS_PREFERENCE is not so usefull because it produces a screen to insert the values.

The function group MG54 is usefull.

Christine