<?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: Field symbol data to function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945230#M1487858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check the TYPEs of the interface params for SF_SPECIALCHAR_DELETE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot pass internal tables to the FM. Can you explain your req. in simple language ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jun 2010 07:36:08 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2010-06-03T07:36:08Z</dc:date>
    <item>
      <title>Field symbol data to function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945227#M1487855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using the function module SF_SPECIALCHAR_DELETE to remove the special characters.&lt;/P&gt;&lt;P&gt;whereas we have the data in the field symbol &amp;lt;fs_data&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the selection screen i will enter the field which has the special character, for suppose if i enter &lt;/P&gt;&lt;P&gt;SGTXT field in selection screen that field as a special character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas in field symbol &amp;lt;fs_data&amp;gt; the field SGTXT has special character , so that need to be removed.&lt;/P&gt;&lt;P&gt;i am using the FM SF_SPECIALCHAR_DELETE but it is going to dump if i pass the values as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SF_SPECIALCHAR_DELETE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    WITH_SPECIALCHAR          = &amp;lt;fs_table&amp;gt;&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;   WITHOUT_SPECIALCHAR        = &amp;lt;fs_table&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RESULT_WORD_EMPTY         = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                    = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me how to pass the field symbol data to above function module .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 07:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945227#M1487855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-03T07:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Field symbol data to function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945228#M1487856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is the field-symbol '&amp;lt;fs_table&amp;gt;' defined ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 07:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945228#M1487856</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-06-03T07:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Field symbol data to function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945229#M1487857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the field symbol is defined as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;fs_table&amp;gt; TYPE STANDARD TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 07:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945229#M1487857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-03T07:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Field symbol data to function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945230#M1487858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check the TYPEs of the interface params for SF_SPECIALCHAR_DELETE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot pass internal tables to the FM. Can you explain your req. in simple language ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 07:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945230#M1487858</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-06-03T07:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field symbol data to function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945231#M1487859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to remove the special characters for the fields exists in the field symbol &amp;lt;fs_table&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for suppose BELNR = 123#456@ the BELNR value should be replaced as 123456 means special characters need to removed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 07:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945231#M1487859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-03T07:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Field symbol data to function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945232#M1487860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you make it more clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is &amp;lt;fs_data&amp;gt; then ?&lt;/P&gt;&lt;P&gt;Why are you usin a field symbol of type table ?&lt;/P&gt;&lt;P&gt;How the data is stored in &amp;lt;fs_table&amp;gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 08:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945232#M1487860</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-06-03T08:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field symbol data to function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945233#M1487861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The import parameter of SF_SPECIALCHAR_DELETE is of type CHAR(40). This means that you &lt;U&gt;cannot&lt;/U&gt; use this FM with a FIELD-SYMBOLS: &amp;lt;fs_table&amp;gt; TYPE STANDARD TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead you need a field symbol like this to call the FM: &lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;f&amp;gt; TYPE sf_searchw. "CHAR(40)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 10:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-data-to-function-module/m-p/6945233#M1487861</guid>
      <dc:creator>adrian_dorn</dc:creator>
      <dc:date>2010-06-03T10:57:24Z</dc:date>
    </item>
  </channel>
</rss>

