<?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 error in creation of custom function module. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creation-of-custom-function-module/m-p/2458972#M551569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;          i am trying to create custom rfc enabled function module by copying the standard function module prgn_profile_name_get. in the export parameter PROFILE_FROM_TPRPROF what is the type i have to associate for this parameter. when i try to compare with char30 it is giving the error "char30 must be a flat strcture.you cannot use internal tables,strings,references,or strctures as components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                      please solve my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2007 06:01:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-25T06:01:04Z</dc:date>
    <item>
      <title>error in creation of custom function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creation-of-custom-function-module/m-p/2458972#M551569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;          i am trying to create custom rfc enabled function module by copying the standard function module prgn_profile_name_get. in the export parameter PROFILE_FROM_TPRPROF what is the type i have to associate for this parameter. when i try to compare with char30 it is giving the error "char30 must be a flat strcture.you cannot use internal tables,strings,references,or strctures as components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                      please solve my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 06:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creation-of-custom-function-module/m-p/2458972#M551569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: error in creation of custom function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creation-of-custom-function-module/m-p/2458973#M551570</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;Leave it blank ,..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get any type of value into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 06:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creation-of-custom-function-module/m-p/2458973#M551570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: error in creation of custom function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creation-of-custom-function-module/m-p/2458974#M551571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i leave it blank then it is throwing the error "You can only use LIKE and TYPE to specify types in rfc".&lt;/P&gt;&lt;P&gt;                                      please help me in this issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 08:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creation-of-custom-function-module/m-p/2458974#M551571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T08:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: error in creation of custom function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creation-of-custom-function-module/m-p/2458975#M551572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukka , &lt;/P&gt;&lt;P&gt;    Give TYPE in the type spec and in the Reference Type give CHAR01 or STRING .&lt;/P&gt;&lt;P&gt;Assign points if helpful.&lt;/P&gt;&lt;P&gt;Regards.,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Arun R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creation-of-custom-function-module/m-p/2458975#M551572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T09:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: error in creation of custom function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creation-of-custom-function-module/m-p/2458976#M551573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is RFC then you check 'pass by value' paramter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-creation-of-custom-function-module/m-p/2458976#M551573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T09:04:34Z</dc:date>
    </item>
  </channel>
</rss>

