cancel
Showing results for 
Search instead for 
Did you mean: 

Calculation type (KOMV-KRECH) - automatic change from C to M

Former Member
0 Kudos

Hello!

We have some condition types which is set up in V/06 with calculation type C (quantity). We have also maintained condition records in VK11 with calculation type C. We want for a specific pricing procedure to automatically change this on each item from C to M (quantity - monthly price). Is there a standard solution to solve this or a user exit which we can modify? Today, I'm able to manually change this on each item.

Would appreciate any feedback!

Best regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Manoj_Mahajan78
Active Contributor
0 Kudos

Hi...

Try below ones..

1)• USEREXIT_XKOMV_ERGAENZEN_MANU (module pool SAPLV61A, program RV61AFZB)

2)• USEREXIT_XKOMV_FUELLEN (module pool SAPLV61A, program RV61AFZB)

Speak to your ABAP Guy....before finalising...

Regds

Manoj

former_member183879
Active Contributor
0 Kudos

Try one of the following user exits. It is possible.

USEREXIT_PRICING_COPY

USEREXIT_XKOMV_FUELLEN_O_KONP

USEREXIT_XKOMV_FUELLEN

Rewd if it helps.