‎2007 May 16 10:52 AM
"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)".
‎2007 May 16 10:55 AM
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.
‎2007 May 16 10:55 AM
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.
‎2007 May 16 10:58 AM
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
‎2007 May 16 10:59 AM
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
‎2007 May 16 11:00 AM
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...
‎2007 May 16 11:00 AM
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
‎2007 May 16 11:02 AM
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.
‎2007 May 16 1:39 PM
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 .