‎2006 Jul 21 1:07 PM
I am trying to use bapi_customer_changefromdata1 to update the tax jurisdiction code. What all fields are mandatory.
‎2006 Jul 21 2:16 PM
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
‎2006 Jul 21 3:25 PM
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.
‎2006 Jul 21 3:26 PM
sorry, ignore my message as i as refering to BAPI_SALESORDER_CREATEFROMDAT1.
‎2006 Jul 21 3:35 PM
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