<?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: F4_INT_TABLE_VALUE_REQUEST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-int-table-value-request/m-p/4188434#M1001184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx a lot...u just saved my day..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2008 16:59:47 GMT</pubDate>
    <dc:creator>lijisusan_mathews</dc:creator>
    <dc:date>2008-07-15T16:59:47Z</dc:date>
    <item>
      <title>F4_INT_TABLE_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-int-table-value-request/m-p/4188432#M1001182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using function module F4_INT_TABLE_VALUE_REQUEST to get an input help. But I need to get the importing feature as in Search Helps. ie. i need my values displayed in the help to be based on a value in a previous field. But during the POV and POH of this field, the previous fields value is not accessible using the screen field name, because the value is not getting populated in the screen field unless I press the Enter Key.&lt;/P&gt;&lt;P&gt; for eg. &lt;/P&gt;&lt;P&gt;I have 2 fields designed in se51, 'employee id' and 'files accessible'. I need a search help for the field 'files accessible'. But while coding, i need to display the files corresponding to a particular employee only. So i need to import the employee id from my screen field and use it in my search help. But my screen field is having that value only after a PAI or PBO, ie aftre I press the enter key..&lt;/P&gt;&lt;P&gt; Can someone please give me solution fast&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2008 06:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-int-table-value-request/m-p/4188432#M1001182</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2008-07-12T06:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: F4_INT_TABLE_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-int-table-value-request/m-p/4188433#M1001183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suzie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From you requirement it is pretty clear that without the Employee ID it makes no sense to get the Files Accessible. So can you make the Employee ID as a mandatory input parameter? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the next part, you can use some global fields in your program to keep the values. The values will get populated and will come automatically from the F4 Search Help. But you need to declare a structure in the TOP include of the code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can use the function module DYNP_READ_VALUE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the template to use the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'DYNP_VALUES_READ'
    EXPORTING
      dyname     = progname
      dynumb     = dynnum
    TABLES
      dynpfields = dynpfields.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rewards points for useful answers.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2008 11:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-int-table-value-request/m-p/4188433#M1001183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-12T11:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: F4_INT_TABLE_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-int-table-value-request/m-p/4188434#M1001184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx a lot...u just saved my day..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 16:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-int-table-value-request/m-p/4188434#M1001184</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2008-07-15T16:59:47Z</dc:date>
    </item>
  </channel>
</rss>

