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 or any Function Modules for XD02 functionality

Former Member
0 Likes
1,336

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!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
753

Hi

Try to use the BAPI BAPI_CUSTOMER_CHANGEFROMDATA1 or directly the fm SD_CUSTOMER_MAINTAIN_ALL.

Max

5 REPLIES 5
Read only

Former Member
0 Likes
753

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

Read only

Former Member
0 Likes
754

Hi

Try to use the BAPI BAPI_CUSTOMER_CHANGEFROMDATA1 or directly the fm SD_CUSTOMER_MAINTAIN_ALL.

Max

Read only

Former Member
0 Likes
753

Hello,

Check with this

<b>BAPI_CUSTOMER_GETSALESAREAS Create List of Sales Areas for the Customer</b>

Vasanth

Read only

Former Member
0 Likes
753

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.

Read only

Former Member
0 Likes
753

Hi Experts,

Thanks for the response! I will check all those BAPIs and will reward points afterwards. Thanks again!

Best Regards...