<?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: Table updation using reports. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-updation-using-reports/m-p/7570904#M1565415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naidu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find whether Download is successfull or not. Using SY-SUBRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is success then check whether the values are already inserted there in the table by select statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: select single Inv_No from table where INV_No = INV_No.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;message 'already inserted' type 'S'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt; insert required fieds into the table using INSERT statement. &lt;/P&gt;&lt;P&gt;endif.&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>Fri, 07 Jan 2011 05:58:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-07T05:58:51Z</dc:date>
    <item>
      <title>Table updation using reports.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-updation-using-reports/m-p/7570903#M1565414</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 to convert internal table into XML and i have provided an option to Download it.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Once they download , the invoice no and date should store in a newly created table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. If they try to download it again it should show an error like "This has been Downloaded".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;How to update by using reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please someone help me on this.&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>Fri, 07 Jan 2011 05:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-updation-using-reports/m-p/7570903#M1565414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-07T05:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table updation using reports.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-updation-using-reports/m-p/7570904#M1565415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naidu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find whether Download is successfull or not. Using SY-SUBRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is success then check whether the values are already inserted there in the table by select statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: select single Inv_No from table where INV_No = INV_No.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;message 'already inserted' type 'S'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt; insert required fieds into the table using INSERT statement. &lt;/P&gt;&lt;P&gt;endif.&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>Fri, 07 Jan 2011 05:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-updation-using-reports/m-p/7570904#M1565415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-07T05:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table updation using reports.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-updation-using-reports/m-p/7570905#M1565416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Murty, &lt;/P&gt;&lt;P&gt;    suppose if they have downloaded it ten days before then there should be an indication  for them no...&lt;/P&gt;&lt;P&gt;Then how to provide an indication????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 06:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-updation-using-reports/m-p/7570905#M1565416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-07T06:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table updation using reports.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-updation-using-reports/m-p/7570906#M1565417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naidu,&lt;/P&gt;&lt;P&gt;Hope you have created a database table ('Z') to maintain the downloaded invoice number and date. &lt;/P&gt;&lt;P&gt;If then you can update the invoice number and date to that table when download was successful, if sy-subrc equals 0. If again user prompts to download the invoice number should be same. So you can write a select query to find whether the same invoice exists or not. if it finds the you can show the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select inv_no from zdown where inv_no = lv_inv_no.&lt;/P&gt;&lt;P&gt;if sy-subrc  &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   call function 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;   ....&lt;/P&gt;&lt;P&gt;      if sy-subrc &amp;lt;&amp;gt;0.&lt;/P&gt;&lt;P&gt;       message e...&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;       update table zdown ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;   message e...&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 06:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-updation-using-reports/m-p/7570906#M1565417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-07T06:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table updation using reports.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-updation-using-reports/m-p/7570907#M1565418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@pnkarthi Thank you Very Much, Thats a Very helpful answer.&lt;/P&gt;&lt;P&gt;I need to give them an indicator to show them that its downloaded like checkbox someting...&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>Fri, 07 Jan 2011 06:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-updation-using-reports/m-p/7570907#M1565418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-07T06:26:05Z</dc:date>
    </item>
  </channel>
</rss>

