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

Error in uploading data

Former Member
0 Likes
385

Hi Experts,

While im using BAPI_CUSTOMER_CREATEFROMDATA1 for XD01. It is throwing error account group is not defined.

In BAPI_CUSTOMER_CREATEFROMDATA1, structures used for import r export r tables, i didnt find any account group field.

But there s field for reconiliation accoun(AKONT),but it is different. I need field of type KTOKK.

Need ur help to suggestion to solve this issue..

Thanks and Regards,

Bharat

1 ACCEPTED SOLUTION
Read only

former_member206377
Active Contributor
0 Likes
360

Hi Bharat,

Here 's an extract from WIKI on BAPI_CUSTOMER_CREATEFROMDATA1

Using the BAPI BAPI_CUSTOMER_CREATEFROMDATA1 is not recommended because this BAPI doesn't support a lot of fields that are needed to create valid customer master data.

The best way to create a new customer is to use batch input. You can use the transaction recorder located in the installation directory to create a template and then use this template for your own code as described in the manual.

for more info refer this link :

http://www.theobald-software.com/wiki/Create_New_Customers

1 REPLY 1
Read only

former_member206377
Active Contributor
0 Likes
361

Hi Bharat,

Here 's an extract from WIKI on BAPI_CUSTOMER_CREATEFROMDATA1

Using the BAPI BAPI_CUSTOMER_CREATEFROMDATA1 is not recommended because this BAPI doesn't support a lot of fields that are needed to create valid customer master data.

The best way to create a new customer is to use batch input. You can use the transaction recorder located in the installation directory to create a template and then use this template for your own code as described in the manual.

for more info refer this link :

http://www.theobald-software.com/wiki/Create_New_Customers