Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

interactive report

Former Member
0 Likes
534

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
515

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

4 REPLIES 4
Read only

Former Member
0 Likes
515

Hi,

use REPORT zexample no standard page heading.

and use top of page for basic list.

rgds,

bharat.

Read only

0 Likes
515

hi bharat,

can u give me indetail.explanation.in the basic list i don't want any page heading.

thanx

yogi

Read only

Former Member
0 Likes
516

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

Read only

Former Member
0 Likes
515

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.