<?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 F4 Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7514112#M1559892</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;Thanks in advance for reading this query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have provided F4 help for one of the fileds on my selection screen and provided F4 help to that field by using Function Module F4IF_INT_TABLE_VALUE_REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now If press F4 help, I am getting 2 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select any one record, the field in first column should be populated to that field. But for me second field is getting populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can any one help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the code I have put.&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        = 'SYSNAM'&lt;/P&gt;&lt;P&gt;      dynpprog        = sy-repid&lt;/P&gt;&lt;P&gt;      dynpnr          = sy-dynnr&lt;/P&gt;&lt;P&gt;      dynprofield     = 'S_SYS'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     stepl           = v_povstpl&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      value_org       = 'S'&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      value_tab       = gt_sys&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     field_tab       = t_field_tab&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      return_tab      = GT_RETURN&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     dynpfld_mapping = t_dynpfld_mapping&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    message id sy-msgid type sy-msgty number sy-msgno&lt;/P&gt;&lt;P&gt;            with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;K.Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Nov 2010 08:59:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-22T08:59:29Z</dc:date>
    <item>
      <title>Problem with F4 Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7514112#M1559892</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;Thanks in advance for reading this query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have provided F4 help for one of the fileds on my selection screen and provided F4 help to that field by using Function Module F4IF_INT_TABLE_VALUE_REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now If press F4 help, I am getting 2 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select any one record, the field in first column should be populated to that field. But for me second field is getting populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can any one help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the code I have put.&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        = 'SYSNAM'&lt;/P&gt;&lt;P&gt;      dynpprog        = sy-repid&lt;/P&gt;&lt;P&gt;      dynpnr          = sy-dynnr&lt;/P&gt;&lt;P&gt;      dynprofield     = 'S_SYS'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     stepl           = v_povstpl&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      value_org       = 'S'&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      value_tab       = gt_sys&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     field_tab       = t_field_tab&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      return_tab      = GT_RETURN&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     dynpfld_mapping = t_dynpfld_mapping&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    message id sy-msgid type sy-msgty number sy-msgno&lt;/P&gt;&lt;P&gt;            with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;K.Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 08:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7514112#M1559892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-22T08:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with F4 Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7514113#M1559893</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;In the retfield of the FM, pass the field that is to be displayed in the F4 help.&lt;/P&gt;&lt;P&gt;I mean the field in the value tab gt_sys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 09:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7514113#M1559893</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2010-11-22T09:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with F4 Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7514114#M1559894</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;in retfield pass the field name on which u want f4. no need to pass 'dynprofield'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 09:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-f4-help/m-p/7514114#M1559894</guid>
      <dc:creator>sarang_gujrati2</dc:creator>
      <dc:date>2010-11-22T09:40:23Z</dc:date>
    </item>
  </channel>
</rss>

