<?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 Pass a Workarea (Value) from one Program to another in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399481#M1546681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where a Workarea values needs to passed to the Report Program and as well to the Background Program. I am sure EXPORT and IMPORT will work for Foreground but not with the Background. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However for each workarea record a Background will be submitted (I am creating for Parallel Processing). So How can I achieve the above requirement (to get the work area value to the calling program). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Nov 2010 19:17:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-01T19:17:36Z</dc:date>
    <item>
      <title>Pass a Workarea (Value) from one Program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399481#M1546681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where a Workarea values needs to passed to the Report Program and as well to the Background Program. I am sure EXPORT and IMPORT will work for Foreground but not with the Background. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However for each workarea record a Background will be submitted (I am creating for Parallel Processing). So How can I achieve the above requirement (to get the work area value to the calling program). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 19:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399481#M1546681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-01T19:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a Workarea (Value) from one Program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399482#M1546682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried with export and import!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 19:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399482#M1546682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-01T19:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a Workarea (Value) from one Program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399483#M1546683</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;Thanks for your reply...&lt;/P&gt;&lt;P&gt;Yes I have tried but it is not getting retrieved. As I will be calling the Background job inside the LOOP statement will there won't be problem with EXPORT and IMPORT I mean regarding the MEMORY ID's everytime I need to change the name (for each record of the LOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 19:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399483#M1546683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-01T19:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a Workarea (Value) from one Program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399484#M1546684</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;Import/export work in the same session, I can suppose when u submit a job program, this will start to run in a new task, so in a new session, so it can explain because Import/export don't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So u can try to use import/export statament in order to set the value in the cluster instead of (abap) memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 21:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399484#M1546684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-01T21:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a Workarea (Value) from one Program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399485#M1546685</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;I think you can use field symbols for this workarea....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 11:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399485#M1546685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T11:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pass a Workarea (Value) from one Program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399486#M1546686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Self...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 17:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-a-workarea-value-from-one-program-to-another/m-p/7399486#M1546686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-03T17:27:43Z</dc:date>
    </item>
  </channel>
</rss>

