<?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: SAP script import from memory id in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850420#M1786313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, now that I think about it, even better would be to do that in the printing program into a global variable that you would simply use in the SAP Script. Why would you need to perform the IMPORT in the SAP Script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Nov 2013 08:49:33 GMT</pubDate>
    <dc:creator>bruno_esperanca</dc:creator>
    <dc:date>2013-11-21T08:49:33Z</dc:date>
    <item>
      <title>SAP script import from memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850416#M1786309</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 have given below command in SAP script main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: IMPORT WA_FINAL FROM MEMORY ID 'CTAB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not importing WA_FINAL values from memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to import from memory in sapscript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 08:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850416#M1786309</guid>
      <dc:creator>former_member599326</dc:creator>
      <dc:date>2013-11-21T08:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script import from memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850417#M1786310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot simply write ABAP code in an SAP Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only a few commands are available, or, in my opinion, the best you can do is call a subroutine in an external program and perform the IMPORT command in that subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow this link for available statements in SAP Script and an example of what I just mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked"&gt;http://wiki.scn.sap.com/wiki/display/ABAP/SAP+Scripts+in+Detail&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Bruno Esperança&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 08:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850417#M1786310</guid>
      <dc:creator>bruno_esperanca</dc:creator>
      <dc:date>2013-11-21T08:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script import from memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850418#M1786311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you need to IMPORT in SAPSCRIPT where you can pass the internal table easily.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 08:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850418#M1786311</guid>
      <dc:creator>davis_raja</dc:creator>
      <dc:date>2013-11-21T08:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script import from memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850419#M1786312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do as follow.&lt;/P&gt;&lt;P&gt;Create subroutine pool and define a subrotuine which will do this import stuff. Then in your SAP script use program syntax for perform f_get_import using abc changing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the way where are you exporting the values..we can do through other means. Please tell us about what you intend to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 08:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850419#M1786312</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-21T08:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script import from memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850420#M1786313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, now that I think about it, even better would be to do that in the printing program into a global variable that you would simply use in the SAP Script. Why would you need to perform the IMPORT in the SAP Script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 08:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850420#M1786313</guid>
      <dc:creator>bruno_esperanca</dc:creator>
      <dc:date>2013-11-21T08:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script import from memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850421#M1786314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using one standard program where I will do export in user exit.&amp;nbsp; In sapscript i m using few fields which are not there in standard structure.&amp;nbsp; So from standard program user exit I will export the work area and import the same work area in sapscript.&amp;nbsp; This way I dont need to append the standard structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 10:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850421#M1786314</guid>
      <dc:creator>former_member599326</dc:creator>
      <dc:date>2013-11-21T10:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script import from memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850422#M1786315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple approach is&amp;nbsp; Create a custom subroutine pool. add a subroutine there which will fetch this exported values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You call this subroutine in your Script using PERFORM statement.&amp;nbsp; It will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 10:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850422#M1786315</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-21T10:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script import from memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850423#M1786316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is common practice to copy the standard printing program to a Z (custom) printing program. The program that is called to perform the output is customizable through configuration (SPRO). It seems to me that this would be much simpler (and easier) to maintain if you performed what you are trying to achieve through the printing program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Bruno Esperança&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 12:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-import-from-memory-id/m-p/9850423#M1786316</guid>
      <dc:creator>bruno_esperanca</dc:creator>
      <dc:date>2013-11-21T12:40:14Z</dc:date>
    </item>
  </channel>
</rss>

