<?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: at new control break processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-new-control-break-processing/m-p/3427118#M823090</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;At new f1 after f1 will be displayed as *** so  move the work area to a lwa and assing the same after at new instead of wa since it will have *s right the field used at new filed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2008 13:35:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-21T13:35:03Z</dc:date>
    <item>
      <title>at new control break processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-new-control-break-processing/m-p/3427117#M823089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how to display unit of measure field &lt;/P&gt;&lt;P&gt;within at new function. whenever i am displaying unit field &lt;/P&gt;&lt;P&gt;it displays *** instead of unit. &lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 21, 2008 11:05 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 13:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-new-control-break-processing/m-p/3427117#M823089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T13:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: at new control break processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-new-control-break-processing/m-p/3427118#M823090</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;At new f1 after f1 will be displayed as *** so  move the work area to a lwa and assing the same after at new instead of wa since it will have *s right the field used at new filed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 13:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-new-control-break-processing/m-p/3427118#M823090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T13:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: at new control break processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-new-control-break-processing/m-p/3427119#M823091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Neelesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strange, but this is the way it works... A simple workaorund is:&lt;/P&gt;&lt;P&gt;LOOP AT itab INTO wa1.&lt;/P&gt;&lt;P&gt;wa2 = wa1.&lt;/P&gt;&lt;P&gt;AT NEW field.&lt;/P&gt;&lt;P&gt;now you have wa2 with proper data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 13:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-new-control-break-processing/m-p/3427119#M823091</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-02-21T13:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: at new control break processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-new-control-break-processing/m-p/3427120#M823092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Everything what is on the right site of the field listed in AT NEW &amp;lt;&amp;gt; will be *. You need to either to copy to new work area or assign to field symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Wojciech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 13:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-new-control-break-processing/m-p/3427120#M823092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T13:37:10Z</dc:date>
    </item>
  </channel>
</rss>

