<?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: Input field to restrict user typing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801779#M654267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the f4 help , i have created my own search help and send it to the function module 'F4IF_FIELD_VALUE_REQUEST' with the optional parameter "MULTIPLE_CHOICE = 'X'. bcoz user can select more than one values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ur info , i am not using selection-screen( using dialog programming screens) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 13:37:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T13:37:03Z</dc:date>
    <item>
      <title>Input field to restrict user typing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801774#M654262</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 having a input field , with f4 help associated to it. I would like the user to select values only from f4 help , but dont want the user to type the content in input field . how can i restrict this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 13:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801774#M654262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T13:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Input field to restrict user typing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801775#M654263</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;make your field appear as a listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kostas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 13:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801775#M654263</guid>
      <dc:creator>kostas_tsioubris</dc:creator>
      <dc:date>2007-09-04T13:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Input field to restrict user typing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801776#M654264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This F4 help is a standard one.. or you have created it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a standard one.. then you can validate the user entry with the master data in AT SELECTION-SCREEN event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 13:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801776#M654264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T13:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Input field to restrict user typing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801777#M654265</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;In field attributes after Name and Text there will be a field Dropdown:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select that as ListBox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 13:26:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801777#M654265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T13:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Input field to restrict user typing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801778#M654266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  In the f4 help , i have created my own search help and send it to the function module 'F4IF_FIELD_VALUE_REQUEST' with the optional parameter "MULTIPLE_CHOICE = 'X'. bcoz user can select more than one values. so list box is not possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 13:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801778#M654266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T13:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Input field to restrict user typing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801779#M654267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the f4 help , i have created my own search help and send it to the function module 'F4IF_FIELD_VALUE_REQUEST' with the optional parameter "MULTIPLE_CHOICE = 'X'. bcoz user can select more than one values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ur info , i am not using selection-screen( using dialog programming screens) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 13:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801779#M654267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T13:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Input field to restrict user typing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801780#M654268</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;Then also it is very easy..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do something like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be passing an internal table to the function module to display the F4 help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Move the logic for filling the internal table in the INITIALIZATION event.&lt;/P&gt;&lt;P&gt;2) Let the F4 function module be in the same AT VALUE-REQUEST event.&lt;/P&gt;&lt;P&gt;3) Now, in the AT SELECTION-SCREEN event, if the user has put any value, then just check that this value is in the internal table of F4 help or not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then give an error message to use F4 help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 13:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801780#M654268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T13:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Input field to restrict user typing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801781#M654269</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;Then also it is very easy..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do something like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be passing an internal table to the function module to display the F4 help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Move the logic for filling the internal table in the INITIALIZATION event.&lt;/P&gt;&lt;P&gt;2) Let the F4 function module be in the same AT VALUE-REQUEST event.&lt;/P&gt;&lt;P&gt;3) Now, in the AT SELECTION-SCREEN event, if the user has put any value, then just check that this value is in the internal table of F4 help or not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then give an error message to use F4 help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 13:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801781#M654269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T13:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Input field to restrict user typing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801782#M654270</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 not sending the internal table to show the f4 help. I am creating my own search help like the follwing.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          tabname    = 'TABLE1'&lt;/P&gt;&lt;P&gt;          fieldname  = 'NAME'&lt;/P&gt;&lt;P&gt;          searchhelp = 'SEARCH_HELP'&lt;/P&gt;&lt;P&gt;          MULTIPLE_CHOICE           = 'X'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 13:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801782#M654270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T13:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Input field to restrict user typing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801783#M654271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; check the demo program  DEMO_DYNPRO_F4_HELP_MODULE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to write the code in PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROCESS ON VALUE-REQUEST.
  FIELD CARRIER MODULE VALUE_CARRIER.
  FIELD CONNECTION MODULE VALUE_CONNECTION.

MODULE VALUE_CARRIER INPUT.

  CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
       EXPORTING
            TABNAME     = 'DEMOF4HELP'
            FIELDNAME   = 'CARRIER1'
            DYNPPROG    = PROGNAME
            DYNPNR      = DYNNUM
            DYNPROFIELD = 'CARRIER'.

ENDMODULE.

MODULE VALUE_CONNECTION INPUT.

  CALL FUNCTION 'DYNP_VALUES_READ'
       EXPORTING
            DYNAME             = PROGNAME
            DYNUMB             = DYNNUM
            TRANSLATE_TO_UPPER = 'X'
       TABLES
            DYNPFIELDS         = DYNPRO_VALUES.

  READ TABLE DYNPRO_VALUES INDEX 1 INTO FIELD_VALUE.

  SELECT  CARRID CONNID
    FROM  SPFLI
    INTO  CORRESPONDING FIELDS OF TABLE VALUES_TAB
    WHERE CARRID = FIELD_VALUE-FIELDVALUE.

  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
       EXPORTING
            RETFIELD    = 'CONNID'
            DYNPPROG    = PROGNAME
            DYNPNR      = DYNNUM
            DYNPROFIELD = 'CONNECTION'
            VALUE_ORG   = 'S'
       TABLES
            VALUE_TAB   = VALUES_TAB.

ENDMODULE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 13:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801783#M654271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T13:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Input field to restrict user typing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801784#M654272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chandra sekar,&lt;/P&gt;&lt;P&gt;   kindly read my question again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 14:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801784#M654272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T14:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Input field to restrict user typing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801785#M654273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then do one thing.. just see wht this search help have.. i mean to say how this table has the joins defined..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program, you must have the same data the search help hold in an internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write the same in the initialization event..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then check if the user entry is there in the internal table or not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 14:13:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-to-restrict-user-typing/m-p/2801785#M654273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T14:13:55Z</dc:date>
    </item>
  </channel>
</rss>

