‎2010 Jun 24 9:02 AM
Hi Guys,
I am getting problem in At end command , at the last record all the character fields value in the int table becomes *****.
CLEAR l_done.
AT END OF batch.
i_rzplan-lit = w_zplan-lit - w_fert_lit.
i_rzplan-pcs = w_zplan-lit * 1000 / w_marm-umren .
i_rzplan-gsmng = i_rzplan-pcs * i_rzplan-ntgew.
modify i_rzplan.
l_done = 'X'.
ENDAT.
Thankx for the help in adv.
‎2010 Jun 24 9:07 AM
‎2010 Jun 24 9:24 AM