Hi,
I am not that bright. please help out this code please.
IF t_obj-netwr is INITIAL.
select SINGLE netwr FROM vbak into v_netwr where vbeln = t_obj-vbeln.
IF XFPLT-FPROZ is NOT INITIAL.
fplt-FAKWR = v_netwr * ( xFPLT-FPROZ / 100 ).
else.
ENDIF.
MOVE-CORRESPONDING fplt TO xfplt.
MODIFY xfplt INDEX xfplt_tabix.
else.
IF XFPLT-FPROZ is NOT INITIAL.
fplt-FAKWR = t_obj-netwr * ( xFPLT-FPROZ / 100 ).
else.
ENDIF.
MOVE-CORRESPONDING fplt TO xfplt.
MODIFY xfplt INDEX xfplt_tabix.
ENDIF.
I need to restrict the billing plan from the code which is in block letter.
while entering third line item in Sales order, it would not to update the billing plan.
This solution might bring good for my career.
regards,
sudarshan