cancel
Showing results for 
Search instead for 
Did you mean: 

BAdi to populate product category in the RFC call to R/3

Former Member
0 Kudos

Is there a user exit within FM B46B_TAX_CALCULATE_DOC in SRM to get field lt_item_be - MATKL filled with product category?

At the moment this field is blank.

We need this information to pass it on to R/3 for external tax calculation (FM BBP_CALCULATE_TAX_ITEM46B in R/3).

Accepted Solutions (0)

Answers (1)

Answers (1)

dennis_bruder
Employee
Employee
0 Kudos

Hi,

have you already tried BAdI BBP_TAX_ICC?

Regards

Dennis

Former Member
0 Kudos

Hi,

basically we would like to move product category (category_ID) to field MATKL to have product category sent on to R/3 for tax calculation there.

Main program

SAPLBBP_PDH_TAX

LBBP_PDH_TAXU25

at statement loop

LOOP AT ct item INTO wa_item_bbp

-....a lot of fields are then moved from wa_item_bbp to wa_item_be.

But wa_item_bbp_category_ID is not one of the fields here that are moved to wa_item_be-MATKL

After the field is moved to wa_item_be there is APPEND TO lt_item_be and from here the information is sent on to R/3 via call function BBP_CALCULATE_TAX_ITEM46B.

Does any one know if this is possible, and if there is a user exit for it?

Former Member
0 Kudos

Has someone used BBP_TAX_MAP_WITH_BADI?