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,