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

condition base value BASB Condition Vofm routine 601

dwarade
Explorer
0 Likes
750

Hi,

All please help me on vofm routione

I write  the routine

FORM FRM_KOND_BASIS_601.

*{   INSERT         SMAK900216                                       

Data : lv_komv type komv.

Read table xkomv into lv_komv with key kschl = 'ZLF1'.

*If xkschl = 'BASB'.

if sy-subrc EQ 0.

xkwert = xkwert + lv_komv-kwert.

endif.

*}   INSERT

ENDFORM.

but it will not update the condition BASB value + loading factor value which is define in condition kschl = 'ZLF1'

Please help me.

regards,

dilip

1 ACCEPTED SOLUTION
Read only

eduardo_hinojosa
Active Contributor
0 Likes
585

Hi

Check possible troubles with Note 327220 - VOFM function and its objects. Run report RV80HGEN in production enviroment (see also SAP Note 22808 - Transferring formulas)

Check if in your pricing procedure there is any requirement.

I hope this helps you

Regards

Eduardo

Hi,

All please help me on vofm routione

I write  the routine

FORM FRM_KOND_BASIS_601.

*{   INSERT         SMAK900216                                       

Data : lv_komv type komv.

Read table xkomv into lv_komv with key kschl = 'ZLF1'.

*If xkschl = 'BASB'.

if sy-subrc EQ 0.

xkwert = xkwert + lv_komv-kwert.

endif.

*}   INSERT

ENDFORM.

but it will not update the condition BASB value + loading factor value which is define in condition kschl = 'ZLF1'

Please help me.

regards,

dilip

1 REPLY 1
Read only

eduardo_hinojosa
Active Contributor
0 Likes
586

Hi

Check possible troubles with Note 327220 - VOFM function and its objects. Run report RV80HGEN in production enviroment (see also SAP Note 22808 - Transferring formulas)

Check if in your pricing procedure there is any requirement.

I hope this helps you

Regards

Eduardo