cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Method CMD_EI_API MAINTAIN does not commit

Former Member
0 Likes
2,578

Hi gurus,

I tried to use the method MAINTAIN in the class CMD_EI_API to create a new customer, I tried both from transaction se24 and from a report to call it. No error message and a new customer number generated but when a look for it in transaction XD03 I get the error message: Customer 10002 has not been created.

Any help will be appreciate

Leo

View Entire Topic
Former Member
0 Likes

Just COMMIT WORK yourself after the call to the method, it should work.

Also check the error tables for any messages.

Former Member
0 Likes

It works, thank you very much