hi to all help me in this issue.
i had a problem in the outputof a simple report
LOOP AT ITAB_BSIS.
SORT ITAB_BSIS BY BELNR.
WRITE : /10 itab_bsis-bldat,30 l_duedate,45 ITAB_BSIS-blart,
60 ITAB_BSIS-BELNR , 70 itab_bsis-sgtxt,90 itab_bsis-dmbtr.
ENDLOOP.
in selection screen iam giving range of belnrs so i need to display document(belnr) no wise in differnt pages
how can i do it.
thanks in advance
kiran kumar