‎2007 Jan 30 10:09 AM
Hello Experts,
I would like to ask if there's any BAPI or Function Module that has the functionality of transaction XD02 - whereas a sales area will be created for customers (entry in KNVV)?
My requirement is there a background job that should create a sales area for a particular customer.
Thanks in advance!
‎2007 Jan 30 10:12 AM
Hi
Try to use the BAPI BAPI_CUSTOMER_CHANGEFROMDATA1 or directly the fm SD_CUSTOMER_MAINTAIN_ALL.
Max
‎2007 Jan 30 10:12 AM
Hi,
If you need to change the customer details in background use this
BAPI_CUSTOMER_CHANGEFROMDATA1
Check also :
BAPI_CUSTOMER_EDIT
or std prog RFBIDE00
Hope this helps,
Erwan
‎2007 Jan 30 10:12 AM
Hi
Try to use the BAPI BAPI_CUSTOMER_CHANGEFROMDATA1 or directly the fm SD_CUSTOMER_MAINTAIN_ALL.
Max
‎2007 Jan 30 10:12 AM
Hello,
Check with this
<b>BAPI_CUSTOMER_GETSALESAREAS Create List of Sales Areas for the Customer</b>
Vasanth
‎2007 Jan 30 10:24 AM
Hi ,
Try to use FM
<b>BAPI_CUSTOMER_GETSALESAREAS</b> -- Create List of Sales Areas for the Customer
<b>OR</b>
<b>BAPI_CUSTOMER_CREATEFROMDATA</b> -- Create customer
please reward point if useful.
‎2007 Jan 31 6:39 AM
Hi Experts,
Thanks for the response! I will check all those BAPIs and will reward points afterwards. Thanks again!
Best Regards...