<?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: SCMS_XSTRING_TO_BINARY  giving dump with this error . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scms-xstring-to-binary-giving-dump-with-this-error/m-p/6827023#M1470876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dump analysis will have more details.&lt;/P&gt;&lt;P&gt;How are you calling the fm ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Apr 2010 12:32:04 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-04-07T12:32:04Z</dc:date>
    <item>
      <title>SCMS_XSTRING_TO_BINARY  giving dump with this error .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scms-xstring-to-binary-giving-dump-with-this-error/m-p/6827022#M1470875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The current ABAP program "ZGY_CUST_TAB_UPDATE" had to be terminated because it&lt;/P&gt;&lt;P&gt;  has&lt;/P&gt;&lt;P&gt; come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Function module "SCMS_XSTRING_TO_BINARY" was called&lt;/P&gt;&lt;P&gt; with the parameter "BINARY_TAB".&lt;/P&gt;&lt;P&gt; This parameter is not defined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 12:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scms-xstring-to-binary-giving-dump-with-this-error/m-p/6827022#M1470875</guid>
      <dc:creator>Naval_bhatt</dc:creator>
      <dc:date>2010-04-07T12:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: SCMS_XSTRING_TO_BINARY  giving dump with this error .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scms-xstring-to-binary-giving-dump-with-this-error/m-p/6827023#M1470876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dump analysis will have more details.&lt;/P&gt;&lt;P&gt;How are you calling the fm ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 12:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scms-xstring-to-binary-giving-dump-with-this-error/m-p/6827023#M1470876</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-04-07T12:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: SCMS_XSTRING_TO_BINARY  giving dump with this error .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scms-xstring-to-binary-giving-dump-with-this-error/m-p/6827024#M1470877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: l_xml_table       TYPE TABLE OF t_xml_line,&lt;/P&gt;&lt;P&gt;      l_xml_line        TYPE t_xml_line,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        buffer          = ls_values_xml&lt;/P&gt;&lt;P&gt;        append_to_table = 'X'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        output_length   = lv_length&lt;/P&gt;&lt;P&gt;        binary_tab      = l_xml_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_NOT_FOUND', was&lt;/P&gt;&lt;P&gt; not caught and&lt;/P&gt;&lt;P&gt;therefore caused a runtime error.&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;Function module "SCMS_XSTRING_TO_BINARY" was called&lt;/P&gt;&lt;P&gt;with the parameter "BINARY_TAB".&lt;/P&gt;&lt;P&gt;This parameter is not defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Probably the only way to eliminate the error is to correct the program.&lt;/P&gt;&lt;P&gt;  -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If the error occures in a non-modified SAP program, you may be able to&lt;/P&gt;&lt;P&gt;  find an interim solution in an SAP Note.&lt;/P&gt;&lt;P&gt;  If you have access to SAP Notes, carry out a search with the following&lt;/P&gt;&lt;P&gt;  keywords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  "CALL_FUNCTION_PARM_UNKNOWN" "CX_SY_DYN_CALL_PARAM_NOT_FOUND"&lt;/P&gt;&lt;P&gt;  "ZGY_CUST_TAB_UPDATE" or "ZGY_CUST_TAB_UPDATE"&lt;/P&gt;&lt;P&gt;  "START-OF-SELECTION"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to find the SAP Note ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 12:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scms-xstring-to-binary-giving-dump-with-this-error/m-p/6827024#M1470877</guid>
      <dc:creator>Naval_bhatt</dc:creator>
      <dc:date>2010-04-07T12:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: SCMS_XSTRING_TO_BINARY  giving dump with this error .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scms-xstring-to-binary-giving-dump-with-this-error/m-p/6827025#M1470878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have passed the signatures incorrectly.&lt;/P&gt;&lt;P&gt;Binary_tab id not a importing parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(BUFFER) TYPE  XSTRING&lt;/P&gt;&lt;P&gt;*"     VALUE(APPEND_TO_TABLE) TYPE  C DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(OUTPUT_LENGTH) TYPE  I&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      BINARY_TAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 12:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scms-xstring-to-binary-giving-dump-with-this-error/m-p/6827025#M1470878</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-04-07T12:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: SCMS_XSTRING_TO_BINARY  giving dump with this error .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scms-xstring-to-binary-giving-dump-with-this-error/m-p/6827026#M1470879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;haha .. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; thanks &lt;/P&gt;&lt;P&gt;I think I am tooo stresses out &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 13:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scms-xstring-to-binary-giving-dump-with-this-error/m-p/6827026#M1470879</guid>
      <dc:creator>Naval_bhatt</dc:creator>
      <dc:date>2010-04-07T13:59:58Z</dc:date>
    </item>
  </channel>
</rss>

