Hi all,
I am having this much of requirement in out put as Top-Of-page.
I did this thing like below given code in classical report.
Now I am dling this in ALV.
Is it possible to get like this out put in ALV.
If, possible meand send the code for below requirement.
ULINE.
New-line no-scrolling.
WRITE:/40 'PLANNER GROUP WISE TAT REPORT'.
uline.
New-line no-scrolling.
WRITE:/39 'FROM:', S_ERDAT-LOW,
58 'TO:' , S_ERDAT-HIGH.
ULINE.
New-line no-scrolling.
WRITE:/ 'UNIT:',p_iwerk.
uline.
case 'X'.
when p_ordno.
New-line no-scrolling.
write 45 'ALL ORDER NUMBERS.'.
WHEN P_PEND.
New-line no-scrolling.
WRITE 45 'CURRENT.'.
WHEN P_BFORD.
New-line no-scrolling.
WRITE 45 'BROUGHT FORWARD ORDERS.'.
WHEN P_COMPL.
New-line no-scrolling.
WRITE 45 'COMPLETED.'.
ENDCASE.
ULINE.
Regards,
sarath