<?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: F4if_int _table_value_request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908721#M378486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to write the logic as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT Selection-screen on Field1. &lt;/P&gt;&lt;P&gt;call the function module F4IF_INT_TABLE_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection screen on Field2.&lt;/P&gt;&lt;P&gt;call the function module F4IF_INT_TABLE_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2007 07:38:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-14T07:38:37Z</dc:date>
    <item>
      <title>F4if_int _table_value_request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908720#M378485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello experts , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want the function mobule "F4if_int &lt;U&gt;table&lt;/U&gt;value_request"  to return more than one values associated with the return field ,i.e, i need the entire row to be present in the return_tab when the user double clicks on a particular line of pop-up .right now i m only getting the value of the single field in return_tab and i want the value of all the columns shown in the pop-up as soon as the user selects a row. is there a way out to achieve it or suggest some way out of it.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        swapnil kubal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 07:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908720#M378485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T07:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: F4if_int _table_value_request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908721#M378486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to write the logic as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT Selection-screen on Field1. &lt;/P&gt;&lt;P&gt;call the function module F4IF_INT_TABLE_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection screen on Field2.&lt;/P&gt;&lt;P&gt;call the function module F4IF_INT_TABLE_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 07:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908721#M378486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T07:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: F4if_int _table_value_request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908722#M378487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  one FM can not give more than 1 field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can have call the FM as many times as u want for the each field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 07:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908722#M378487</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-02-14T07:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: F4if_int _table_value_request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908723#M378488</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;If u want the same for more than one field use the FM to the fields which u want and include the fields in the internal table which u are returning from the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write a select statement and paass it to the internal table and then use the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ur problem will be solved...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 07:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908723#M378488</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-02-14T07:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: F4if_int _table_value_request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908724#M378489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: BEGIN OF IT_VALUE2 OCCURS 0,
                  F1 LIKE TABLE-FIELD,
                  F2 LIKE TABLE-FIELD,
 
                END OF IT_VALUE2.

        SELECT F1 F2 
           FROM TABLE
           INTO  TABLE IT_VALUE2
          WHERE  FX = CONDITION.
  ENDIF.


  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
      RETFIELD    = 'SCREENFIELD'
      DYNPPROG    = SY-CPROG
      DYNPNR      =  SY-DUNNR
      DYNPROFIELD =  TABLE FIELD   "
      VALUE_ORG   = 'S'
    TABLES
      VALUE_TAB   = IT_VALUE2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so u can write a select to display more that one or more fields in teh display but when clicked /selected only that value is dropped to the table field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//i want the function mobule "F4if_int &lt;U&gt;table&lt;/U&gt;value_request" to return more than one field values .&lt;/P&gt;&lt;P&gt;You can use &amp;lt;b&amp;gt;dynp_values_up&amp;lt;/b&amp;gt;date to get the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u can tell what is the exact business requirement from std reference then we can make a pseudo code for the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 07:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908724#M378489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T07:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: F4if_int _table_value_request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908725#M378490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer this for code sample&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 07:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908725#M378490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T07:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: F4if_int _table_value_request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908726#M378491</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;it will give 2 f4 on first screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR field1.&lt;/P&gt;&lt;P&gt;call FM 'F4......'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR field2.&lt;/P&gt;&lt;P&gt;call FM 'F4......'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to fill some value in some other field,&lt;/P&gt;&lt;P&gt;put in AT SELECTION SCREEN OUTPUT event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 07:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908726#M378491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T07:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: F4if_int _table_value_request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908727#M378492</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;    Use VRM type pool and the FM as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : t_sourceid      TYPE vrm_values,&lt;/P&gt;&lt;P&gt;            t_pricetyp      TYPE vrm_values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF t_pricetyp IS INITIAL.&lt;/P&gt;&lt;P&gt;  SELECT zserv_type&lt;/P&gt;&lt;P&gt;        INTO TABLE t_pricetyp&lt;/P&gt;&lt;P&gt;        FROM zmservice_type&lt;/P&gt;&lt;P&gt;        WHERE purch_req_flg = c_check.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF t_sourceid IS INITIAL.&lt;/P&gt;&lt;P&gt;  SELECT src_just_id src_just_dsc&lt;/P&gt;&lt;P&gt;         INTO TABLE t_sourceid&lt;/P&gt;&lt;P&gt;         FROM zmsource_just.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Sole Source List Box&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CALL FUNCTION 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              id                = c_src_just_fld           " field name&lt;/P&gt;&lt;P&gt;              values          = t_sourceid&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              id_illegal_name = 0&lt;/P&gt;&lt;P&gt;              OTHERS          = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Pricing Type List Box&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IF w_pstyp = c_srv_type.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                id                = c_prc_value_fld        " field name&lt;/P&gt;&lt;P&gt;                values          = t_pricetyp&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;                id_illegal_name = 0&lt;/P&gt;&lt;P&gt;                OTHERS          = 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 07:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908727#M378492</guid>
      <dc:creator>Shivaji16</dc:creator>
      <dc:date>2007-02-14T07:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: F4if_int _table_value_request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908728#M378493</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;dont know whether is there any other way of getting the othr fields of the selectd row, but what u can do is, get the value of the selected field (return_tab-fieldval), and read the input table (value_tab) with it, to get the other fields.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 05:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-int-table-value-request/m-p/1908728#M378493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T05:44:01Z</dc:date>
    </item>
  </channel>
</rss>

