‎2008 May 22 11:12 AM
Hi,
I need to update customer master using transaction XD01 using LSMW.
I will also be updating the classification section.
I couldnt find any BAPI for this purpose.
Can someone tell me any BAPI or Function Module for this purpose.
Thanks in advance
‎2008 May 22 11:18 AM
Try using BAPI BAPI_CUSTOMER_CREATEFROMDATA1.
Have a look at below link for details:
[BAPI_CUSTOMER_CREATEFROMDATA1|http://abap.wikiprog.com/wiki/BAPI_CUSTOMER_CREATEFROMDATA1]
I hope it helps.
Best Regards,
Vibha
Please mark all the helpful answers
‎2008 May 22 1:42 PM
I need to update the classification section also. Can you please tell me which field is or structure do I need to update for that.
‎2008 May 22 11:19 AM
‎2008 May 22 11:22 AM
Hi,
Code Refer this:
http://www.sapfans.com/sapfans/forum/intface/messages/3949.html
Regards,
Shiva Kumar
‎2008 May 22 11:26 AM
Hi,
Try with
BAPI in LSMW :
Business object : SCUSTOMER
Method: CREATEFROMDATA
Message type :FLCUSTOMER_CREATEFROMDATA
Or use BAPI FM Directly and write the program:
BAPI_CUSTOMER_CHANGEFROMDATA1
Regards
Kiran Sure