cancel
Showing results for 
Search instead for 
Did you mean: 

Update field "Country of origin" in Product Master in SAP EWM system.

abhishekjain
Participant
0 Kudos

Hi Team

I have a requirement like as follows:

I need to update the country of origin (HERKL) field into the product master transaction /SAPAPO/MAT1 ( Tab: Properties Field name Ctry of Origin) through BAPI. So i want to know what is the BAPI Name to update the Product master.

Any prerequisites for this Please help me.

Thanks in Advance.

Abhishek.

Accepted Solutions (1)

Accepted Solutions (1)

abhishekjain
Participant
0 Kudos

Hi Datta

Thank you so much for quick response .

If i want to update the Zfield also then can i use the same BAPI.

It would be help if you can provide sample code for update some field into the Product Master.

Thanks in Advance.

Former Member
0 Kudos

Hi,

The function module BAPI_PRDSRVAPS_SAVEMULTI2 (Create or Change Products) can be called in the z pogram like any other function module call in a z program. After the data definations, tables "product_head" and "product_head_X" need to be passed the values, along with other import values like Logical system , business system group etc.

Your technical consultant should be able to work out smoothly.

Hope this helps.

Regards

Datta

abhishekjain
Participant
0 Kudos

Thank you so much!!!!

Full marks given to you.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check this BAPI.

BAPI_PRDSRVAPS_SAVEMULTI2 Create or Change Products

Regards

Datta