Skip to Content
0
Former Member
Mar 25, 2009 at 08:09 AM

Event 'AT New' how to use it....

23 Views

Hi Good Afternoon!

This the code:

LOOP AT IT_VBAP INTO WA_VBAP.

AT NEW VBELN.

WRITE : / WA_VBAP-VBELN .

ENDAT.

WRITE : / WA_VBAP-POSNR , WA_VBAP-MATKL.

ENDLOOP.

output is not in oder

can any 1 help me....

thanks,