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: 

Contact not created with VMD_EI_API

jerome_martin
Explorer
0 Kudos
258

Hi experts,

I'm working on an interface to create / update Vendor data.

My requirements are to maintain general view with address and contacts, accounting view and eventually purchasing view.

When all information are provided, all is working fine.

My issue is that since not purchasing information are provided, the contact won't be created.

Can someone help me on this topic ?

Kind regards

Jérôme

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos
129

AFAIK there is still a "little" bug with those API, if you don't create/change any data in company or purchasing data, clear those before calling maintain method of the api (Did you use the [vmd,cmd]_ei_api_extract to read data to build the deep structure?)

Regards,

Raymond

3 REPLIES 3

jerome_martin
Explorer
0 Kudos
129

Hello,

any clue ?

Kind regards

Jérôme

SimoneMilesi
Active Contributor
0 Kudos
129

Did you see this link? http://www.sapwiki.cl/wiki/index.php?title=SAP_BAPI_cmd_ei_api_maintain_bapi

otherwise, without knowing how your code looks like, it's hard helping you.

Last try: if you do the same thing manually (with XK01), providing the same informations you are passing via code, you can create the contact data?

raymond_giuseppi
Active Contributor
0 Kudos
130

AFAIK there is still a "little" bug with those API, if you don't create/change any data in company or purchasing data, clear those before calling maintain method of the api (Did you use the [vmd,cmd]_ei_api_extract to read data to build the deep structure?)

Regards,

Raymond