cancel
Showing results for 
Search instead for 
Did you mean: 

External Key for BAPI_PRDSRVAPS_SAVEMULTI2

Former Member
0 Kudos

Hi experts,

We are using FM BAPI_PRDSRVAPS_SAVEMULTI2 to create new location products. In this it asks for ProductId, Product and ProductInt as input in internal tables. As per Function module documentation Product is external key where as ProductId and ProductInt are internal keys.

Now can anybody throw light that from where I can get these three fields when i am creating new Location Product.

Thanks in advance

Siddarth.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

created external key using date and time combination.

tibor_nagy
Contributor
0 Kudos

Dear Siddarth,

the documentation of this bapi differentiate between create a new product OR change an existing one.

- If the product with the key specified already exists --> you can use both the internal key ("ProductId" or "ProductInt") and external key. Please use the product ID from your ECC (external key) and check the ProductID in table /sapapo/matmap.

- If it does not exist you need only the external key ("Product").

I hope this helps.

Regards,

Tibor

Former Member
0 Kudos

Hi Tibor,

Thanks for your reply but my question is a bit different. My question is how to get External Key for BAPI_PRDSRVAPS_SAVEMULTI2. If you have any idea about that then please do let me know.

Thanks

Siddarth