2013 Jun 21 3:25 AM
Hello Experts,
I i need to update the Tax Jur code field thats used in Contract Acc (FKKVKP-TXJCD).
This is coming from ADRC table and hence, i need to also update the table ADRC (ADRC-TXJCD) alone without
affecting other entites like: Buss Partner.
I tried the 2 BAPI's along with BAPI_TRANSACTION_COMMIT in sequence but failed.
BAPI_ISUACCOUNT_CHANGE,
BAPI_BUPA_ADDRESS_CHANGE
Also i tried the FM: 'ADDR_UPDATE' and its throwing an error saying the 'address is personal'.
Can anyone help me in this regd.
Thanks
2013 Jun 22 6:38 PM
Hi,
Address No is tied up with Buss partner. A change in ADRC record is sure reflect the Tax Jurisdiction code for BP. Consult you Func guys properly and if they agree you need to use BAPI_BUPA_ADDRESS_CHANGE followed by BAPI Commit.
2013 Jun 22 3:26 AM
What tax engine are you using?
The system populates the tax jurisdiction code automatically in BP as well as CA when the tax calculations are enabled.
2013 Jun 22 6:38 PM
Hi,
Address No is tied up with Buss partner. A change in ADRC record is sure reflect the Tax Jurisdiction code for BP. Consult you Func guys properly and if they agree you need to use BAPI_BUPA_ADDRESS_CHANGE followed by BAPI Commit.
2013 Jun 24 2:28 AM
Hi Ricky,
Try the FM BAPI_CTRACCONTRACTACCOUNT_CH1. I think this would FM would help in updating the tax jurisdiction code.
Thanks,
Amlan
2013 Jun 24 10:44 PM
Hello Amlan,
I am NOT able to run this BAPI succesffuly. i am executing it in a commit seq and th RETURN parameter is NULL. But i am NOT able to see any changes for the TXJCD field in FKKVKP.
Am i missing anything?