<?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: Control empty information in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-empty-information/m-p/9538447#M1751601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It need some preety long steps........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the information of empty records and store it in one internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass this internal table data to an excel file using FM &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;GUI_DOWNLOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/107574"&gt;http://scn.sap.com/thread/107574&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later, send this excel file as an attachment to persons throgh FM "&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;SO_NEW_DOCUMENT_ATT_SEND_API1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/107574"&gt;http://scn.sap.com/thread/107574&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jun 2013 21:08:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-06-14T21:08:32Z</dc:date>
    <item>
      <title>Control empty information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-empty-information/m-p/9538446#M1751600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to control delta loadings on BW. If i found empty information i generate a file with the problematic records.&lt;/P&gt;&lt;P&gt;I guess the logic will be as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;LOOP at records&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Find empty records&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Append them to file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like then to generate the file and send it by mail to some people (but all those steps have to be automatic with an abap code)&lt;/P&gt;&lt;P&gt;What do you recommand me regarding your own experiences?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 16:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-empty-information/m-p/9538446#M1751600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-14T16:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Control empty information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-empty-information/m-p/9538447#M1751601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It need some preety long steps........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the information of empty records and store it in one internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass this internal table data to an excel file using FM &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;GUI_DOWNLOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/107574"&gt;http://scn.sap.com/thread/107574&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later, send this excel file as an attachment to persons throgh FM "&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;SO_NEW_DOCUMENT_ATT_SEND_API1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/107574"&gt;http://scn.sap.com/thread/107574&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 21:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-empty-information/m-p/9538447#M1751601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-14T21:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Control empty information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-empty-information/m-p/9538448#M1751602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Venkat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 08:27:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-empty-information/m-p/9538448#M1751602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-17T08:27:25Z</dc:date>
    </item>
  </channel>
</rss>

