<?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: Indicator. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/indicator/m-p/7589561#M1567080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai naidu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Your Z Table add a field Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the top of the down loading function module give sql statement as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single * from ztable where inv_no = inv_no and status = '  '.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" Downloading Function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if  sy-surc = 0.&lt;/P&gt;&lt;P&gt;  update ztable set status = 'X" where inv_no = inv_no.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Invoce Numbers which are having Status X are downloaded Invoices&lt;/P&gt;&lt;P&gt;Remaining are not downloaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jan 2011 07:33:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-12T07:33:57Z</dc:date>
    <item>
      <title>Indicator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indicator/m-p/7589559#M1567078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;I have written a code  &lt;STRONG&gt;in ALV&lt;/STRONG&gt; to convert internal table into XML and i have provided an option to Download it.  Once they download , the invoice no and date should store in a newly created table.&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;The Requirement is:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;I need to put a indicator column as a status that should indicate that this has been downloaded(it may be a star, hypen).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  Please somebody help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay Vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 05:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indicator/m-p/7589559#M1567078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T05:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indicator/m-p/7589560#M1567079</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;Create Z program with invoice no. , Date and a check box (it will be updated once the file is downloaded).&lt;/P&gt;&lt;P&gt;so there are 2 methods either you dislay the check box of the custom table in ALV which shows that file is downloaded to the user.&lt;/P&gt;&lt;P&gt;secondly have you done the coding to download internal table to excel.&lt;/P&gt;&lt;P&gt;if yes,&lt;/P&gt;&lt;P&gt;then where the user command is getting triggered.&lt;/P&gt;&lt;P&gt;first check the cuztom table for the invoice no. and corresponding check box, if it is already marked that means file has been downloaded and you can display a message to user.&lt;/P&gt;&lt;P&gt;if it is not marked&lt;/P&gt;&lt;P&gt;download the file and then update the custom table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 05:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indicator/m-p/7589560#M1567079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T05:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indicator/m-p/7589561#M1567080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai naidu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Your Z Table add a field Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the top of the down loading function module give sql statement as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single * from ztable where inv_no = inv_no and status = '  '.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" Downloading Function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if  sy-surc = 0.&lt;/P&gt;&lt;P&gt;  update ztable set status = 'X" where inv_no = inv_no.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Invoce Numbers which are having Status X are downloaded Invoices&lt;/P&gt;&lt;P&gt;Remaining are not downloaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 07:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indicator/m-p/7589561#M1567080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T07:33:57Z</dc:date>
    </item>
  </channel>
</rss>

