<?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 Run BDC for tcode FB02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829058#M1883769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I have need to update data for Tcode FB02 from table &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Verdana','sans-serif';"&gt;IDGT_INFO&amp;nbsp; and&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Verdana','sans-serif';"&gt;GTSTATUS = ‘4’, collect the date into internal table&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Verdana','sans-serif';"&gt;Filter SENTDATE &amp;gt; = system date.So here my doubt is suppose today i runed this report in background the data will update till todays date, Suppose again tomorrow i want to run same report then report should update between from yesterdays to today's date means latest data. Anyone can help me for this conditions.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Verdana, sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: 'Verdana','sans-serif';"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Verdana','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2015 08:25:45 GMT</pubDate>
    <dc:creator>ram_sahoo</dc:creator>
    <dc:date>2015-02-04T08:25:45Z</dc:date>
    <item>
      <title>Run BDC for tcode FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829058#M1883769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I have need to update data for Tcode FB02 from table &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Verdana','sans-serif';"&gt;IDGT_INFO&amp;nbsp; and&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Verdana','sans-serif';"&gt;GTSTATUS = ‘4’, collect the date into internal table&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Verdana','sans-serif';"&gt;Filter SENTDATE &amp;gt; = system date.So here my doubt is suppose today i runed this report in background the data will update till todays date, Suppose again tomorrow i want to run same report then report should update between from yesterdays to today's date means latest data. Anyone can help me for this conditions.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9pt; font-family: Verdana, sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9.0pt; font-family: 'Verdana','sans-serif';"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Verdana','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 08:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829058#M1883769</guid>
      <dc:creator>ram_sahoo</dc:creator>
      <dc:date>2015-02-04T08:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Run BDC for tcode FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829059#M1883770</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;Maintain entry in any specific constant table or TVARC with value as current date every time you execute. Also you need to update the table entry every time whenever the report is executed.&lt;/P&gt;&lt;P&gt;If you need timestamp specific, you need to take care of that as well in maintaining table entry.&lt;/P&gt;&lt;P&gt;Ex: executed 4th Feb 11:30&lt;/P&gt;&lt;P&gt;then 5th feb execution to consider after 11:30 4th Feb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 09:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829059#M1883770</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2015-02-04T09:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Run BDC for tcode FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829060#M1883771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i run SHDB transaction code in Q01 and can i Record that transaction code and collect logic to build run BDc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 09:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829060#M1883771</guid>
      <dc:creator>ram_sahoo</dc:creator>
      <dc:date>2015-02-04T09:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Run BDC for tcode FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829061#M1883772</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 can process BDC but for date filter, consider the option as suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 09:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829061#M1883772</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2015-02-04T09:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Run BDC for tcode FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829062#M1883773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hi Jayanthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Can i run SHDB transaction code in Quality system and can i Record that transaction code and collect logic to build run BDc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 12:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829062#M1883773</guid>
      <dc:creator>ram_sahoo</dc:creator>
      <dc:date>2015-02-04T12:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Run BDC for tcode FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829063#M1883774</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;Do the recording in development system and then write the BDC program. Before populating the data from program for BDC, apply the criteria for filter in &lt;SPAN lang="EN-GB" style="font-family: 'Verdana', 'sans-serif'; font-size: 9pt;"&gt;IDGT_INFO&amp;nbsp; as required. For restricting the data, you may need to do sent_date &amp;gt; = sy-datum and sent_date &amp;lt; date maintained in TVARC table or any other table in which you maintain run date. By doing this way, you need to make sure there won't be any further records on the same day in this table for current date. Because, you won't be considering the further records in tomorrow's run.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 03:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829063#M1883774</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2015-02-05T03:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Run BDC for tcode FB02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829064#M1883775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While i Runed bdc program for change of&amp;nbsp; Referance field value in Tcode -FB02, Its showing error.Any bapi is there for chnage the Referance field value in Tcode - FB02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 07:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-bdc-for-tcode-fb02/m-p/10829064#M1883775</guid>
      <dc:creator>ram_sahoo</dc:creator>
      <dc:date>2015-02-06T07:23:46Z</dc:date>
    </item>
  </channel>
</rss>

