cancel
Showing results for 
Search instead for 
Did you mean: 

Tax code change

Former Member
0 Kudos

Hi all,

We want to change (not default) another tax code into our PO depending upon the VAT registration number of the vendor. We have implemented the BADI BBP_DET_TAXCODE_BADI. This is doing it's work and changing the tax code but after this BADI the standard code is again making the change in the tax code and bringing the OLD tax code into PO. This BADI get called when we convert the SC in the sourcing cockpit to make PO.

After this we tried to implement another BADI BBP_ECS_PO_OUT_BADI but this BADI is not getting called while processing SC to PO in sourcing cockpit.

May I know where are we lacking or what will be the correct BADI to implement for this requirement?

Regards,

Ravi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

System details: Extended Classic on SRM 4.0

The BADIs which you provided us are not getting called while converting the SC into PO from the sourcing cockpit.

Regards, Ravi

Former Member
0 Kudos

Hi

<b>Try the BAdIs -> </b>

<u>BBP_DET_TAXCODE_BADI</u>

<u>BBP_DOC_CHANGE_BADI</u>

Regards

- Atul

Former Member
0 Kudos

Hi

Which SRM version are you using ?

<u>Incase you are using Extended Classic Scenario (ECS), then

Try using BBP_CREATE_PO_BACK / BBP_CREATE_BE_PO_NEW / BBP_EXTLOCALPO_BADI

BADIs instead of using BBP_ECS_PO_OUT_BADI.</u>

<b>P.S. : Please read the standard documentation of the BADI Definition using SE18 Transaction.</b>

Do let me know.

Regards

- Atul