set page format---------ABAP List

1. List header and Column header

    we can use NO STANDARD PAGE HEADING in report or program to hide default header and title.

        REPORT|PROGRAME report NO STANDARD PAGE HEADING.

     also we can use NEW-PAGE to set whether use the customer title and header instead of standard title and header.

        NEW-PAGE NO-TITLE|WITH-TITLE   NO-HEADING|WITH_HEADING.

2..page length and width

        REPORT|PROGRAM report LINE-SIZE width LINE-COUNT length [(footer_length)].

    or

        NEW-PAGE LINE-SIZE width LINE-COUNT length [(footer_length)].

     * in the same level report list, the width can't be changed.

3. page header and footer

    in the two event "TOP-OF-PAGE" and "END-OF-PAGE", we can write customer statement to output header and footer.

4.set fixed column

    SET LEFT SCROLL-BOUNDARY column_num.

5.jump to row

    SCROLL LIST TO FIRST PAGE|LAST PAGE | PAGE page [INDEX idx][LINE lin].

6.field of system page

    SY-LINCT          page length whish had been set in report statement.

    SY-LINSZ           line size which had been set in report statement

    SY-SROWS         total rows of current window.

    SY-SCOLS          total columns of current window.

    SY-PAGNO        current page number

    SY-LINNO          current selected row index

    SY-COLNO         current selected column index

 

 

 

*********Thanks for your attention, if something wrong,could you please correct it for me************

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值