‎2009 Mar 31 12:44 PM
Hi Experts,
I have condition ZKP1 in SD pricing procedure. For this pricing, I have alternate calculation type 700 for calculation of this condition value:
FORM FRM_KONDI_WERT_700.
*{ INSERT LEDK900048 1
if xworkd ne 0.
xkwert = xworkd - komp-wavwr .
endif.
*} INSERT
ENDFORM.
I need to calculate also KBETR value, but if I change xkomv-kbetr in this routine, the change is not reflected in pricing. How can I find, which structure I have to change?
Thanks®ards,
Jirka Faltin
‎2009 Mar 31 12:54 PM
the above routine works only for KWERT, it does not wrok for KBERT.
check for a routine which is related to KBERT and impl. required logic. otherwsie go for the creating the new routine.
‎2009 Mar 31 12:54 PM
the above routine works only for KWERT, it does not wrok for KBERT.
check for a routine which is related to KBERT and impl. required logic. otherwsie go for the creating the new routine.
‎2009 Mar 31 12:56 PM
Hello Lakshmi,
thanks for you answer. Where can I check, which routine is related to KBETR?
Thanks®ards,
Jirka
‎2009 Mar 31 1:00 PM
currently i dont have any access to IDES system, just try find it like KWERT
‎2009 Mar 31 1:22 PM
OK,
let me expalain my problem in more detail. Using this routine above, I calculate XKWERT value and after that, I need to calculate, how much percent is this value of net price and this number I need to pass to KBETR field. Is there any standard choice usin these Aleternate calculation types or do I need to ind some userexit or BAdi to implement it?
Thanks®ards,
Jirka