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_CHANGEFROMDATA1

Former Member
0 Likes
999

I am trying to use bapi_customer_changefromdata1 to update the tax jurisdiction code. What all fields are mandatory.

4 REPLIES 4
Read only

andreas_mann3
Active Contributor
0 Likes
693

hi,

1) look in documentation of that bapi (se37)

2) if you simply want to modify that field only, better use bdc for transaction xd02

regards Andreas

Read only

Former Member
0 Likes
693

Sales order number,

Line iTem Number

tax jurisdiction code. These are the bare minimum.

You will also need to set the flag to UPDATE mode and in the ITEM_NUMBER-X structure you willl need to pass X for the tax jurisdiction code.

Read only

0 Likes
693

sorry, ignore my message as i as refering to BAPI_SALESORDER_CREATEFROMDAT1.

Read only

Former Member
0 Likes
693

Hi Kaushal,

Refer to the FM Documentation.

1. Mandatory entries:

ORDER_HEADER_IN : DOC_TYPE Sales document type

SALES_ORG Sales organization

DISTR_CHAN Distribution channel

DIVISION Division

ORDER_PARTNERS..: PARTN_ROLE Partner functions, SP sold-to party

PARTN_NUMB Customer number

ORDER_ITEMS_IN..: MATERIAL Material number

REQ_QTY Order quantity in sales unit

2. Ship-to party

If a ship-to party hasn't been entered, the ship-to party = sold-to

party

3. COMMIT control:Parameter WITHOUT_COMMIT

If this switch is activated, the system does not process any Commit Work and the application that has called it up must trigger the Commit itself. To do this, useBAPI_TRANSACTION_COMMIT.

4. German keywords:

The following keywords must be entered in German, regardless of the

logon language:

DOC_TYPE Sales document type, for example TA for standard order

PARTN_ROLE Partner function, for example, WE for ship-to party

Further Information

You can see further notes in OSS. Note 93091 contains general information about the SD BAPIs.

REgards,

AS