<?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: Reading Log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983712#M72516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Srini/ Rich..  Exactly the answer i was afraid of.. And logically I don't think we can expect any thing more ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2005 21:39:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-04T21:39:07Z</dc:date>
    <item>
      <title>Reading Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983705#M72509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to identify my BDC inputs (key fields that I provide on screen) during failed BDC transaction (bdc Session) from the Session Log programmatically? I can use the std. FMs RSTS* to get the error messages, but how do I link this error messages to the specific input I had provided?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 16:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983705#M72509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T16:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983706#M72510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 20:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983706#M72510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T20:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983707#M72511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Srini!!! Thatz what I thought so too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to use BDC session and I have to track errors by my inputs, Is there any possible way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 20:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983707#M72511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T20:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983708#M72512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you could use BDC call transaction in a custom program,  the use the MESSAGES into itab extension of CALL TRANSACTION,  after execution,  write the parameters and the messages to a message itab.  At the end of processing show the message itab in ALV grid for the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 20:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983708#M72512</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-04T20:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983709#M72513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will be invoking bdc using update task and can't do call transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 20:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983709#M72513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T20:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983710#M72514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then, I would say that there is &amp;lt;b&amp;gt;no easy way&amp;lt;/b&amp;gt; to accomplish what you want.  Notice that I didn't say that it was impossible.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 20:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983710#M72514</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-04T20:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983711#M72515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at program RSBDCCTU. Basically this is what is used in SM35. The logic is, you get all the APQI-GROUPID and QID for the errored transactions. Then with each GROUPID, QID combination, you will open that particular transaction using BDC_RECORD_OPEN. This will give you an internal table called TRANSACTIONS. Loop through this table, and call BDC_RECORD_GET using the transaction index. That will give you the BDC screen data that you originally passed. Now you need to parse through that information to find out which field has which value for a failed transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 20:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983711#M72515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T20:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983712#M72516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Srini/ Rich..  Exactly the answer i was afraid of.. And logically I don't think we can expect any thing more ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 21:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-log/m-p/983712#M72516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-04T21:39:07Z</dc:date>
    </item>
  </channel>
</rss>

