‎2007 May 01 7:37 AM
hi guru's,
i need to get 1st list page heading.but i don't want in basic list as well as 2nd list.
how can i perform this pls give me indetail. if use full full points.
thanx
yogi
‎2007 May 01 7:47 AM
Hi,
if you do not want the header for initial list then use NO STANDARD PAGE HEADING with the Report statment .
if you want the list header for 1st list then
IF SY-LSIND = '1'.
TOP-OF-PAGE DURING LINE SELECTION.
Write the header here --> This will work for 1st list
ENDIF.
Regards
Sudheer
‎2007 May 01 7:43 AM
Hi,
use REPORT zexample no standard page heading.
and use top of page for basic list.
rgds,
bharat.
‎2007 May 01 7:48 AM
hi bharat,
can u give me indetail.explanation.in the basic list i don't want any page heading.
thanx
yogi
‎2007 May 01 7:47 AM
Hi,
if you do not want the header for initial list then use NO STANDARD PAGE HEADING with the Report statment .
if you want the list header for 1st list then
IF SY-LSIND = '1'.
TOP-OF-PAGE DURING LINE SELECTION.
Write the header here --> This will work for 1st list
ENDIF.
Regards
Sudheer
‎2007 May 01 7:48 AM
Hi Eswar,
You can get the List page heading in SY-TITLE.
<b>
Write sy-title.</b>
in your program...
<b>
Reward all helpful answers</b>
Regards,
V.Raghavender.