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

Report

Former Member
0 Likes
657

"report ztx1705 no standard page heading line-count 6(2)"

In this line what is the meaning of "no standard page heading line-count 6(2)".

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
637

Hi Ajay,

When you create a Report, you will give the Short Description for that one and select the pakage in the Attrubutes, so when you do the output the Short description will come as output, so if you write NO STANDARD PAGE HEADING

then that description will not come there inthe output.

REPORT ZTEST NO STANDARD PAGE HEADING.

Thanks.

Reward If Helpful.

7 REPLIES 7
Read only

Former Member
0 Likes
638

Hi Ajay,

When you create a Report, you will give the Short Description for that one and select the pakage in the Attrubutes, so when you do the output the Short description will come as output, so if you write NO STANDARD PAGE HEADING

then that description will not come there inthe output.

REPORT ZTEST NO STANDARD PAGE HEADING.

Thanks.

Reward If Helpful.

Read only

Former Member
0 Likes
637

Hi,

There will not be standard program name will be displayed with few line with "no header lin" option

line-count6(2) means page is of size 6 line in which 2 lines are reserved for footer

Jogdand M B

Read only

Former Member
0 Likes
637

once u write NO STANDARD PAGE HEADING then report will not show u Title as Page heading, when u execute ur program.

line-count 6(2) this means 6 lines per page and 2 lines reserved for END-OF-Page.

Please rewards points if it is sufficient,

Regards,

Padmakar

Read only

Former Member
0 Likes
637

Hi

Welcome To SDN!!!!!!!!!!!!!!..

While creating the attributes for the programme u will specify a short description..If u dont want to see this in the top of your list u have to use this.. that s all...

Read only

Former Member
0 Likes
637

Hi,

The standard page header consists of a standard header and column headings. If no list header is specified in the text elements, the title of the program specified in the "Attributes" is used.

If u r using the statement "NO STANDARD PAGE HEADING" u wont get the Standard heading instead u can give the ur own heading using the "TOP-OF-PAGE" event.

Line-count-->Length of a page. 6 defines the no. of lines in a page.

If ur output is more than 6 lines your page is breaked and the remaining is output will be displayed in the next page.

And 2 defines a corresponding number of lines are reserved for the page footer, which can be described in the event block END-OF-PAGE.

Thanks & Regards

Santhosh

Read only

Former Member
0 Likes
637

hi ajay,

no standard page heading: suppresses the standard page header in the output on the basic list of the program.

line-count 6(2): u are allocating 6 lines per page and (2) is 2 lines are reserved for footer.

regards,

priya.

Read only

Former Member
0 Likes
637

report < name> no standand page heading line-count 6(2).

Here NO STANARD PAGE HEADING suprees the your program title which has given in as title in attribute screen,

LINE-COUNT effect while your list diaplay, here '6' represent no of lines diaplay on your list and '2' represents no of lines u want foot as footer .