<?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: how to get data from other programs output? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848207#M1133878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Nov 2008 04:00:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-28T04:00:41Z</dc:date>
    <item>
      <title>how to get data from other programs output?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848201#M1133872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have told to do the following can you please help me out.&lt;/P&gt;&lt;P&gt;In SM35 created many batch no. The user would like to know automatically when the session is not ok (error status).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In return of the first program RSBDCBTC_SUB we will get the queues ie QID and QSTATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have told to create new Z-prog.&lt;/P&gt;&lt;P&gt;In that Z-prog how can i get list of QID from the result (Output) of the first prog(RSBDCBTC_SUB )?&lt;/P&gt;&lt;P&gt;How i get that particular QIDs in my Z-prog?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 10:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848201#M1133872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T10:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from other programs output?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848202#M1133873</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 hope you can try &lt;/P&gt;&lt;P&gt;Set paramater ID &lt;/P&gt;&lt;P&gt;get parameter id concept&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 10:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848202#M1133873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T10:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from other programs output?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848203#M1133874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi snehal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Get Parameter ID &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will help u ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Nishit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 10:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848203#M1133874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T10:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from other programs output?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848204#M1133875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replay.....&lt;/P&gt;&lt;P&gt;can you please explain in detail with example how to set or get parameter ID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: snehal patil on Nov 28, 2008 4:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 03:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848204#M1133875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T03:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from other programs output?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848205#M1133876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Senthis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use IMPORT and EXPORT or SET and GET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you take the F1 help on these KEY words it will take you to the KEY word documentation where you can find an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of Go to TCode ABAPDOCU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where you can find an example for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 03:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848205#M1133876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T03:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from other programs output?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848206#M1133877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Snehal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can get the parameter IDs from the table. &lt;/P&gt;&lt;P&gt;DATA ELEMENT -&amp;gt; further characteristics tab...&lt;/P&gt;&lt;P&gt;Then use it in your program with GET parameter ID .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ur prog will receive the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 03:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848206#M1133877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T03:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data from other programs output?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848207#M1133878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 04:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-from-other-programs-output/m-p/4848207#M1133878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T04:00:41Z</dc:date>
    </item>
  </channel>
</rss>

