Application Development and Automation 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: 
Read only

Dump Error vendor create

Former Member
0 Likes
1,704

Hi,

I am using class VMD_EI_API -> Maintain BAPI, while creating vendor with contact person getting dump error related to synchronize.

It is working fine if vendor created without contact person.

error screenshot is attached.

Regards

goudham

7 REPLIES 7
Read only

Former Member
0 Likes
1,434

Hi!

Unfortunately, you provided too few info concerning the dump.

As far as you are able to reproduce the error, please, have a look at ls_error structure, what's the dump reason?

Read only

0 Likes
1,434

This message was moderated.

Read only

matt
Active Contributor
0 Likes
1,434

Specifically look at the contents of ls_error-messages. Then look those messages up in SE91.

Read only

Former Member
0 Likes
1,434

Hi Goudham,

When you use Class - VMD_EI_API-> MAINTAIN_BAPI please check the uploading data properly I believe there's problem with your data please check your data as well as same time make sure to pass the other mandatory fields data which is not required in while posting through Transaction XK01 or VK01.

I believe you are not passing the data to the respective fields.

Regards,

Uma

Read only

Former Member
0 Likes
1,434

Hi all,

I have checked IS_DATA and ID_ERROR Messages.

Generated error message is 'No Parameter specified'. Its is because Vendor Instance GUID is checked in table cvi_vend_link. no entries were found.

Please let me know parameters to pass for creating contact person.

regards

goudham

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,434

Try to use VMD_EI_API_EXTRACT=>GET_DATA to extract the current/before image, then apply your changes to deep structure and0only then then call VMD_EI_API=>MAINTAIN_BAPI.

Regards,

Raymond

Read only

Former Member
0 Likes
1,434

Hi All,

Please post if you have any sample.

do I need to pass any partner function for contact person?

regards

goudham