<?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: break by document no in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-by-document-no/m-p/2917167#M686801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOOP AT IT_CDHDR INTO WA.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ON CHANGE OF wa-objectid&lt;/P&gt;&lt;P&gt;Write:/&lt;/P&gt;&lt;P&gt;Write:/&lt;/P&gt;&lt;P&gt;END ON.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Move-corresponding it_cdhdr to wa.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Write: / wa-objectid UNDER'DOCUMENT-NO'. "color col_key .&lt;/P&gt;&lt;P&gt;write: / wa-udate dd/mm/yyyy under'DATE' NO-GAP,wa-utime under'TIME' NO-GAP,wa-changenr under 'CHANGE-NO',&lt;/P&gt;&lt;P&gt;wa-value_old under'OLD-VALUE' NO-GAP,&lt;/P&gt;&lt;P&gt;wa-value_new under'NEW-VALUE' NO-GAP ,wa-username under'USER-NAME' NO-GAP.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDLOOP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this code will display 2 blank lines at end of every Object ID&lt;/P&gt;&lt;P&gt;Before looping sort your itab based on object id value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2007 05:20:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-23T05:20:42Z</dc:date>
    <item>
      <title>break by document no</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-by-document-no/m-p/2917164#M686798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I break the report by document no by seeing the below codes . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; T O P - O F - P A G E *&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WRITE:/ 'UDATE:' ,SY-DATUM.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FORMAT COLOR 4 INTENSIFIED on.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Write: /35                           ' DOCUMENT CHANGES REPORT '.&lt;/P&gt;&lt;P&gt; WRITE: /5 'DOCUMENT-NO' NO-GAP.&lt;/P&gt;&lt;P&gt; WRITE: /5 'DATE',  20 'TIME', 40 'CHANGE-NO',55 'OLD-VALUE',70 'NEW-VALUE',90 'USER-NAME'.&lt;/P&gt;&lt;P&gt; uline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_CDHDR INTO WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Move-corresponding it_cdhdr to wa.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Write: / wa-objectid UNDER'DOCUMENT-NO'. "color col_key .&lt;/P&gt;&lt;P&gt;write: / wa-udate dd/mm/yyyy under'DATE' NO-GAP,wa-utime under'TIME' NO-GAP,wa-changenr under 'CHANGE-NO',&lt;/P&gt;&lt;P&gt;wa-value_old under'OLD-VALUE' NO-GAP,&lt;/P&gt;&lt;P&gt;wa-value_new under'NEW-VALUE' NO-GAP ,wa-username under'USER-NAME' NO-GAP.&lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 23:34:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-by-document-no/m-p/2917164#M686798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T23:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: break by document no</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-by-document-no/m-p/2917165#M686799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;sorting the internal table table by document number will help u breaking the report by document number. or u can make use of Hierarchial ALV...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful:)..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 04:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-by-document-no/m-p/2917165#M686799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T04:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: break by document no</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-by-document-no/m-p/2917166#M686800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not happy with your answer men, Can you explain in deep &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Piroz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 05:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-by-document-no/m-p/2917166#M686800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T05:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: break by document no</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-by-document-no/m-p/2917167#M686801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOOP AT IT_CDHDR INTO WA.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ON CHANGE OF wa-objectid&lt;/P&gt;&lt;P&gt;Write:/&lt;/P&gt;&lt;P&gt;Write:/&lt;/P&gt;&lt;P&gt;END ON.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Move-corresponding it_cdhdr to wa.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Write: / wa-objectid UNDER'DOCUMENT-NO'. "color col_key .&lt;/P&gt;&lt;P&gt;write: / wa-udate dd/mm/yyyy under'DATE' NO-GAP,wa-utime under'TIME' NO-GAP,wa-changenr under 'CHANGE-NO',&lt;/P&gt;&lt;P&gt;wa-value_old under'OLD-VALUE' NO-GAP,&lt;/P&gt;&lt;P&gt;wa-value_new under'NEW-VALUE' NO-GAP ,wa-username under'USER-NAME' NO-GAP.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDLOOP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this code will display 2 blank lines at end of every Object ID&lt;/P&gt;&lt;P&gt;Before looping sort your itab based on object id value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 05:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-by-document-no/m-p/2917167#M686801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T05:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: break by document no</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-by-document-no/m-p/2917168#M686802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharayu Kumartkar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your code, It works &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Piroz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 05:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-by-document-no/m-p/2917168#M686802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T05:47:09Z</dc:date>
    </item>
  </channel>
</rss>

