<?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 Control break statement on numeric / amount field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statement-on-numeric-amount-field/m-p/6988463#M1493660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me if my internal table structure is as mentioned below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of inttype,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        vbeln type vbeln_vf,&lt;/P&gt;&lt;P&gt;        vgbel type vgbel,&lt;/P&gt;&lt;P&gt;        bstnk type bstnk,&lt;/P&gt;&lt;P&gt;        matnr type matnr,&lt;/P&gt;&lt;P&gt;        kbetr type kbetr,&lt;/P&gt;&lt;P&gt;        posnr type posnr_vf,&lt;/P&gt;&lt;P&gt;        fkimg type fkimg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of inttype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : t_table type standard table of inttype,&lt;/P&gt;&lt;P&gt;         rec_table type inttype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort t_table by vbeln vgbel bstnk matnr kbetr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at t_table into rec_table.&lt;/P&gt;&lt;P&gt;    at new kbetr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     endat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;Question :&lt;/STRONG&gt; Can i use control break statement at KBETR (since this is an amount /rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly add your valuable comments, please share the link / documentation on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jun 2010 14:32:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-17T14:32:42Z</dc:date>
    <item>
      <title>Control break statement on numeric / amount field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statement-on-numeric-amount-field/m-p/6988463#M1493660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me if my internal table structure is as mentioned below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of inttype,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        vbeln type vbeln_vf,&lt;/P&gt;&lt;P&gt;        vgbel type vgbel,&lt;/P&gt;&lt;P&gt;        bstnk type bstnk,&lt;/P&gt;&lt;P&gt;        matnr type matnr,&lt;/P&gt;&lt;P&gt;        kbetr type kbetr,&lt;/P&gt;&lt;P&gt;        posnr type posnr_vf,&lt;/P&gt;&lt;P&gt;        fkimg type fkimg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of inttype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : t_table type standard table of inttype,&lt;/P&gt;&lt;P&gt;         rec_table type inttype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort t_table by vbeln vgbel bstnk matnr kbetr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at t_table into rec_table.&lt;/P&gt;&lt;P&gt;    at new kbetr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     endat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;Question :&lt;/STRONG&gt; Can i use control break statement at KBETR (since this is an amount /rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly add your valuable comments, please share the link / documentation on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 14:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statement-on-numeric-amount-field/m-p/6988463#M1493660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-17T14:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Control break statement on numeric / amount field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statement-on-numeric-amount-field/m-p/6988464#M1493661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of asking, why not just try it?? You seem to have the code already developed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 14:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-break-statement-on-numeric-amount-field/m-p/6988464#M1493661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-17T14:52:06Z</dc:date>
    </item>
  </channel>
</rss>

