<?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 table in abap method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-table-in-abap-method/m-p/5853352#M1320061</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;How can i import table in methods ,in FM i use the tab tables and in method i had the returning tab&lt;/P&gt;&lt;P&gt;but it just for export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Ricardos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2009 05:22:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-22T05:22:45Z</dc:date>
    <item>
      <title>Import table in abap method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-table-in-abap-method/m-p/5853352#M1320061</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;How can i import table in methods ,in FM i use the tab tables and in method i had the returning tab&lt;/P&gt;&lt;P&gt;but it just for export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Ricardos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 05:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-table-in-abap-method/m-p/5853352#M1320061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T05:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Import table in abap method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-table-in-abap-method/m-p/5853353#M1320062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;via import parameters. Table should be typed like TYPE TABLE OF &amp;lt;referring to internal table type from Data Dictionary&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in DD you define a Table Type. this will be your reference type in the import parameter.&lt;/P&gt;&lt;P&gt;Table type you define in transaction SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use a local type which you define in SE24 within your class. At the top there is a button with &amp;lt;Local types&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 05:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-table-in-abap-method/m-p/5853353#M1320062</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-06-22T05:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Import table in abap method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-table-in-abap-method/m-p/5853354#M1320063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Micky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently working on NW 7.0 ,&lt;/P&gt;&lt;P&gt;the table that i want to transfer is declared in se11 (Transp. Table),&lt;/P&gt;&lt;P&gt;when i put the table in the associated type i have just the value type ,like , type ref to ,&lt;/P&gt;&lt;P&gt;(I GETTHIS ERROR WHEN I TRY TO PUT TYPE TABLE OF :  The typing method can be 'Like', 'Type', or 'Type Ref To') .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try to do that via type tab in the code (button direct type entry ) like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a type table of b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is if this is the recommended way to do so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 07:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-table-in-abap-method/m-p/5853354#M1320063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T07:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Import table in abap method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-table-in-abap-method/m-p/5853355#M1320064</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;In &lt;STRONG&gt;tables&lt;/STRONG&gt; parameter use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
my_tab LIKE your_db_table_name
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or via &lt;STRONG&gt;importing/exporting/changing&lt;/STRONG&gt; parameters:&lt;/P&gt;&lt;P&gt;- go to se11, select &lt;EM&gt;Data type&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- type in new table type in &lt;EM&gt;Z_MY_TABLE_TYPE&lt;/EM&gt; and &lt;EM&gt;Create&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- select &lt;EM&gt;Table type&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- Pass description and as &lt;EM&gt;Line type&lt;/EM&gt; type in your DB table name &lt;/P&gt;&lt;P&gt;- activate&lt;/P&gt;&lt;P&gt;- pass this table type to one of FM / method parameter&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
my_tab TYPE my_new_table_type.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 09:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-table-in-abap-method/m-p/5853355#M1320064</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-06-22T09:01:45Z</dc:date>
    </item>
  </channel>
</rss>

