‎2010 Mar 27 6:14 AM
I put code in my copy routine
IF NOT vbrp-fklmg IS INITIAL.
lv_netwr1 = ( vbrp-fklmg * vbrp-cmpre ) - vbrp-mwsbp.
lv_netwr = lv_netwr + lv_netwr1.
ENDIF.
But the lv_netwr is clear when the next item is process.
Please help me
‎2010 Mar 28 1:16 PM
Either one thing you can do
1. Define new variable and pass the value in that instead of lv_netwr
2. Check some where inside the loop variables values are getting reset
Regards
Ashok Advani