cancel
Showing results for 
Search instead for 
Did you mean: 

Tax Jurisdiction Code

Former Member
0 Kudos

Hi

We are in SRM 4.0 with ECS.

We have requirement of sending tax jurisdiction code from SRM to R/3....am using BBP_ECS_PO_OUT_BADI for this and can anyone confirm it whether is there any other badi which we involve in this ?

Thanks for your help.

Nag

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206968
Active Contributor
0 Kudos

Hi,

Why do you need to send Tax jurisdiction code to R3. If you have maintained tax calculation in R3 as your settings, then system will determine the tax jurisdiction and relevant taxes automatically. There is a tax map badi -BBP_TAX_MAP_BADI, if you need to send additional data for tax calculation.

Regards,

Sanjeev

Former Member
0 Kudos

Thanks for your reply.

I need to overwrite the value of 'jurisdict. code' which located in item details-invoice tab of the PO with the value from SRM (address details of the TAXJURCODE).

In other words, how can i overwrite the field MEPO1317-TXJCD ( R/3) with the value from ADDR1_DATA-TAXJURCODE ( SRM ) ?

Thanks

Nag

former_member206968
Active Contributor
0 Kudos

Hi,

You can think of using bbp_po_inbound_badi in backend to map this field.

btw did you check which is the value of juris code is being taken by the system currently. It usually gets picked by a third party tool such as vertex etc. based on ship to address data.

Regards,

Sanjeev

Former Member
0 Kudos

Sanjeev, thaks for your prompt reply.

In SRM, jur. code is calculating based on ship-to-address and in R/3 it is coming based on plant.

For which, we want to overwrite the value in R/3 which we get from SRM.

I am using BBP_ECS_PO_OUT_BADI currently for this and do BBP_PO_INBOUND badi really requires ?

Thanks

Nag