<?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: Function Module creation in 4.6C in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-in-4-6c/m-p/916622#M58266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned, I tried with LIKE, but it gives the error "Tables using LIKE may only reference flat structures. Message no. FL 043"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2005 21:56:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-24T21:56:38Z</dc:date>
    <item>
      <title>Function Module creation in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-in-4-6c/m-p/916620#M58264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi techies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not an ABAPer, but just copying Function Module code from 3.1 R/3 to 4.6C R/3.&lt;/P&gt;&lt;P&gt;In 3.1, for the Table Parameter "E_DATA", there are two columns 'Reference Structure' and 'Reference type'. Since I am using the structure 'ZBFNEW', it looks following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Table parameters   Ref. structure     Reference Type&amp;lt;/u&amp;gt;     E_DATA                ZBFNEW    -                                                         Now same thing I wanted to do in 4.6C, but there under table parameter tab, there are no field called 'Ref Structure. The column are: Parameter Name, Type Specification and Reference type. &lt;/P&gt;&lt;P&gt;So the question is How do I assign Structure in FM for Table parameter. In coulmn, i tried with all the options (Type, LIKE and TYPE Ref To), but it gives error "Only table types may be used as the reference type for a table parameter"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion guys???&lt;/P&gt;&lt;P&gt;Regards, Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2005 20:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-in-4-6c/m-p/916620#M58264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-24T20:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module creation in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-in-4-6c/m-p/916621#M58265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make the  Type Specification &amp;lt;b&amp;gt;LIKE&amp;lt;/b&amp;gt; and the reference type &amp;lt;b&amp;gt;ZBFNEW&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2005 20:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-in-4-6c/m-p/916621#M58265</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-24T20:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module creation in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-in-4-6c/m-p/916622#M58266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned, I tried with LIKE, but it gives the error "Tables using LIKE may only reference flat structures. Message no. FL 043"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2005 21:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-in-4-6c/m-p/916622#M58266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-24T21:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module creation in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-in-4-6c/m-p/916623#M58267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich's suggestion should work for you.  The message you are receiving&lt;/P&gt;&lt;P&gt; is in regards to a new feature in 4.6 that did not exist in 3.1.  Using SE11,&lt;/P&gt;&lt;P&gt; you can define an internal table definition in the Dictionary.  &lt;/P&gt;&lt;P&gt;Put the new table definition name next to structures.  Hit create and you &lt;/P&gt;&lt;P&gt;will be asked about what you are creating.  Pick the Table Type option. For example,&lt;/P&gt;&lt;P&gt; you could create a table type definition called Z_T_ZBFNEW, based on&lt;/P&gt;&lt;P&gt; structure ZBFNEW.  Then you would use the TYPE setting for your table,&lt;/P&gt;&lt;P&gt; setting it to TYPE Z_T_ZBFNEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an aside, the TABLE parameter tab is considered to be&lt;/P&gt;&lt;P&gt; obsolete in 4.6.  You can now pass tables using the&lt;/P&gt;&lt;P&gt; EXPORTING, IMPORTING and CHANGING parameters.  So if/when you start&lt;/P&gt;&lt;P&gt; coding new Function Modules, I suggest you stop using the &lt;/P&gt;&lt;P&gt;TABLE parameter tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just curious, how does a non-ABAPer get assigned the task to copy &lt;/P&gt;&lt;P&gt;Function Modules?  Keep smiling and good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Charles Folwell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2005 22:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-in-4-6c/m-p/916623#M58267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-24T22:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module creation in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-in-4-6c/m-p/916624#M58268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both of you? I hope it will work now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To clarify your curiosity....I am a SAP BW consultant wherin we need to build the Datasource on FM and extract structure. It's a ABAPer job, but since he is not abailable at the moment, I took plunge and enjoying at the moment....but surely it's not my domain. Anyway thanks...&lt;/P&gt;&lt;P&gt;Regards, Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2005 22:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-in-4-6c/m-p/916624#M58268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-24T22:21:56Z</dc:date>
    </item>
  </channel>
</rss>

