<?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 help on alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053015#M1968833</link>
    <description>&lt;P&gt;for that matter I already have BCALV_TEST_GRID_F4_HELP&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2019 10:56:19 GMT</pubDate>
    <dc:creator>former_member2492</dc:creator>
    <dc:date>2019-11-18T10:56:19Z</dc:date>
    <item>
      <title>F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053013#M1968831</link>
      <description>&lt;P&gt;Hello can anyone help me,I want to add an F4 search help on an alv column ,in this case status.&lt;/P&gt;
  &lt;P&gt;I have seen some examples and I changed from &lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY &lt;/STRONG&gt;to &lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY_LVC&lt;/STRONG&gt;&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt; gs_fieldcat_lvc-fieldname = 'STATUS'.
 gs_fieldcat_lvc-tabname = 'LT_ZMM'.
 gs_fieldcat_lvc-domname = 'ZMM_STATUS'.
 gs_fieldcat_lvc-f4availabl = 'X'.
 gs_fieldcat_lvc-ref_table = 'ZMM_STAT'.
 append gs_fieldcat_lvc to gt_fieldcat_lvc.


 call function 'REUSE_ALV_GRID_DISPLAY_LVC'
 exporting
 i_callback_program = sy-repid
 i_structure_name = 'ZMM_REQ'
 it_excluding = gs_fieldcat
 it_fieldcat_lvc = gt_fieldcat_lvc
 tables
 t_outtab = lt_zmm
 exceptions
 program_error = 1
 others = 2.

MESSAGE: NO INPUT HELP available&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Nov 2019 10:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053013#M1968831</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-18T10:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053014#M1968832</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/questions/5319603/how-to-put-f4-help-in-alv-grid-column.html"&gt;https://answers.sap.com/questions/5319603/how-to-put-f4-help-in-alv-grid-column.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Try this link&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 10:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053014#M1968832</guid>
      <dc:creator>former_member627573</dc:creator>
      <dc:date>2019-11-18T10:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053015#M1968833</link>
      <description>&lt;P&gt;for that matter I already have BCALV_TEST_GRID_F4_HELP&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 10:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053015#M1968833</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-18T10:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053016#M1968834</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;*Hi Jonathan,
*Try This!!

gs_fieldcat_lvc-REF_FIELD = 'pass the field of ZMM_STAT'.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Nov 2019 12:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053016#M1968834</guid>
      <dc:creator>former_member557245</dc:creator>
      <dc:date>2019-11-18T12:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053017#M1968835</link>
      <description>&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;can you check this link - &lt;A href="https://answers.sap.com/questions/6949738/f4-help-on-alv.html"&gt;https://answers.sap.com/questions/6949738/f4-help-on-alv.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 12:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053017#M1968835</guid>
      <dc:creator>former_member199306</dc:creator>
      <dc:date>2019-11-18T12:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053018#M1968836</link>
      <description>&lt;P&gt;I passed it ,now the message(MESSAGE:NOINPUTHELP available) does not show.I mean nothing shows.does it matter that ref_field and field are the same?in this case re_field would be the same as field&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 12:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053018#M1968836</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-18T12:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053019#M1968837</link>
      <description>&lt;P&gt;When you build your own field catalog in REUSE_ALV_GRID_DISPLAY_LVC, to indicate your own F4 help you have to fill F4_AVAILABL = 'X' and REF_TABLE is to be the data element (yes I know it seems incoherent) for which you assigned a search help (SE11).&lt;/P&gt;&lt;P&gt;If you want to execute a dedicated ABAP code when F4 is pressed, you must switch to the class CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;By the way, you define at the same time as the field catalog, you pass I_STRUCTURE_NAME = 'ZMM_REQ' (this is a shortcut to default the field catalog from a DDIC structure or table). You have to choose between the two, either I_STRUCTURE_NAME or IT_FIELDCAT_LVC.&lt;/P&gt;&lt;P&gt;By the way, you should not fill gs_fieldcat_lvc-tabname at all. You fill it only when it's to display hierarchical-sequential ALV (with two tables).&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 12:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053019#M1968837</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-18T12:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053020#M1968838</link>
      <description>&lt;P&gt;is there a way to pass the structure and add the f4 help using this function module?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 12:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053020#M1968838</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-18T12:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053021#M1968839</link>
      <description>&lt;A href="https://answers.sap.com/users/406365/johnu951.html"&gt;Jonathan Blavatsky&lt;/A&gt; If you want to keep the structure ZMM_REQ, then you may directly assign a search help on the ZMM_REQ-STATUS column (create a search help and assign it via SE11).F4 on the ALV column STATUS will then display the search help.</description>
      <pubDate>Mon, 18 Nov 2019 13:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053021#M1968839</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-18T13:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053022#M1968840</link>
      <description>&lt;P&gt;The table column mentioned by REF_TABLE + REF_FIELD is to have a search help assigned to the column in the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;(or REF_TABLE alone is to be a data element, but still there must be a search help assigned)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 13:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053022#M1968840</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-18T13:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053023#M1968841</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; somehow when I create a elementary search help it does not show,is this smth on my side?can you please send me a link on how this is done.even after creating it and assiging it to the column it still does not show,while standart collective search helps show perfectly&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 14:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053023#M1968841</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-18T14:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053024#M1968842</link>
      <description>&lt;P&gt;See that the DDIC search helps are automatically proposed - I can't say what you did differently:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM spfli INTO TABLE @DATA(spfli_s).
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC'
  EXPORTING
   i_structure_name = 'SPFLI'
  TABLES
    t_outtab        = spfli_s
  EXCEPTIONS
    OTHERS          = 2.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Sorry, I don't have a blog post how to create a search help from scratch. But it probably exists if you search it.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 15:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053024#M1968842</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-18T15:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053025#M1968843</link>
      <description>&lt;P&gt;Please show all information (I don't see the data element).&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 19:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053025#M1968843</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-18T19:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053026#M1968844</link>
      <description>&lt;P&gt;the data Element is the one covered with partially black,its the same name.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 04:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053026#M1968844</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-19T04:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053027#M1968845</link>
      <description>&lt;P&gt;and the search help too?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 08:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053027#M1968845</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-19T08:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help on alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053028#M1968846</link>
      <description>&lt;P&gt;nevermind ,stupid mistake,I had it in another package&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 08:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-on-alv/m-p/12053028#M1968846</guid>
      <dc:creator>former_member2492</dc:creator>
      <dc:date>2019-11-19T08:56:49Z</dc:date>
    </item>
  </channel>
</rss>

