<?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 ERROR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811293#M347837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yah here iam going to create a functiom module with the downloaded parameters from a function module........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i uploaded the the all import,export,change,table,exception and source code parameters details to internal tables defined .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam uploading the files to respective itabs thru gui_upload...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then iam passing the these itabs thru rs_functiommodule_insert to create a functiom module.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now this problem what i posted was over iam executing this one......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but new problem was there can u see my next question.... just posted now only.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Dec 2006 05:52:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-01T05:52:28Z</dc:date>
    <item>
      <title>FUNCTION MODULE ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811289#M347833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the data i have given....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any error in that one ..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error message: type of calling function module is giving me the error....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RS_FUNCTIONMODULE_INSERT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    FUNCNAME                      = P_FUNCNM&lt;/P&gt;&lt;P&gt;    FUNCTION_POOL                 = 'SUNI'&lt;/P&gt;&lt;P&gt;   INTERFACE_GLOBAL              = 'X'&lt;/P&gt;&lt;P&gt;    REMOTE_CALL                   = 'X'&lt;/P&gt;&lt;P&gt;    SHORT_TEXT                    = 'SERRR'&lt;/P&gt;&lt;P&gt;   SUPPRESS_CORR_CHECK           = 'X'&lt;/P&gt;&lt;P&gt;   UPDATE_TASK                   = ' '&lt;/P&gt;&lt;P&gt;   CORRNUM                       = 'CORRNUM_E'&lt;/P&gt;&lt;P&gt;   NAMESPACE                     = ' '&lt;/P&gt;&lt;P&gt;   SUPPRESS_LANGUAGE_CHECK       = 'X'&lt;/P&gt;&lt;P&gt;   AUTHORITY_CHECK               = 'X'&lt;/P&gt;&lt;P&gt;   SAVE_ACTIVE                   = 'X'&lt;/P&gt;&lt;P&gt;   NEW_SOURCE                    = 'X'&lt;/P&gt;&lt;P&gt;   EXCEPTION_CLASS               = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FUNCTION_INCLUDE              = INCLNAME&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CORRNUM_E                     = CORRNUM_E&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;   IMPORT_PARAMETER              = I_IMP&lt;/P&gt;&lt;P&gt;   EXPORT_PARAMETER              = I_EXP&lt;/P&gt;&lt;P&gt;   TABLES_PARAMETER              = I_TBL&lt;/P&gt;&lt;P&gt;   CHANGING_PARAMETER            = I_CHA&lt;/P&gt;&lt;P&gt;   EXCEPTION_LIST                = I_EXC&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PARAMETER_DOCU                = I_&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   SOURCE                        = I_CODE&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   DOUBLE_TASK                   = 1&lt;/P&gt;&lt;P&gt;   ERROR_MESSAGE                 = 2&lt;/P&gt;&lt;P&gt;   FUNCTION_ALREADY_EXISTS       = 3&lt;/P&gt;&lt;P&gt;   INVALID_FUNCTION_POOL         = 4&lt;/P&gt;&lt;P&gt;   INVALID_NAME                  = 5&lt;/P&gt;&lt;P&gt;   TOO_MANY_FUNCTIONS            = 6&lt;/P&gt;&lt;P&gt;   NO_MODIFY_PERMISSION          = 7&lt;/P&gt;&lt;P&gt;   NO_SHOW_PERMISSION            = 8&lt;/P&gt;&lt;P&gt;   ENQUEUE_SYSTEM_FAILURE        = 9&lt;/P&gt;&lt;P&gt;   CANCELED_IN_CORR              = 10&lt;/P&gt;&lt;P&gt;   OTHERS                        = 11&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDFORM.                    " CREATE_FUNCTIONMODULE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 04:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811289#M347833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T04:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811290#M347834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Das&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do not open duplicate posts for the same topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Close this thread and continue with the other. Also post that declarations of the variables and tables that you are passing to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 04:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811290#M347834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T04:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811291#M347835</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;REMOTE_CALL = 'X'&lt;/P&gt;&lt;P&gt;this value is not x but it is space as this is a RFC call u need not to include the value removeit, it will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 04:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811291#M347835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T04:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811292#M347836</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;Plz check the table parameters such as I_IMP I_EXP variables defined as tabel type. I hope this might be problem.  Can u give full detail of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 05:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811292#M347836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T05:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811293#M347837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yah here iam going to create a functiom module with the downloaded parameters from a function module........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i uploaded the the all import,export,change,table,exception and source code parameters details to internal tables defined .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam uploading the files to respective itabs thru gui_upload...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then iam passing the these itabs thru rs_functiommodule_insert to create a functiom module.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now this problem what i posted was over iam executing this one......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but new problem was there can u see my next question.... just posted now only.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 05:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811293#M347837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T05:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811294#M347838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry for this one......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but see the neew post  which is containg the syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;through this iam not able to open the se37 transaction....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        dasr r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 06:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-error/m-p/1811294#M347838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T06:06:54Z</dc:date>
    </item>
  </channel>
</rss>

