Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Alternate calculation type

Former Member
0 Likes
643

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&regards,

Jirka Faltin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
547

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.

4 REPLIES 4
Read only

Former Member
0 Likes
548

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.

Read only

0 Likes
547

Hello Lakshmi,

thanks for you answer. Where can I check, which routine is related to KBETR?

Thanks&regards,

Jirka

Read only

0 Likes
547

currently i dont have any access to IDES system, just try find it like KWERT

Read only

0 Likes
547

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&regards,

Jirka