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

BAPI_CUSTOMER_CREATEFROMDATA1 -> Background ?

Former Member
0 Likes
457

Hi All

i would like to create Debitors in te Background but in the description for BAPI BAPI_CUSTOMER_CREATEFROMDATA1 could i read that not work is it true and which BAPI or Function do you use for create these in a Background Job ?

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
407

Hi,

you can create the Debitors using the FM you mentioned. But only problem while doing that in background Job is you can not read the data from the frontend system.

For that you have to keep your file containing the Debitors data on the application server and then read the file using the READ DATASET keyword....

Regards,

Prakash

2 REPLIES 2
Read only

Former Member
0 Likes
408

Hi,

you can create the Debitors using the FM you mentioned. But only problem while doing that in background Job is you can not read the data from the frontend system.

For that you have to keep your file containing the Debitors data on the application server and then read the file using the READ DATASET keyword....

Regards,

Prakash

Read only

Former Member
0 Likes
407

thanks