<?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 function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2940553#M693207</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 using a funtion module as below but i dont want the convert to upper case part in this funtion module as its pop up  is also displaying a check box which says convert to upper case lettters i dont want this to be shown can any one sugges how to hide this or&lt;/P&gt;&lt;P&gt;suggest some other similar funtion module .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'POPUP_TO_SEARCH_VALUE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            TEXTLINE1      = text-f02&lt;/P&gt;&lt;P&gt;            TITEL          = text-f01&lt;/P&gt;&lt;P&gt;            VALUELENGTH    = 30    &lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            ACTION         = w_action&lt;/P&gt;&lt;P&gt;            VALUE          = w_value&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            TITEL_TOO_LONG = 1&lt;/P&gt;&lt;P&gt;            OTHERS         = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2007 08:15:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-23T08:15:30Z</dc:date>
    <item>
      <title>function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2940553#M693207</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 using a funtion module as below but i dont want the convert to upper case part in this funtion module as its pop up  is also displaying a check box which says convert to upper case lettters i dont want this to be shown can any one sugges how to hide this or&lt;/P&gt;&lt;P&gt;suggest some other similar funtion module .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'POPUP_TO_SEARCH_VALUE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            TEXTLINE1      = text-f02&lt;/P&gt;&lt;P&gt;            TITEL          = text-f01&lt;/P&gt;&lt;P&gt;            VALUELENGTH    = 30    &lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            ACTION         = w_action&lt;/P&gt;&lt;P&gt;            VALUE          = w_value&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            TITEL_TOO_LONG = 1&lt;/P&gt;&lt;P&gt;            OTHERS         = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 08:15:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2940553#M693207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T08:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2940554#M693208</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;Please check FM &lt;/P&gt;&lt;P&gt;RLB_SRTV_SEARCH_TEXT_POPUP&lt;/P&gt;&lt;P&gt;C14C_POPUP_FOR_SEARCH&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;ALV_POPUP_TO_SEARCH2&lt;/P&gt;&lt;P&gt;RK_POPUP_LIST_SEARCH_SMALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try creating your own FM whic seems like the best option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 08:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2940554#M693208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T08:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2940555#M693209</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;Just use:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SWA_STRING_TO_UPPERCASE'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;      input_expression                 = fspell&lt;/P&gt;&lt;P&gt;      preserve_existing_capitals       = ' '&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;    output_expression                = fspell&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     expression_truncated             = 1&lt;/P&gt;&lt;P&gt;     OTHERS                           = 2&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 10:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2940555#M693209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T10:09:30Z</dc:date>
    </item>
  </channel>
</rss>

