cancel
Showing results for 
Search instead for 
Did you mean: 

Alternative badi for BBP_PO_INBOUND_BADI

Former Member
0 Kudos

Hi All,

I am working in <b>Classic scenario upgrading to to SRM5.0</b>:

Through shopping cart creation, i am getting the default Tax code ( which is depending on Product category and Plant. ( let say default tax code is <b>1T</b>).

Now i have changed the default tax code to new tax code (<b>5E</b>) in the shopping cart. After creating the shpping cart, creates purchase order which will have default tax code rather tan updated tax code(5E).

I need updated tax code in back end purchase order.

1) I have implemented the badi in srm server <b>BBP_CREATE_BE_PO_NEW</b>, it is not updating.

2) I have useD the user exits in R/3 EXIT_SAPL2012_003 , EXIT_SAPL2012_001 , EXIT_SAPLMEWP_002 but tax code is not updating.

3) what is the alternative badi to BBP_PO_INBOUND_BADI for classic scenario in SRM5.0.

<b>Atul</b>: Can you please suggest me how to approach to get new tax code i.e 5E in purchase order ? what is your cobtact number ?

If any one faced such problem , please let us know to tacle it.

<b>Suitable answers would be rewarded.</b>

Regards

Badari

BBP_PO_INBOUND_BADI

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I guess there is some problem with the BADI code in R/3.

This BADI - BBP_PO_INBOUND_BADI exists only in R/3 system and not in SRM system.

When you are passing data from SRM, you can debug the BADIs - what data is getting passed over from SRM -> R/3 incase of PO creation.

The BAPIs which is called in R/3 is this case will be either BAPI_PO_CREATE1 / BAPI_PO_CREATE in R/3 system.

<u>Have you tried Implementing these BADI in SRM system as well ?</u>

BBP_DET_TAXCODE_BADI                  Exit for Determination of Tax Code          

BBP_TAX_MAP_BADI                          Exit for mapping during tax calculation    

Please share the details on my email id with your detailed requirements for better analysis.

atul.kant@gmail.com

Regards

- Atul