2009 Apr 15 3:57 PM
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
2009 Apr 16 1:38 AM
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
2009 Apr 16 3:12 PM
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