<?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: FM problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-problem/m-p/4646410#M1093549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;Thanks for ur info.&lt;/P&gt;&lt;P&gt;But what u said is of no use for me bcoz my table is not a predefined one its is an internal table.&lt;/P&gt;&lt;P&gt;is there any option to use an internal table in FM tables tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 05:42:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T05:42:05Z</dc:date>
    <item>
      <title>FM problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-problem/m-p/4646408#M1093547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;I have a requirement in which i need to create a Function module the input for the Fm is pernr and year which are my import parameters. And my output is month and some amount .&lt;/P&gt;&lt;P&gt;i have my amount and month in an internal table in my source code. but i want that 2 to be in  a tables in the output .so shall i give the internal table of associated type of itself .&lt;/P&gt;&lt;P&gt;how to go ahead?&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;rukmani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 05:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-problem/m-p/4646408#M1093547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T05:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: FM problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-problem/m-p/4646409#M1093548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Mention the table names what you want to use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this sample code For FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local Interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(KUNNR) TYPE  ZZBAPI_KNVP_IMPORT-KUNNR&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(RETURN) TYPE  BAPIRET2&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      ZKNVP_DATA STRUCTURE  ZBAPI_KNVP_DATA&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT VKORG&lt;/P&gt;&lt;P&gt;VTWEG&lt;/P&gt;&lt;P&gt;SPART&lt;/P&gt;&lt;P&gt;PARVW&lt;/P&gt;&lt;P&gt;PERNR&lt;/P&gt;&lt;P&gt;KUNN2  FROM knvp into table ZKNVP_DATA WHERE kunnr = KUNNR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: srinivasu bv on Oct 17, 2008 7:37 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 05:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-problem/m-p/4646409#M1093548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T05:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: FM problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-problem/m-p/4646410#M1093549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;Thanks for ur info.&lt;/P&gt;&lt;P&gt;But what u said is of no use for me bcoz my table is not a predefined one its is an internal table.&lt;/P&gt;&lt;P&gt;is there any option to use an internal table in FM tables tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 05:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-problem/m-p/4646410#M1093549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T05:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: FM problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-problem/m-p/4646411#M1093550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 07:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-problem/m-p/4646411#M1093550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T07:30:27Z</dc:date>
    </item>
  </channel>
</rss>

