‎2009 Mar 27 7:43 AM
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
‎2009 Mar 27 7:47 AM
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
‎2009 Mar 27 7:47 AM
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
‎2009 Mar 27 7:54 AM