<?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: How to convert table parameter to export parameter in function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829932#M1589898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I  created new function module inside export parameter i put that BAPI table name . In source code i called BAPI_INSPLOT_GETLIST and pass that table values into export parameter but its showing some error that table is not an internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2011 11:47:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-17T11:47:53Z</dc:date>
    <item>
      <title>How to convert table parameter to export parameter in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829926#M1589892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Is it possible to convert Table parameter to Export parameter. If it possible just tel me how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am using BAPI_INSPLOT_GETLIST but i want that table values in my customized BAPIs export parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 11:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829926#M1589892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T11:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert table parameter to export parameter in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829927#M1589893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is not possible without completeley modifying that SAP standard FM which you probably dont want to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 11:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829927#M1589893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T11:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert table parameter to export parameter in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829928#M1589894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am going to create one function module RFC enabled inside that i will call BAPI_INSPLOT_GETLIST after that how to convert table parameter to export parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 11:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829928#M1589894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T11:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert table parameter to export parameter in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829929#M1589895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no need to convert anything as long as the type of your export parameter is accrodingly set. Use a tabletype for that.&lt;/P&gt;&lt;P&gt;But be aware it has to a DDIC tabletype, so better first create it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 11:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829929#M1589895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T11:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert table parameter to export parameter in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829930#M1589896</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;All you need to do is just declare a parameter under EXPORT tab and associate with it the respective table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to export a table of structure type ELIGBOX. Create a table type for the structure and associate the parameter with the table type created. So by this you can convert the table type parameter to an export type parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Koushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 11:45:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829930#M1589896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T11:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert table parameter to export parameter in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829931#M1589897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I  created new function module inside export parameter i put that BAPI table name . In source code i called BAPI_INSPLOT_GETLIST and pass that table values into export parameter but its showing some error that table is not an internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 11:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829931#M1589897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T11:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert table parameter to export parameter in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829932#M1589898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I  created new function module inside export parameter i put that BAPI table name . In source code i called BAPI_INSPLOT_GETLIST and pass that table values into export parameter but its showing some error that table is not an internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 11:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829932#M1589898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T11:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert table parameter to export parameter in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829933#M1589899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Koushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Fist of all thanks for your rply, But i need some more clarification inside source code i want to write any code like creating internal table and all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 11:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829933#M1589899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T11:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert table parameter to export parameter in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829934#M1589900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to type your export parameter with a TABLETYPE, not with a structure to make it work, as already mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to ask if you may have not understood what we are trying to tell you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 12:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829934#M1589900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T12:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert table parameter to export parameter in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829935#M1589901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Create a Z table type via SE11 in the [customer namespace|https://service.sap.com/sap/support/notes/16466] ([data type|http://help.sap.com/saphelp_nw04/helpdata/en/90/8d72fbb1af11d194f600a0c929b3c3/frameset.htm], create, [table type|http://help.sap.com/saphelp_nw04/helpdata/en/90/8d7304b1af11d194f600a0c929b3c3/frameset.htm]) giving BAPI2045L1 as line type&lt;/P&gt;&lt;P&gt;- Use this table type for your Z-BAPI export parameter of your [created RFC enabled FM|http://help.sap.com/saphelp_nw70/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/frameset.htm] &lt;/P&gt;&lt;P&gt;- Move the table parameter INSPLOT_LIST of BAPI_INSPLOT_GETLIST to this export parameter after the call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 12:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829935#M1589901</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-05-17T12:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert table parameter to export parameter in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829936#M1589902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, you need to create a table type for the structure BAPI2045L1 (the type of table returned by BAPI_INSPLOT_GETLIST). Do this in t-code SE11. now in your custom FM declare an export parameter associating it with the created table type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;parameter_name&amp;gt;  TYPE  &amp;lt;table type created&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in your source code call the BAPI which returns the desired table. So u get the table with values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopefully its clear now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for any further query you can always enquire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Koushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 12:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829936#M1589902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T12:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert table parameter to export parameter in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829937#M1589903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;he sir,&lt;/P&gt;&lt;P&gt;first of all you have create se37 a function module in that select goto than creat a new one and in ther you can avoid the group table in export parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 12:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-table-parameter-to-export-parameter-in-function-module/m-p/7829937#M1589903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T12:26:12Z</dc:date>
    </item>
  </channel>
</rss>

