HI GURUS ,
i have a simple problem i am trying to sum a field EKES-MENGE with repect to the ekes-eindt. what i have to do is sum of menge for that range of eindt. so i tried using control break stmnts
AT END OF EINDT.
SUM3_EKES = SUM3_EKES + W_EKES-MENGE.
MOVE RCDQTY TO W_OUTPUT-RCDQTY.
SUM3_EKES = 0.
ENDAT.
but i am getting an error stating that the componennt does not exist ,could you tell me why is this error coming,and how to resolve it. i tried it with AT NEW AT FIRST even then i got the same error.
please help me.