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: 

CMD_EI_API class for creation of customer

Former Member
0 Kudos

Hello All,

   I am using method MAINTAIN_BAPI of class CMD_EI_API to create a customer.

The customer is getting created successfully.
But the long texts are not getting created.

Could any one provide me solution for this.

With regards,

Sandeep Akella

4 REPLIES 4

Former Member
0 Kudos

Hello All,

When I try to manually enter long texts, I am getting a short dump.

Is there a method to insert long texts.

With regards,

Sandeep Akella

0 Kudos

Hi,

If you have issue only for long text update, then after creating customer with CMD_EI_API, try to update the text using CREATE_TEXT or SAVE_TEXT Function module after successfully creation of customer.

Regards,

Zafar

0 Kudos

Hi Sandeep

The import parameters have text also  as parameter. Check in field CENTRAL_DATA-TEXT. Try to fill it and check if they get saved

Nabheet

0 Kudos

Hello Madan,

     I am using the methods ECC_TO_EXTERN of class CMD_EI_API_MAP_STRUCTURE to convert the internal SAP data to external and then passing it to the method MAINTAIN_BAPI of class CMD_EI_API to create customer.

The method ECC_TO_EXTERN of class CMD_EI_API_MAP_STRUCTURE, do not convert the long texts, in the same way as for the other structures.
I am successfully able to create customer and also by changing the TEXT structure in the external format I am able to create texts also.
Is there any better approach for this.

With regards,

Saneep Akella