[sap-log-sd] Custom pricing type

Posted by sOmar (m)
on Sep 6 at 7:01 AM
Hi All,

I am trying to implement a custom pricing type using Customer Reserve Pricing Type 'X'. The objective is that this custom pricing would update only 1 category of condition and redetermine taxes.

Now I have implemented this in the enhancement point in RV61AFZA by keeping it quite similar to Pricing Type 'G'. Here are the significant parameters I am passing to STEU structure:

steu-knprs = 'X'.
steu-kntyp = '5GLRIEfbhn'. " (5 is the category of the custom condition)
steu-koaid = 'CDEGQ.....'.
steu-maueb = ' '.

and so on

However, the problem that I am facing is that the other condition is calculated correctly and added to the schema but the taxes are not redetermined. I have tried tweaking the parameters a bit e.g. :

steu-kntyp = '5D'.
steu-koaid = 'D.'.

OR

steu-kntyp = '5DEH'.
steu-koaid = 'DGQ.'.


But none of them are giving me the result I want i.e. recalculate the taxes after adding the new condition. Any idea what I may be doing wrong or have I misunderstood something about the structure STEU.

Thanks for all the help.
__.____._
Copyright © 2011 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
View this online
  
Popular White Papers

In the Spotlight
Have an SAP Question? Ask Your Peers at Toolbox for IT
_.____.__