<?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 Select data from F4 help only from table and error while incorrect data entered manually in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-f4-help-only-from-table-and-error-while-incorrect-data/m-p/11485962#M1931660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added user fields in network activity in project system , however i have created Ztable and Table maintenance for SM30. but problem is user can enter data manually (which is not maintained in table ) and save the project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i want to populate data which is only available in Table field with F4 help otherwise system should pop up error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used class builder and FM :&amp;nbsp; F4IF_INT_TABLE_VALUE_REQUEST .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swapnil &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 09:40:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-02-01T09:40:11Z</dc:date>
    <item>
      <title>Select data from F4 help only from table and error while incorrect data entered manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-f4-help-only-from-table-and-error-while-incorrect-data/m-p/11485962#M1931660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added user fields in network activity in project system , however i have created Ztable and Table maintenance for SM30. but problem is user can enter data manually (which is not maintained in table ) and save the project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i want to populate data which is only available in Table field with F4 help otherwise system should pop up error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used class builder and FM :&amp;nbsp; F4IF_INT_TABLE_VALUE_REQUEST .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swapnil &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 09:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-f4-help-only-from-table-and-error-while-incorrect-data/m-p/11485962#M1931660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-01T09:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select data from F4 help only from table and error while incorrect data entered manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-f4-help-only-from-table-and-error-while-incorrect-data/m-p/11485963#M1931661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapnil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you check this in your program? For example, when a user-action happens. You can stop the execution of the action if the entry is invalid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another UI-side solution I can think of:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1. Make the field read-only&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;2. Place a button, e.g. "Select", next to your input field, which -when clicked- shows only the available values and lets the user select one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen examples where developers did not add an extra button and expected users to click the search help button or hit F4 of the read-only field. However, I would not recommend this as it is not intuitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 12:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-f4-help-only-from-table-and-error-while-incorrect-data/m-p/11485963#M1931661</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2016-02-01T12:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Select data from F4 help only from table and error while incorrect data entered manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-f4-help-only-from-table-and-error-while-incorrect-data/m-p/11485964#M1931662</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;Change the field to a drop down list and populate the list using the VRM_SET_VALUES function module.&amp;nbsp; The user can then only select valid values or blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 12:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-f4-help-only-from-table-and-error-while-incorrect-data/m-p/11485964#M1931662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-01T12:52:12Z</dc:date>
    </item>
  </channel>
</rss>

