<?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: Imp/ Exp in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415101#M199711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you write a subroutine / function module you pass some values to the subroutine / function and get back some values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values that you are passing to the function are being imported by the function and the values that are being passed out are being exported by the function. If you see it from outside, you are exporting some values to the function and importing the results from the function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has nothing to do with selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jul 2006 04:28:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-11T04:28:38Z</dc:date>
    <item>
      <title>Imp/ Exp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415096#M199706</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;Anybody will tell me what is the exact meaning of import &amp;amp; export parameters??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to my openion import means what i provided in selection screen(input value) &amp;amp; export means data retrival(o/p) value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i right??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 04:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415096#M199706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T04:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Imp/ Exp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415097#M199707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes import means pass values and export means retrieving the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if you find this as a right solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 04:26:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415097#M199707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T04:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Imp/ Exp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415098#M199708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   this can illustrated with the help of Function module . Function module has 2 parameter types &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  1) Import Parameter : which passed to the FM while calling an FM , which acts as an input .&lt;/P&gt;&lt;P&gt;  2) Export Parameter : which is the outcome of the FM . when the FM is executed the values are returned to the calling program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Hope this helps .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Shounak M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Shounak  M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 04:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415098#M199708</guid>
      <dc:creator>former_member628175</dc:creator>
      <dc:date>2006-07-11T04:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Imp/ Exp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415099#M199709</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;Ur understanding is correct..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import --- INput parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export --- Output Parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 04:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415099#M199709</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2006-07-11T04:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Imp/ Exp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415100#M199710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you will call a FM you will pass those values to the exporting parameter that you are passing to the FM,in the importing parameter you will write the field value in which you want to collect the fetched data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you will display the FM in transaction SE37 the parameters that will be there in the exporing parameter in the call function will be there in the import tab and vice versa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: mukesh kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 04:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415100#M199710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T04:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Imp/ Exp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415101#M199711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you write a subroutine / function module you pass some values to the subroutine / function and get back some values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values that you are passing to the function are being imported by the function and the values that are being passed out are being exported by the function. If you see it from outside, you are exporting some values to the function and importing the results from the function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has nothing to do with selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 04:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415101#M199711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T04:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Imp/ Exp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415102#M199712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose you are working with search help creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you want to give an input value(say MATNR) and get the corresponding output value(say MAKTX).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import parameter in that context means the value which you provide and which will be imported from the selection screen for processing. In this case it will be MATNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expoert parameter means which will be exported to the screen after processing . IN this case , it will be MAKTX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Close the thread once the problem is resolved.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 04:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415102#M199712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T04:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Imp/ Exp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415103#M199713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;you r right.&lt;/P&gt;&lt;P&gt;Import means which we are passing as input.&lt;/P&gt;&lt;P&gt;Export means what we getting as output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 04:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415103#M199713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T04:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Imp/ Exp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415104#M199714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U CAN SEE THAT ABAP MEMORY IS SUBSET OF SAP MEMORY.&lt;/P&gt;&lt;P&gt;SO WHAT EVEr WORKS IN SUBEST WILL WORK IN SUPERSET BUT NOT VICEVERSA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are three types of memories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ABAP MEMORY&lt;/P&gt;&lt;P&gt;2. SAP MEMORY&lt;/P&gt;&lt;P&gt;3. EXTERNAL MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.we will use EXPORT/ IMPORT TO/ FROM MEMORY-ID when we want to transfer between ABAP memory&lt;/P&gt;&lt;P&gt;ex:  &lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;REPORT1.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT obj1 ... objn FROM MEMORY ID &amp;lt;MID&amp;gt;.&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;REPORT2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN THAT CALLING &amp;lt;REPORT2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U WRITE&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;REPORT2&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;EXPORT obj1......objn TO MEMORY ID &amp;lt;MID&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MID&amp;gt; is a name u r giving to store in the ABAP memory. use the same name in both the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. we will use GET PARAMETER ID/ SET PARAMETER ID to transfer between SAP MEMORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. we will use EXPORT/IMPORT TO/FROM SHARED BUFFER to transfer between external memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP MEMORY : we can say that two reports in the same session will be in ABAP MEMORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP MEMORY: TWO DIFFERENT SESSIONS WILL BE IN SAP MEMORY.&lt;/P&gt;&lt;P&gt;for ex: IF WE CALL TWO DIFFERENT TRANSACTIONS SE38, SE11&lt;/P&gt;&lt;P&gt;then they both are in SAP MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXTERNAL MEMORY: TWO different logons will be in EXTERNAL MEMORY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 04:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415104#M199714</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-07-11T04:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Imp/ Exp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415105#M199715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil,&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;Generally 'import' and 'export' parameters are related to function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While working with function modules the parameters(value) that u want to pass to the function module for processing is known as 'export' parameter which on function module's end happens to be a import parameter (as it is importing the same).Similarly the results which are obtained from the FM (after processing)are imported by the calling program , so they become the importing parameters in this case and in the FM end this values can be found under the export tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anirban.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 04:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415105#M199715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T04:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Imp/ Exp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415106#M199716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  what i provided in selection screen(input value) &amp;amp; export means data retrival(o/p) value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT / IMPORT PARAMETERS concept,&lt;/P&gt;&lt;P&gt;is not related to screen values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. One eg, it is related to is &lt;/P&gt;&lt;P&gt;   in FUNCTION MODULES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. BUT, THERE ARE TWO DIFFERENT VIEWS&lt;/P&gt;&lt;P&gt;   IN EXPORT / IMPORT PARAMETERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;When there is some exchange between 2 persons,&lt;/P&gt;&lt;P&gt;  a) one person gives (EXPORTS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  b) at the same time the other person receives (IMPORTS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. a) one view is when DEVELOPING/DEFINING the FM&lt;/P&gt;&lt;P&gt;   b) another view is when CALLING the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. a) Developing the FM&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    m) If FM will RECEIVE some values,&lt;/P&gt;&lt;P&gt;      then it is IMPORTING parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    n) If FM will SENDOUT some values,&lt;/P&gt;&lt;P&gt;      then it is EXPORTING parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.  b) While CALLING THE FM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    m) m becomes reverse,&lt;/P&gt;&lt;P&gt;      ie. we have to EXPORT the parameters,&lt;/P&gt;&lt;P&gt;           (which are defined as IMPORTING in the FM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   n) n becomes reverse,&lt;/P&gt;&lt;P&gt;    ie. we have to IMPORT the parameters,&lt;/P&gt;&lt;P&gt;         (which are defined as EXPORTING in the FM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 05:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/imp-exp/m-p/1415106#M199716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T05:46:31Z</dc:date>
    </item>
  </channel>
</rss>

