<?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: Transfering data from one program to another in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfering-data-from-one-program-to-another/m-p/6302438#M1391327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But export to memory will not be working when we are using background job right?.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Oct 2009 07:13:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-23T07:13:22Z</dc:date>
    <item>
      <title>Transfering data from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfering-data-from-one-program-to-another/m-p/6302435#M1391324</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 had an requirement in which i need to transfer the data from one program to another for background processing.&lt;/P&gt;&lt;P&gt;The code i wrote is as below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT ZSDREPORT  AND RETURN&lt;/P&gt;&lt;P&gt;   WITH S_FKDAT IN S_FKDAT&lt;/P&gt;&lt;P&gt;   WITH P_RLIST = P_RLIST&lt;/P&gt;&lt;P&gt;   WITH P_SLIST = P_SLIST USER SY-UNAME VIA JOB V_JOBNAME NUMBER V_JOBCOUNT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had used job_open,job_close, that is working fine by creating backgroud job. But in the report  "ZSDREPORT"&lt;/P&gt;&lt;P&gt;iam not getting the values of select option and parameters inside "Intialization" part and the it is not going to "START-OF-SELECTION." also . Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Arun Rajan on Oct 23, 2009 11:28 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 03:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfering-data-from-one-program-to-another/m-p/6302435#M1391324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T03:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Transfering data from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfering-data-from-one-program-to-another/m-p/6302436#M1391325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search in SDN with keyword EXPORT LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 03:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfering-data-from-one-program-to-another/m-p/6302436#M1391325</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2009-10-23T03:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Transfering data from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfering-data-from-one-program-to-another/m-p/6302437#M1391326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first U export   whatever u want from ZSDREPORT TO MEMORY ID SAY 'AJ1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Import those  In  main programme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FREE MEMORY ID 'AJ1'.&lt;/P&gt;&lt;P&gt;      SUBMIT ZAJPUR_GRNBASED1                          WITH matnr = zmseg-matnr&lt;/P&gt;&lt;P&gt;                          WITH lifnr = zmseg-lifnr&lt;/P&gt;&lt;P&gt;                          WITH budat IN zfbdt&lt;/P&gt;&lt;P&gt;                          EXPORTING LIST TO MEMORY AND RETURN.&lt;/P&gt;&lt;P&gt; IMPORT totamt rate qty FROM MEMORY ID 'AJ1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help u,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;SACHIN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 05:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfering-data-from-one-program-to-another/m-p/6302437#M1391326</guid>
      <dc:creator>sachin_jadhav8</dc:creator>
      <dc:date>2009-10-23T05:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Transfering data from one program to another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfering-data-from-one-program-to-another/m-p/6302438#M1391327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But export to memory will not be working when we are using background job right?.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 07:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfering-data-from-one-program-to-another/m-p/6302438#M1391327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T07:13:22Z</dc:date>
    </item>
  </channel>
</rss>

