2013 Aug 09 1:08 PM
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
2013 Aug 12 10:22 AM
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
2013 Aug 12 10:22 AM
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