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

***problem in At end command

Former Member
0 Likes
392

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.

2 REPLIES 2
Read only

Former Member
0 Likes
365

read i_rzplan.

modify i_rzplan.

Read only

0 Likes
365

thanx:)