<?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 IMPORT / EXPORT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/2831242#M662652</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 a requirement wherein i have copied standard SAP Program PPIO_ENTRY into Z program.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Now the requirement is, I have to add two fields on the selection screen.&lt;/P&gt;&lt;P&gt;1) s_matkl   FOR  mara-matkl,&lt;/P&gt;&lt;P&gt;2) s_erdat    FOR  caufvd-erdat.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The program is calling FM : COIS_SELECT_ORDERS_READ.&lt;/P&gt;&lt;P&gt;These two fields are not visible in this function module. I have created an enhancement implementation in this function module and I want to filter records based on the values entered in the above 2 select options. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I went through your post of EXPORT/IMPORT. But when i check in debuggin, i dont find the values. could you please help me out.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The export statements used are in the include for Start of Selection:&lt;/P&gt;&lt;P&gt;EXPORT s_matkl  TO  MEMORY ID 'MATKL'.&lt;/P&gt;&lt;P&gt;EXPORT s_erdat   TO  MEMORY ID 'ERDAT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the import statement called in the function module is :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Data : lt_matkl   TYPE    STANDARD  TABLE OF matkl_ran,&lt;/P&gt;&lt;P&gt;          lt_erdat    TYPE    STANDARD  TABLE OF WTYSC_WWB_S_ERDAT.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; IMPORT lt_matkl FROM MEMORY ID 'MATKL' .&lt;/P&gt;&lt;P&gt; IMPORT lt_erdat  FROM MEMORY ID 'ERDAT' .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The table lt_matkl and lt_erdat is still empty.&lt;/P&gt;&lt;P&gt;Could you please let me know the mistake i am doing here.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Salil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2007 19:35:21 GMT</pubDate>
    <dc:creator>former_member188001</dc:creator>
    <dc:date>2007-09-21T19:35:21Z</dc:date>
    <item>
      <title>IMPORT / EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/2831242#M662652</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 a requirement wherein i have copied standard SAP Program PPIO_ENTRY into Z program.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Now the requirement is, I have to add two fields on the selection screen.&lt;/P&gt;&lt;P&gt;1) s_matkl   FOR  mara-matkl,&lt;/P&gt;&lt;P&gt;2) s_erdat    FOR  caufvd-erdat.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The program is calling FM : COIS_SELECT_ORDERS_READ.&lt;/P&gt;&lt;P&gt;These two fields are not visible in this function module. I have created an enhancement implementation in this function module and I want to filter records based on the values entered in the above 2 select options. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I went through your post of EXPORT/IMPORT. But when i check in debuggin, i dont find the values. could you please help me out.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The export statements used are in the include for Start of Selection:&lt;/P&gt;&lt;P&gt;EXPORT s_matkl  TO  MEMORY ID 'MATKL'.&lt;/P&gt;&lt;P&gt;EXPORT s_erdat   TO  MEMORY ID 'ERDAT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the import statement called in the function module is :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Data : lt_matkl   TYPE    STANDARD  TABLE OF matkl_ran,&lt;/P&gt;&lt;P&gt;          lt_erdat    TYPE    STANDARD  TABLE OF WTYSC_WWB_S_ERDAT.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; IMPORT lt_matkl FROM MEMORY ID 'MATKL' .&lt;/P&gt;&lt;P&gt; IMPORT lt_erdat  FROM MEMORY ID 'ERDAT' .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The table lt_matkl and lt_erdat is still empty.&lt;/P&gt;&lt;P&gt;Could you please let me know the mistake i am doing here.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Salil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 19:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/2831242#M662652</guid>
      <dc:creator>former_member188001</dc:creator>
      <dc:date>2007-09-21T19:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT / EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/2831243#M662653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change the import to same name ie&lt;/P&gt;&lt;P&gt;Data : s_matkl TYPE STANDARD TABLE OF matkl_ran,&lt;/P&gt;&lt;P&gt;s_erdat TYPE STANDARD TABLE OF WTYSC_WWB_S_ERDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT s_matkl FROM MEMORY ID 'MATKL' .&lt;/P&gt;&lt;P&gt;IMPORT s_erdat FROM MEMORY ID 'ERDAT' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 19:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/2831243#M662653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T19:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT / EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/2831244#M662654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are importing the table header not the contents. Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT s_matkl[] TO MEMORY ID 'MATKL'.&lt;/P&gt;&lt;P&gt;EXPORT s_erdat[] TO MEMORY ID 'ERDAT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT lt_matkl[] FROM MEMORY ID 'MATKL' .&lt;/P&gt;&lt;P&gt;IMPORT lt_erdat[] FROM MEMORY ID 'ERDAT' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 19:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/2831244#M662654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T19:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT / EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/2831245#M662655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Arya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem got solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 20:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export/m-p/2831245#M662655</guid>
      <dc:creator>former_member188001</dc:creator>
      <dc:date>2007-09-21T20:30:34Z</dc:date>
    </item>
  </channel>
</rss>

