cancel
Showing results for 
Search instead for 
Did you mean: 

How to triger tax calculation FM B46B_TAX_CALCULATE_DOC

Kloud_Nilesh
Participant
0 Kudos

Hi,

Is it possible to trigger FM B46B_TAX_CALCULATE_DOC for tax calculation , which is available in table BBP_FUNCTION_MAP.

We need to trigger it , when there is chnage in one of the z field , which is used in tax calculation.

Thanks in advance for suggestion.

Regards,

Nilesh Hiwale

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Put a break point in META_BAPI_DISPATCH and you will be able to see how this function gets called and the post processing after this function returns results.

This FM META_BAPI_DISPATCH is used to call all backend functions.

Rgds,

Prasanna