<?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: Get F4 Help on screen fields dynamically depending on the input given. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-f4-help-on-screen-fields-dynamically-depending-on-the-input-given/m-p/4570033#M1078383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the function moduele&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the user selects the value for the customer number .using that you should populate an internal table &lt;/P&gt;&lt;P&gt;whinch should be passed to next F4 help Function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Oct 2008 01:16:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-05T01:16:44Z</dc:date>
    <item>
      <title>Get F4 Help on screen fields dynamically depending on the input given.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-f4-help-on-screen-fields-dynamically-depending-on-the-input-given/m-p/4570032#M1078382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , I have two fields  Customer no &amp;amp; Doc. number on the selection screen, how can i get F4 Help on doc. nunmber field depending on the customer number i will mention in the cust no field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to get all the doc. numbers as F4 help relating to customer number tht i mention only. no other doc. numberes should show up.&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>Sat, 04 Oct 2008 21:43:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-f4-help-on-screen-fields-dynamically-depending-on-the-input-given/m-p/4570032#M1078382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T21:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get F4 Help on screen fields dynamically depending on the input given.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-f4-help-on-screen-fields-dynamically-depending-on-the-input-given/m-p/4570033#M1078383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the function moduele&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the user selects the value for the customer number .using that you should populate an internal table &lt;/P&gt;&lt;P&gt;whinch should be passed to next F4 help Function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2008 01:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-f4-help-on-screen-fields-dynamically-depending-on-the-input-given/m-p/4570033#M1078383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-05T01:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get F4 Help on screen fields dynamically depending on the input given.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-f4-help-on-screen-fields-dynamically-depending-on-the-input-given/m-p/4570034#M1078384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case you need to read a value of another field BEFORE the user hits enter, you can use the following function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNP_VALUES_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, you can populate the F4 list based on user input of other fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2008 01:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-f4-help-on-screen-fields-dynamically-depending-on-the-input-given/m-p/4570034#M1078384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-05T01:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get F4 Help on screen fields dynamically depending on the input given.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-f4-help-on-screen-fields-dynamically-depending-on-the-input-given/m-p/4570035#M1078385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can you send me a sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2008 03:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-f4-help-on-screen-fields-dynamically-depending-on-the-input-given/m-p/4570035#M1078385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-05T03:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get F4 Help on screen fields dynamically depending on the input given.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-f4-help-on-screen-fields-dynamically-depending-on-the-input-given/m-p/4570036#M1078386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt; 	

CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'

EXPORTING

RETFIELD = &amp;lt;name of return field in internal table&amp;gt;

DYNPPROG = &amp;lt;Report Name i.e sy-repid&amp;gt;

DYNPNR = &amp;lt;Screen number e.g. 1000 incase of sel.
screen)

DYNPROFIELD = &amp;lt;screen field name&amp;gt;

VALUE_ORG = 'S'

TABLES

VALUE_TAB = &amp;lt;internal Table with values&amp;gt;

EXCEPTIONS

PARAMETER_ERROR = 1

NO_VALUES_FOUND = 2

OTHERS = 3. &lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2008 03:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-f4-help-on-screen-fields-dynamically-depending-on-the-input-given/m-p/4570036#M1078386</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-10-05T03:37:10Z</dc:date>
    </item>
  </channel>
</rss>

