cancel
Showing results for 
Search instead for 
Did you mean: 

Tax amount from Back end system

Former Member
0 Kudos

Hi All,

could someone please tell me how to get the tax amount and total amount from the back end system in SRM for goods receipt.

Once the user enters the quantity and price fields in the line item of confirmation,

and click on the details button, they should get the Tax amount and Total amount caluculated if the item is taxable.

*Tax amount and total amount are custom fields created by me.

we are on BBPCRM 4.0 version.

DO I need to call any RFC or BAPI's for this to get the tax amount and total amount?

Thanks in Advance,

Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

<u>Please go through the following SAP OSS Notes, which will definitely help -></u>

Note 881086 - Country-specific tax calculation

Note 741822 - TAX. Problems w/ Backend tax indicator and jurisdiction code

Note 607539 - BAPI_PO_CREATE1/_CHANGE: Tax code not NAVS condition type

Note 625892 - ME59 ME59N Problem during background processing

Note 436760 - TAX. Specify a tax jurisdiction key

You can use <b>BBP_DOC_CHANGE_BADI</b> for filter type <u>BUS2203</u> to fill in your customer fields. You will certainly have to call a standard or custom FM in ECC to calculate the values. Also see OSS Note 672960 / 485891 for CUF fields.

Do let me know.

Regards

- Atul

yann_bouillut
Active Contributor
0 Kudos

Hi,

Please use bbp_doc_change badi for BUS2203 to fill in your CUF with the value you want.

You will certainly have to call a standard or custom FM in ECC to calculate the values.

Kind regards,

Yann