<?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 AT END in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887546#M372159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;help me in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF MAIL= 'X'.&lt;/P&gt;&lt;P&gt;    PERFORM SEND_MAIL.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;the above one i need to send after collecting all error files.presently it is going for each error file. my internal table is it_itab.in this there will be no of batches i want to send after all batches r checked .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;kiran kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2007 10:51:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-08T10:51:04Z</dc:date>
    <item>
      <title>AT END</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887546#M372159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;help me in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF MAIL= 'X'.&lt;/P&gt;&lt;P&gt;    PERFORM SEND_MAIL.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;the above one i need to send after collecting all error files.presently it is going for each error file. my internal table is it_itab.in this there will be no of batches i want to send after all batches r checked .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;kiran kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 10:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887546#M372159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T10:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: AT END</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887547#M372160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can use like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT END OF batches.
IF MAIL = 'X'.
Perdorm send_mail.
ENDIF.
END AT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 10:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887547#M372160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T10:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: AT END</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887548#M372161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whats your internal table entries. explain me some more details&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 10:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887548#M372161</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2007-01-08T10:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: AT END</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887549#M372162</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;      You need to use AT LAST instead of AT END. Pls try using this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Jayaram...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 10:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887549#M372162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T10:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: AT END</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887550#M372163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi in table i am having field kt_s for batch .but i dont need mail for every bactch i need after all the batches r performed.&lt;/P&gt;&lt;P&gt;for exp&lt;/P&gt;&lt;P&gt;batch 1&lt;/P&gt;&lt;P&gt;batch 2&lt;/P&gt;&lt;P&gt;batch 3&lt;/P&gt;&lt;P&gt; i need mail after all the 3 batches r compled not after first batch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;kiran reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 10:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887550#M372163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T10:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: AT END</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887551#M372164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to use at last.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 10:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887551#M372164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T10:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: AT END</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887552#M372165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;loop at itab.
 AT LAST.
  *perform send mail
 ENDAT.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 10:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887552#M372165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T10:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: AT END</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887553#M372166</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 Assuming that your Error reocrds will be stored in the internal table &amp;lt;b&amp;gt; it_itab&amp;lt;/b&amp;gt;, so do not delete any record before the AT LAST statment, and put the X for MAIL field for error records and move those records in to a same internal table structure  &amp;lt;b&amp;gt;it_itab&amp;lt;/b&amp;gt;. at the lat use this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LAST.&lt;/P&gt;&lt;P&gt;PERFORM SEND_MAIL.&lt;/P&gt;&lt;P&gt;ENDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the perform you use the new internal table which is having only the error records, so the mail will go only once with all the error records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 10:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887553#M372166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T10:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: AT END</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887554#M372167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use at last batch...&lt;/P&gt;&lt;P&gt;  write ur code here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 10:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887554#M372167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T10:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: AT END</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887555#M372168</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;Use AT Last, before the loop sort the table by batches and this field should first place in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 11:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887555#M372168</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2007-01-08T11:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: AT END</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887556#M372169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insted of AT END go for AT LAST.&lt;/P&gt;&lt;P&gt;when you are writing these events it should be in &amp;lt;b&amp;gt;LOOP.....ENDLOOP&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Syntax : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AT LAST.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;IF MAIL= 'X'.&lt;/P&gt;&lt;P&gt;PERFORM SEND_MAIL.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ENDAT.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference Between AT END &amp;amp; AT LAST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AT END&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The beginning or end of a group of lines with the same content in the component field and in the component links of field. The component field must be part of the field group header. Components whose content is hexadecimal 0 are not included as a control break criterion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AT LAST&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The last line of the extraction dataset. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth khimavath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Khimavath Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 11:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-end/m-p/1887556#M372169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T11:00:10Z</dc:date>
    </item>
  </channel>
</rss>

