<?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 Code Inspector / Extended Check - Error  in Inbound Custom Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-check-error-in-inbound-custom-function-module/m-p/5451307#M1249540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a new cutom FM for Inbound IDOC Application Posting.&lt;/P&gt;&lt;P&gt;In the  TABLE   Parameter of FM  the following Tables difined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC_CONTRL	                LIKE	EDIDC&lt;/P&gt;&lt;P&gt;IDOC_DATA	                LIKE	EDIDD&lt;/P&gt;&lt;P&gt;IDOC_STATUS	                LIKE	BDIDOCSTAT&lt;/P&gt;&lt;P&gt;RETURN_VARIABLES	LIKE	BDWFRETVAR&lt;/P&gt;&lt;P&gt;SERIALIZATION_INFO	LIKE	BDI_SER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while checking with Code Inspector Tool I got an Error for  BDI_SER.(  Last Table Parameter of the FM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Syntax check warning&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;"BDI_SER" can be enhanced. After a structure enhancement, the semantics of the&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;parameter transfer may change.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Internal Message Code: MESSAGE G_B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(The message can be hidden with "#EC ENHOK)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type "BDI_SER" or the type of one of its subcomponents can be enhanced. The semantics of the parameter transfer may change after a structure enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the execution of a Remote Function Call (RFC), the actual parameter and formal parameter do not have to be of the same type. In the case of structure types, the actual parameter and formal parameter can contain additional components at the end. These additional components are set to their initial values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether the enhancement category of the relevant type correct is set or whether the category "cannot be enhanced" should be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to fix this error?  other wise how to supress the Message by adding "#EC ENHOK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where I have to add the Comment "#EC ENHOK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help to give details .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2009 03:40:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-26T03:40:02Z</dc:date>
    <item>
      <title>Code Inspector / Extended Check - Error  in Inbound Custom Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-check-error-in-inbound-custom-function-module/m-p/5451307#M1249540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a new cutom FM for Inbound IDOC Application Posting.&lt;/P&gt;&lt;P&gt;In the  TABLE   Parameter of FM  the following Tables difined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC_CONTRL	                LIKE	EDIDC&lt;/P&gt;&lt;P&gt;IDOC_DATA	                LIKE	EDIDD&lt;/P&gt;&lt;P&gt;IDOC_STATUS	                LIKE	BDIDOCSTAT&lt;/P&gt;&lt;P&gt;RETURN_VARIABLES	LIKE	BDWFRETVAR&lt;/P&gt;&lt;P&gt;SERIALIZATION_INFO	LIKE	BDI_SER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while checking with Code Inspector Tool I got an Error for  BDI_SER.(  Last Table Parameter of the FM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Syntax check warning&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;"BDI_SER" can be enhanced. After a structure enhancement, the semantics of the&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;parameter transfer may change.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Internal Message Code: MESSAGE G_B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(The message can be hidden with "#EC ENHOK)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type "BDI_SER" or the type of one of its subcomponents can be enhanced. The semantics of the parameter transfer may change after a structure enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the execution of a Remote Function Call (RFC), the actual parameter and formal parameter do not have to be of the same type. In the case of structure types, the actual parameter and formal parameter can contain additional components at the end. These additional components are set to their initial values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether the enhancement category of the relevant type correct is set or whether the category "cannot be enhanced" should be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to fix this error?  other wise how to supress the Message by adding "#EC ENHOK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where I have to add the Comment "#EC ENHOK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help to give details .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 03:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-check-error-in-inbound-custom-function-module/m-p/5451307#M1249540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T03:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector / Extended Check - Error  in Inbound Custom Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-check-error-in-inbound-custom-function-module/m-p/5451308#M1249541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the source code you will have this in comment right, use the "#EC ENHOK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 09:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-check-error-in-inbound-custom-function-module/m-p/5451308#M1249541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T09:58:38Z</dc:date>
    </item>
  </channel>
</rss>

