<?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 Issue while capturing messages when running program in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-capturing-messages-when-running-program-in-background/m-p/7288180#M1532409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I have a program where we have BDC for transaction KSU5 and this is using CALL TRANSACTION method to post the documents after this we have to check a table COEP for the document no's generated in ksu5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program works absolutely fine in foreground printing the output on screen the document numbers that we get once we use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'KSU5' USING bdcdata MODE 'E'  MESSAGES INTO return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the same gets spoiled if we run this program in background !! the return table where I use to get the document no it shows additional data of the KSU5 transaction which is not required I am just trying to print the document no from the return table with variable msgv1 and msgv2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone explain or give solution to run this program in background and get the result printed correctly for the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudharshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Oct 2010 15:13:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-06T15:13:44Z</dc:date>
    <item>
      <title>Issue while capturing messages when running program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-capturing-messages-when-running-program-in-background/m-p/7288180#M1532409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I have a program where we have BDC for transaction KSU5 and this is using CALL TRANSACTION method to post the documents after this we have to check a table COEP for the document no's generated in ksu5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program works absolutely fine in foreground printing the output on screen the document numbers that we get once we use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'KSU5' USING bdcdata MODE 'E'  MESSAGES INTO return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the same gets spoiled if we run this program in background !! the return table where I use to get the document no it shows additional data of the KSU5 transaction which is not required I am just trying to print the document no from the return table with variable msgv1 and msgv2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone explain or give solution to run this program in background and get the result printed correctly for the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudharshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 15:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-capturing-messages-when-running-program-in-background/m-p/7288180#M1532409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-06T15:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while capturing messages when running program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-capturing-messages-when-running-program-in-background/m-p/7288181#M1532410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;loop at return and print (write) the contents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 19:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-capturing-messages-when-running-program-in-background/m-p/7288181#M1532410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-06T19:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while capturing messages when running program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-capturing-messages-when-running-program-in-background/m-p/7288182#M1532411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any serious updates !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 17:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-capturing-messages-when-running-program-in-background/m-p/7288182#M1532411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-07T17:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while capturing messages when running program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-capturing-messages-when-running-program-in-background/m-p/7288183#M1532412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that may have been serious.  Most folks would read a message table for the specific message type and ID to get the correct line, then output the message variable value.  Spitting out the entire table contents in background would help you pinpoint the values you need to use.  Otherwise, the other technique is getting the value via paramter ID after the call if there's one available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 17:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-capturing-messages-when-running-program-in-background/m-p/7288183#M1532412</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-10-07T17:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while capturing messages when running program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-capturing-messages-when-running-program-in-background/m-p/7288184#M1532413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sudarshan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess your code was recorded for  Online mode , try to compare it with Simulated background BDC code for the transaction and see if there is any difference for your required functionality .  &lt;/P&gt;&lt;P&gt;You can generate 'Simulated background BDC code' by SHDB-&amp;gt;New recording-&amp;gt; and then check 'Simulate background BDC code'  option in popup window . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Tushar Shukla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: TUSHAR SHUKLA on Oct 8, 2010 2:23 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 20:52:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-capturing-messages-when-running-program-in-background/m-p/7288184#M1532413</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2010-10-07T20:52:16Z</dc:date>
    </item>
  </channel>
</rss>

