cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping cart: Tax/amount drop down

Former Member
0 Kudos

Hi SRM experts,

We have a requirement in which we need to add one more Tax code to the shopping cart.

For that we have maintained the tax code both in ECC and SRM system in below path:

SAP Supplier Relationship Management -> SRM server -> Cross Application Basic settings ->Tax calculation -> Enter Tax code.

We have tested this in test system and it worked fine but it is not working in the production system.

To check the issue I have tried to debug the issue and I went to the component /SAPSRM/WDC_DODC_SC_I_BD and to the

view V_DODC_SC_I_BD:

UI element TAX_CODE_DROPDOWN is bound to the context element TAX_AMOUNT.

Now I am not able to find where this TAX_AMOUNT is getting filled up?

Can you please tell me where to check this logic I mean in which class method or function module ?

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

maybe you can check /SAPSRM/IF_CLL_MAPPER~REFRESH method from /SAPSRM/CL_CH_WD_DODM_TAX class.

Regards.

Laurent.

Former Member
0 Kudos

Thanks Laurent for your reply,


I tried to putting the break point in the constructor if the class /SAPSRM/CL_CH_WD_DODM_TAX.

But , when I crated the Shopping cart it did not stopped there, so I believe this not getting called.