<?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 Problem with the function F4IF_INT_TABLE_VALUE_REQUEST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-f4if-int-table-value-request/m-p/2429009#M542870</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;I  have a problem with the function F4IF_INT_TABLE_VALUE_REQUEST, the next code are used in my program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;    FROM ztbanexdata&lt;/P&gt;&lt;P&gt;    APPENDING CORRESPONDING FIELDS OF TABLE i_tot_anexos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      DELETE ADJACENT DUPLICATES FROM i_tot_anexos COMPARING anexo.&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;       EXPORTING&lt;/P&gt;&lt;P&gt;        retfield = 'N_Anexo'&lt;/P&gt;&lt;P&gt;        dynpprog = sy-cprog&lt;/P&gt;&lt;P&gt;        dynpnr = sy-dynnr&lt;/P&gt;&lt;P&gt;        dynprofield = 'X'&lt;/P&gt;&lt;P&gt;        stepl                  = 0&lt;/P&gt;&lt;P&gt;        value_org = 'S'&lt;/P&gt;&lt;P&gt;        pvalkey = 'X'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        value_tab = i_tot_anexos&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      parameter_error = 1&lt;/P&gt;&lt;P&gt;      no_values_found = 2&lt;/P&gt;&lt;P&gt;      OTHERS          = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field of the dynpro is n_anexos but in the dynpro i can't select a value of field of the internal table i_tot_anexos, the button of acept is deactived.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can to active the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2007 14:13:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-02T14:13:40Z</dc:date>
    <item>
      <title>Problem with the function F4IF_INT_TABLE_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-f4if-int-table-value-request/m-p/2429009#M542870</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;I  have a problem with the function F4IF_INT_TABLE_VALUE_REQUEST, the next code are used in my program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;    FROM ztbanexdata&lt;/P&gt;&lt;P&gt;    APPENDING CORRESPONDING FIELDS OF TABLE i_tot_anexos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      DELETE ADJACENT DUPLICATES FROM i_tot_anexos COMPARING anexo.&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;       EXPORTING&lt;/P&gt;&lt;P&gt;        retfield = 'N_Anexo'&lt;/P&gt;&lt;P&gt;        dynpprog = sy-cprog&lt;/P&gt;&lt;P&gt;        dynpnr = sy-dynnr&lt;/P&gt;&lt;P&gt;        dynprofield = 'X'&lt;/P&gt;&lt;P&gt;        stepl                  = 0&lt;/P&gt;&lt;P&gt;        value_org = 'S'&lt;/P&gt;&lt;P&gt;        pvalkey = 'X'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        value_tab = i_tot_anexos&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      parameter_error = 1&lt;/P&gt;&lt;P&gt;      no_values_found = 2&lt;/P&gt;&lt;P&gt;      OTHERS          = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field of the dynpro is n_anexos but in the dynpro i can't select a value of field of the internal table i_tot_anexos, the button of acept is deactived.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can to active the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 14:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-f4if-int-table-value-request/m-p/2429009#M542870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T14:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the function F4IF_INT_TABLE_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-f4if-int-table-value-request/m-p/2429010#M542871</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 = 'N_ANEXOS'           "&amp;lt;--  capitalize
dynpprog = sy-cprog
dynpnr = sy-dynnr
dynprofield = 'N_ANEXOS'    "&amp;lt;--  set this value.
stepl = 0
value_org = 'S'
pvalkey = 'X'
TABLES
value_tab = i_tot_anexos
EXCEPTIONS
parameter_error = 1
no_values_found = 2
OTHERS = 3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 14:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-f4if-int-table-value-request/m-p/2429010#M542871</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-02T14:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the function F4IF_INT_TABLE_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-f4if-int-table-value-request/m-p/2429011#M542872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;retfield = 'N_ANEXO'    " change to upper case&amp;lt;/b&amp;gt;, &lt;/P&gt;&lt;P&gt;dynpprog = sy-cprog&lt;/P&gt;&lt;P&gt;dynpnr = sy-dynnr&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;dynprofield = 'P_FIELD'   " here give the name of screen field on selection screen&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;value_org = 'S'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;value_tab = i_tot_anexos[]&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;parameter_error = 1&lt;/P&gt;&lt;P&gt;no_values_found = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 14:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-f4if-int-table-value-request/m-p/2429011#M542872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T14:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the function F4IF_INT_TABLE_VALUE_REQUEST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-f4if-int-table-value-request/m-p/2429012#M542873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andres,&lt;/P&gt;&lt;P&gt;use sy-repid instead of sy-cprog&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;retfield = 'N_ANEXO' " change to upper case, &lt;/P&gt;&lt;P&gt;dynpprog = sy-repid  "instead of sy-cprog&lt;/P&gt;&lt;P&gt;dynpnr = sy-dynnr&lt;/P&gt;&lt;P&gt;dynprofield = 'P_FIELD' " here give the name of screen field on selection screen&lt;/P&gt;&lt;P&gt;value_org = 'S'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;value_tab = i_tot_anexos[]&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;parameter_error = 1&lt;/P&gt;&lt;P&gt;no_values_found = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 09:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-function-f4if-int-table-value-request/m-p/2429012#M542873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T09:29:42Z</dc:date>
    </item>
  </channel>
</rss>

