<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problem with the page break ( command) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-page-break-command/m-p/1449274#M212869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;i_ekpo into wa_ekpo where wa_ekpo-ebeln = wa_ekko-ebeln&lt;/P&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;i_ekpo into wa_ekpo where i_ekpo-ebeln = wa_ekko-ebeln&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it resolves ur issue..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2006 09:56:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-07T09:56:14Z</dc:date>
    <item>
      <title>problem with the page break ( command)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-page-break-command/m-p/1449271#M212866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i am working on forms, In main i have created a loop, which would loop the header details eg loop i_ekko into wa_ekko. under that loop i have created a table which loops the line items. eg i_ekpo into wa_ekpo where wa_ekpo-ebeln = wa_ekko-ebeln( ebeln of line = ebeln of line item). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the table i have included a page break. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what happens is that the line items keep changing the ebeln does not change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 09:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-page-break-command/m-p/1449271#M212866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T09:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem with the page break ( command)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-page-break-command/m-p/1449272#M212867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following program will help u clear u r concept of page number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZDUMMY NO STANDARD PAGE HEADING LINE-COUNT 65.&lt;/P&gt;&lt;P&gt;    DATA L_PAGE_COUNT(5) TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;    WRITE: /(70) 'Heading' CENTERED, 70 SY-PAGNO,'of ', '-----'.&lt;/P&gt;&lt;P&gt;    ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Real list output takes place here&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    DO 300 TIMES.&lt;/P&gt;&lt;P&gt;        WRITE: / 'Line #', SY-LINNO.&lt;/P&gt;&lt;P&gt;    ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Page count will be printed on each page here&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    WRITE SY-PAGNO TO L_PAGE_COUNT LEFT-JUSTIFIED.&lt;/P&gt;&lt;P&gt;    DO SY-PAGNO TIMES.&lt;/P&gt;&lt;P&gt;        READ LINE 1 OF PAGE SY-INDEX.&lt;/P&gt;&lt;P&gt;        REPLACE '-----' WITH L_PAGE_COUNT INTO SY-LISEL.&lt;/P&gt;&lt;P&gt;        MODIFY CURRENT LINE.&lt;/P&gt;&lt;P&gt;    ENDDO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 09:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-page-break-command/m-p/1449272#M212867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T09:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: problem with the page break ( command)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-page-break-command/m-p/1449273#M212868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;above program will insert page break at particular record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do reward points if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Joginder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 09:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-page-break-command/m-p/1449273#M212868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T09:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem with the page break ( command)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-page-break-command/m-p/1449274#M212869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;i_ekpo into wa_ekpo where wa_ekpo-ebeln = wa_ekko-ebeln&lt;/P&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;i_ekpo into wa_ekpo where i_ekpo-ebeln = wa_ekko-ebeln&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it resolves ur issue..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 09:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-page-break-command/m-p/1449274#M212869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T09:56:14Z</dc:date>
    </item>
  </channel>
</rss>

