cancel
Showing results for 
Search instead for 
Did you mean: 

VMD_EI_API BAPI maintain_bapi does not take multiple address.

0 Kudos

Hi Expert

I am working on a requirement in which there is a function module which is using VMD_EI_API BAPI to create the vendor. Everything is fine. Now the requirement is to add the "International Version Address" to the Vendor creation. For That I need to change the code. The problem is the Address used in Maintain_bapi method is a structure. and now i need to pass the English and Chinese version address to this BAPI. Can anybody worked on this kind of requirement. How to add both the address or is there any work around. Please suggest. Thanks.

Regards

Virendra

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Solution Found.

We can add International Version address through version component ... using same class

VMD_EI_API BAPI maintain_bapi

Answers (2)

Answers (2)

0 Kudos

Hello Virendra, good day

By using Maintain BAPI I am creating vendor for 1 company code, but in second loop I am trying to extend same vendor to 2nd company code but its not happening.

Can you suggest how to achieve maintain multiple company codes for same vendor?

Anyone can reply

Thanks,

SriniB

Former Member
0 Kudos

I saw your posted answer. I recommend raising your question again as a new question and follow our rules of engagement: https://community.sap.com/resources/rules-of-engagement. The author of the original question may not reply to your query. Feel free to take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html. With these tips you'll be able to prepare questions that draw responses from our members.

Thanks!

0 Kudos

Any suggestion for this requirement. To add more than one vendor address in different language. There should be a functionality where i can add International Version address through BAPI