<?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: Only Search Help Value in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484102#M1652568</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;for this you are getting f4 help dynamically depending up on some field validation , As per my knowledge we are unable to restrict input manually .( using loop at screen we can restrict by that time f4 also not possible ) .&lt;/P&gt;&lt;P&gt;for this if user enter manually , read search help with this parameter if sy-subrc  =  0. then process smoothly else,&lt;/P&gt;&lt;P&gt;remove the data in that find and through a status message like chose valid entry using f4 help ( IF this is screen used by power users they don't know f4  and f1 so write message meaning fully  ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Dec 2011 06:23:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-15T06:23:54Z</dc:date>
    <item>
      <title>Only Search Help Value in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484101#M1652567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for the possibility to restrict the field in table control with the values of search help only . we should NOT be able to enter manually but only search help value can be entered in table control field . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: the field is char type and we are getting search help dynamically depending on the value in another field ( it could BEGDA or BUKRS or etc  u2026 ). we cannot opt for search help from domain or via foreign key relationship    &lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brajesh .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 12:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484101#M1652567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-14T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Only Search Help Value in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484102#M1652568</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;for this you are getting f4 help dynamically depending up on some field validation , As per my knowledge we are unable to restrict input manually .( using loop at screen we can restrict by that time f4 also not possible ) .&lt;/P&gt;&lt;P&gt;for this if user enter manually , read search help with this parameter if sy-subrc  =  0. then process smoothly else,&lt;/P&gt;&lt;P&gt;remove the data in that find and through a status message like chose valid entry using f4 help ( IF this is screen used by power users they don't know f4  and f1 so write message meaning fully  ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 06:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484102#M1652568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-15T06:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Only Search Help Value in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484103#M1652569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PAI code the logic in CHAIN ENDCHAIN  and validate the values for search help internal table if it is filled else fill it first and then do validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 09:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484103#M1652569</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2011-12-15T09:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Only Search Help Value in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484104#M1652570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the property of the field as input = 0 in PBO using loop at screen. It will accept F4 values but will not accept manual entries, you can see such exam[ples in many standard SAP screens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 10:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484104#M1652570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-15T10:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Only Search Help Value in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484105#M1652571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1533343"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make the field output only and in &lt;STRONG&gt;F4IF_INT_TABLE_VALUE_REQUEST&lt;/STRONG&gt; Function Module there  is an import parameter &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DISPLAY&lt;/STRONG&gt;  or check the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;In TOP Include declare a Variable 
data : from_f4 type c.

In POV
itab-field F4_field Module f4_field.
In F4 Module
clear from_f4.
from_f4 = 'X'.

in PAI

Loop at itab.
field itab-field_f4 module check_f4.
endloop.

In Program

module check_f4.
if from_f4 is initial.
message 'Please select the Value only from F4 Option' type 'E'.
endif.
endmodule&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 10:54:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484105#M1652571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-15T10:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Only Search Help Value in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484106#M1652572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in pbo INPUT = 0 AND IN IN IN pov iNPUT = 1 after calling search help again made input = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 11:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/only-search-help-value-in-table-control/m-p/8484106#M1652572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-13T11:13:51Z</dc:date>
    </item>
  </channel>
</rss>

