Hi SRM guru's,
We are on SRM 70 EHP1 and would like to limit the tax codes displayed on Item Data tab of Shopping cart.
We need to only display tax relevant for company/country code in cart.
Is there a standard way to limit the display ?
Right now we see all tax codes listed in Tax codes for enterprise buyer.
Any suggestions or help is greatly appreciated.
Thanks
Kim
Hi Kim,
You can use the Badi BBP_F4_READ_ON_EXIT to restrict the entries.
Regards
Azad
Thanks, but this BADI is obsolete and it doesn't pull tax code field.
Do you know of any BADI's for 7.0 which would help filter tax code based on company/country code?
Hi,
You can specify a tax code for country and product category in following Path:SAP Supplier Relationship Management-> SRM Server-> Cross-Application Basic Settings-> Tax Calculation-> Determine Tax Code for Country/ Product Category
Regards,
Thanks Vinay,
We have config. set in Determine Tax Code for Country/ Product Category & it's working nicely. Our issue is when shopper needs to change the default tax code set they drop down show's all country tax codes, they only want to see tax codes relevant to country the order is being placed for.
Have you experienced this ? how did you address it ?
Regards,
Kim
Hi,
Check BAdi BBP_DET_TAXCODE_BADI if it can get you distribution of tax codes according to company.
But it looks like you get precise tax code any case. I don't think you can determine tax code without customizing as per company.
Regards,
Thanks Vinay,
The Det taxcode badi doesn't provide filtering which is what we are looking for.
Default tax code is provided through config.
Any suggestion on what Badi could be used to apply filter on tax code based on company code ?
Hi,
You can create a customised search help to select the tax code based on your criteria and use the BBP_DOC_CHECK_BADI for restriction as per your requirement.
With Regards,
Malay