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: 

Need A Code For CMD_EI_API

Former Member
0 Kudos

Hi All,

I used the class CMD_EI_API and method MAINTAIN_BAPI in my report to create a customer master data (data uploaded from the excelsheet which is already has the customer number ) ,its not showing any messages and not even updating the table if anybody has the code ,kindly reply .

Thanks in advance .

Regards,

Jyoti

Edited by: Jyotigkk on Sep 15, 2010 4:19 PM

Edited by: Jyotigkk on Sep 15, 2010 4:32 PM

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

You should use a commit work after the method.

Please read the method documentation once.

it says

The system only processes the data if the data records have been entered completely and correctly

If you do not create the first data record correctly, the system cannot create the following data records

1 REPLY 1

kesavadas_thekkillath
Active Contributor
0 Kudos

You should use a commit work after the method.

Please read the method documentation once.

it says

The system only processes the data if the data records have been entered completely and correctly

If you do not create the first data record correctly, the system cannot create the following data records