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: 

BAPI_MATERIAL_SAVEDATA

90070279
Participant
0 Kudos

I'm having some luck with BAPI_MATERIAL_SAVEDATA in creating material masters. The problem is that there doesn't seem to be a way to include the custom tariff preferences as well as update the classification view. Also, there is not a transportation group field available that I have found. Since every other field on that screen was available, it seems odd that this one was excluded. Any insights?

If you are aware of another BAPI to create the classification view on 4.6c system, let me know.

I don't know if extensions would help in this case as the values may lie in another table from those already provided.

Thanks,

T. Stadler

Menasha Corporation

2 REPLIES 2

Former Member
0 Kudos

Hi Tim,

I do not know any other BAPI for importing matarial master data. You may create your own RFC containing the SAP standard function MATERIAL_MAINTAIN_DARK. This should hold all values except from MRP areas (as far as I know).

Regarding classification, this is not a part of the material master, but cross application data. You should update this using BAPI_OBJCL_CREATE_KEY (see documentation in transaction BAPI).

I'm affraid thats all from me.

Regards

Jacob

0 Kudos

Thanks Jacob! I'll give the classification BAPI a try.

Tim