<?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: regarding F4IF_INT_TABLE_VALUE_REQUEST function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-f4if-int-table-value-request-function-module/m-p/2394910#M532894</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;Check this sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
*      DDIC_STRUCTURE         = ' '
      RETFIELD               = 'TXT04'
*      PVALKEY                = ' '
      DYNPPROG               = 'Z48R_PROJEKTSTATUS'
      DYNPNR                 = '1000'
      DYNPROFIELD            = 'SO_ESTAT-LOW'
*      STEPL                  = 0
*      WINDOW_TITLE           =
*      VALUE                  = ' '
      VALUE_ORG              = 'S'
*      MULTIPLE_CHOICE        = ' '
*      DISPLAY                = ' '
*      CALLBACK_PROGRAM       = ' '
*      CALLBACK_FORM          = ' '
    TABLES
      VALUE_TAB              = G_T_ESTAT
*      FIELD_TAB              =
      RETURN_TAB             = L_T_DDSHRETVAL
*      DYNPFLD_MAPPING        =
    EXCEPTIONS
      PARAMETER_ERROR        = 1
      NO_VALUES_FOUND        = 2
      OTHERS                 = 3
            .
  IF SY-SUBRC &amp;lt;&amp;gt; 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 12:18:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T12:18:46Z</dc:date>
    <item>
      <title>regarding F4IF_INT_TABLE_VALUE_REQUEST function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-f4if-int-table-value-request-function-module/m-p/2394909#M532893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Iam using the F4IF_INT_TABLE_VALUE_REQUEST fn module . when Iam &lt;/P&gt;&lt;P&gt;referring to the DDIC fields its working fine but when my internal table is having&lt;/P&gt;&lt;P&gt;fields which r not referring to the DDIC in that case the pop up window is coming&lt;/P&gt;&lt;P&gt;but nothing is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one please guide me which &amp;lt;b&amp;gt;parameters&amp;lt;/b&amp;gt; I need to pass and what values should be there in the parameters so that it will work perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;cnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 12:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-f4if-int-table-value-request-function-module/m-p/2394909#M532893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T12:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: regarding F4IF_INT_TABLE_VALUE_REQUEST function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-f4if-int-table-value-request-function-module/m-p/2394910#M532894</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;Check this sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
*      DDIC_STRUCTURE         = ' '
      RETFIELD               = 'TXT04'
*      PVALKEY                = ' '
      DYNPPROG               = 'Z48R_PROJEKTSTATUS'
      DYNPNR                 = '1000'
      DYNPROFIELD            = 'SO_ESTAT-LOW'
*      STEPL                  = 0
*      WINDOW_TITLE           =
*      VALUE                  = ' '
      VALUE_ORG              = 'S'
*      MULTIPLE_CHOICE        = ' '
*      DISPLAY                = ' '
*      CALLBACK_PROGRAM       = ' '
*      CALLBACK_FORM          = ' '
    TABLES
      VALUE_TAB              = G_T_ESTAT
*      FIELD_TAB              =
      RETURN_TAB             = L_T_DDSHRETVAL
*      DYNPFLD_MAPPING        =
    EXCEPTIONS
      PARAMETER_ERROR        = 1
      NO_VALUES_FOUND        = 2
      OTHERS                 = 3
            .
  IF SY-SUBRC &amp;lt;&amp;gt; 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 12:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-f4if-int-table-value-request-function-module/m-p/2394910#M532894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T12:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding F4IF_INT_TABLE_VALUE_REQUEST function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-f4if-int-table-value-request-function-module/m-p/2394911#M532895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;chk this example

PARAMETERS : p_ccgrp LIKE rkpln-ksgru. "Cost Center Group

data : v_repid like sy-repid.

initialization.

v_repid = sy-repid.

AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_ccgrp.

  TYPES: BEGIN OF ty_ccenter_group,
          setname TYPE setnamenew,
          descript TYPE settext,
         END OF ty_ccenter_group.

  DATA : it_ccenter_group TYPE TABLE OF ty_ccenter_group.

  CLEAR it_ccenter_group.
  SELECT a~setname
         b~descript
         INTO TABLE it_ccenter_group
         FROM setheader AS a INNER JOIN
              setheadert AS b ON
              a~subclass EQ b~subclass AND
              a~setname EQ b~setname
              WHERE a~setclass EQ '0101' AND
                    b~langu EQ sy-langu.

  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
       EXPORTING
            retfield    = 'SETNAME'
            dynpprog    = v_repid
            dynpnr      = '1000'
            dynprofield = 'P_CCGRP'
            value_org   = 'S'
       TABLES
            value_tab   = it_ccenter_group.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 12:19:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-f4if-int-table-value-request-function-module/m-p/2394911#M532895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T12:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: regarding F4IF_INT_TABLE_VALUE_REQUEST function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-f4if-int-table-value-request-function-module/m-p/2394912#M532896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for ur valuable suggestion &lt;/P&gt;&lt;P&gt;but the problem is that the internaltable which we r passing using&lt;/P&gt;&lt;P&gt;the &amp;lt;b&amp;gt;value_tab&amp;lt;/b&amp;gt; parameter , if that table has fields which r not at all&lt;/P&gt;&lt;P&gt;referring to ddic  fields in that case it is showing nothing.&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;cnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 12:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-f4if-int-table-value-request-function-module/m-p/2394912#M532896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T12:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: regarding F4IF_INT_TABLE_VALUE_REQUEST function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-f4if-int-table-value-request-function-module/m-p/2394913#M532897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try this but not sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the VALUE_ORG as C and not S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also populate the FIELD_TAB structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : field_tab type table of dfies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field_tab-fieldname = 'FIELD_NAME'.&lt;/P&gt;&lt;P&gt;field_tab-tabname = 'TABLE_NAME'.&lt;/P&gt;&lt;P&gt;append field_tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 12:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-f4if-int-table-value-request-function-module/m-p/2394913#M532897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T12:41:20Z</dc:date>
    </item>
  </channel>
</rss>

