<?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: How to call a Search help in a function module? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035142#M1349989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following FM [F4IF_FIELD_VALUE_REQUEST|https://wiki.sdn.sap.com/wiki/dosearchsite.action?searchQuery.queryString=F4IF_FIELD_VALUE_REQUEST&amp;amp;searchQuery.spaceKey=conf_global].&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
  EXPORTING
    tabname                   =
    fieldname                 =
*   SEARCHHELP                = ' ' &amp;lt; search help here
*   SHLPPARAM                 = ' '
*   DYNPPROG                  = ' '
*   DYNPNR                    = ' '
*   DYNPROFIELD               = ' '
*   STEPL                     = 0
*   VALUE                     = ' '
*   MULTIPLE_CHOICE           = ' '
*   DISPLAY                   = ' '
*   SUPPRESS_RECORDLIST       = ' '
*   CALLBACK_PROGRAM          = ' '
*   CALLBACK_FORM             = ' '
* TABLES
*   RETURN_TAB                =
* EXCEPTIONS
*   FIELD_NOT_FOUND           = 1
*   NO_HELP_FOR_FIELD         = 2
*   INCONSISTENT_HELP         = 3
*   NO_VALUES_FOUND           = 4
*   OTHERS                    = 5&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2009 08:14:01 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2009-08-17T08:14:01Z</dc:date>
    <item>
      <title>How to call a Search help in a function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035137#M1349984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a novice to ABAP, I am working on search helps. My requirement is to call a search help in a function module.&lt;/P&gt;&lt;P&gt;Can anyone  please throw some light on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any inputs will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035137#M1349984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T06:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Search help in a function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035138#M1349985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whats your requirement. Search helps are used in fields. calling search helps, what do u mean by that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035138#M1349985</guid>
      <dc:creator>nikhilkup</dc:creator>
      <dc:date>2009-08-17T06:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Search help in a function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035139#M1349986</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 am afraid u can't attach a search help to any importing parameters in the Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can try looking at some std FM u shall not see any one providing search helps....&lt;/P&gt;&lt;P&gt;but   i if u want to add a search help to a field other than in FM than there r FM'S for that ....&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;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035139#M1349986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T06:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Search help in a function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035140#M1349987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
for search help:
*internal table made to populate the value of werks when pressing f4
DATA: BEGIN OF IT_FINAL OCCURS 0,
      WERKS TYPE MARC-WERKS,
      END OF IT_FINAL.

data: IT_RETURN LIKE DDSHRETVAL OCCURS 0 WITH header line.

parameters: p_werks(10) type c.

AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_werks.

  select  werks from marc
  into table IT_FINAL.

  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
*   DDIC_STRUCTURE         = ' '
      RETFIELD               = 'WERKS'   "field of internal table
     VALUE_ORG              = 'S'
    TABLES
      VALUE_TAB              = IT_FINAL
*   FIELD_TAB              =
     RETURN_TAB             = IT_RETURN
            .
*---now put your logic to use dat into your Fun Mod
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035140#M1349987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T06:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Search help in a function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035141#M1349988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can do that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in side the source code ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write the select statement according to requirement and pass the internal table to below function moduel and return field to yor help field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call the below fm inside the function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'POPUP_WITH_TABLE_DISPLAY' or 'REUSE_ALV_POPUP_TO_SELECT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the sample code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION Z_MFG_PLANTS_F4 .&lt;/P&gt;&lt;P&gt;"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;"*"Local Interface:&lt;/P&gt;&lt;P&gt;"  IMPORTING&lt;/P&gt;&lt;P&gt;"     REFERENCE(W_WERKS) TYPE WERKS OPTIONAL&lt;/P&gt;&lt;P&gt;"  IMPORTING&lt;/P&gt;&lt;P&gt;"      REFERENCE(W_MATNR)    TYPE MANTR OPTIONAL&lt;/P&gt;&lt;P&gt;"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&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;Alv popup display&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DATA : gc_selfield     TYPE slis_selfield,&lt;/P&gt;&lt;P&gt;       gt_fieldcat_drd TYPE slis_t_fieldcat_alv WITH HEADER LINE.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;p_werks = W_WERKS.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data : begin of t_marc occurs 0,&lt;/P&gt;&lt;P&gt;            werks type werks,&lt;/P&gt;&lt;P&gt;            matnr type matnr,&lt;/P&gt;&lt;P&gt;        end of t_marc&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;select matnr werks from marc into table t_marc where werks = p_werks.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  IF t_disp[] IS NOT INITIAL.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  gt_fieldcat_drd-seltext_m = 'Material'.&lt;/P&gt;&lt;P&gt;  gt_fieldcat_drd-fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;  APPEND gt_fieldcat_drd.&lt;/P&gt;&lt;P&gt;  CLEAR : gt_fieldcat_drd.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  gt_fieldcat_drd-seltext_m = 'WERKS'.&lt;/P&gt;&lt;P&gt;  gt_fieldcat_drd-fieldname = ''WERKS'.&lt;/P&gt;&lt;P&gt;  APPEND gt_fieldcat_drd.&lt;/P&gt;&lt;P&gt;  CLEAR : gt_fieldcat_drd.&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;Allow the user to select the required plant&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_title               = 'Material Selection for Plant'&lt;/P&gt;&lt;P&gt;      i_selection           = 'X'&lt;/P&gt;&lt;P&gt;      i_screen_start_column = 5&lt;/P&gt;&lt;P&gt;      i_screen_start_line   = 5&lt;/P&gt;&lt;P&gt;      i_screen_end_column   = 70&lt;/P&gt;&lt;P&gt;      i_screen_end_line     = 20&lt;/P&gt;&lt;P&gt;      i_tabname             = 'T_MARC'&lt;/P&gt;&lt;P&gt;      it_fieldcat           = gt_fieldcat_drd[]&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      es_selfield           = gc_selfield&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_outtab              = t_MARC&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      program_error         = 1&lt;/P&gt;&lt;P&gt;      OTHERS                = 2.&lt;/P&gt;&lt;P&gt;  IF sy-subrc  0.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  READ TABLE t_MARC INDEX gc_selfield-tabindex.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;        w_matnr = t_matnr-matnr.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgrds,&lt;/P&gt;&lt;P&gt;Shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 07:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035141#M1349988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T07:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Search help in a function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035142#M1349989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following FM [F4IF_FIELD_VALUE_REQUEST|https://wiki.sdn.sap.com/wiki/dosearchsite.action?searchQuery.queryString=F4IF_FIELD_VALUE_REQUEST&amp;amp;searchQuery.spaceKey=conf_global].&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
  EXPORTING
    tabname                   =
    fieldname                 =
*   SEARCHHELP                = ' ' &amp;lt; search help here
*   SHLPPARAM                 = ' '
*   DYNPPROG                  = ' '
*   DYNPNR                    = ' '
*   DYNPROFIELD               = ' '
*   STEPL                     = 0
*   VALUE                     = ' '
*   MULTIPLE_CHOICE           = ' '
*   DISPLAY                   = ' '
*   SUPPRESS_RECORDLIST       = ' '
*   CALLBACK_PROGRAM          = ' '
*   CALLBACK_FORM             = ' '
* TABLES
*   RETURN_TAB                =
* EXCEPTIONS
*   FIELD_NOT_FOUND           = 1
*   NO_HELP_FOR_FIELD         = 2
*   INCONSISTENT_HELP         = 3
*   NO_VALUES_FOUND           = 4
*   OTHERS                    = 5&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 08:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035142#M1349989</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-08-17T08:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Search help in a function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035143#M1349990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try these function modules  &lt;STRONG&gt;DDIF_SHLP_GET&lt;/STRONG&gt; and &lt;STRONG&gt;'F4IF_FIELD_VALUE_REQUEST'&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Code:&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_CLASS-HIGH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;TABNAME = 'CABN'&lt;/P&gt;&lt;P&gt;FIELDNAME = 'ATNAM'&lt;/P&gt;&lt;P&gt;SEARCHHELP = &lt;STRONG&gt;'SEARCH HELP NAME '&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SHLPPARAM = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DYNPPROG = SY-CPROG&lt;/P&gt;&lt;P&gt;DYNPNR = SY-DYNNR&lt;/P&gt;&lt;P&gt;DYNPROFIELD = 'ATNAM'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;STEPL = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;VALUE = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MULTIPLE_CHOICE = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DISPLAY = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SUPPRESS_RECORDLIST = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CALLBACK_PROGRAM = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CALLBACK_FORM = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;RETURN_TAB =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FIELD_NOT_FOUND = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;NO_HELP_FOR_FIELD = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INCONSISTENT_HELP = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;NO_VALUES_FOUND = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;OTHERS = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope, it would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Mamta Kumari&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mamta Kumari on Aug 17, 2009 11:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 09:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035143#M1349990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T09:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Search help in a function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035144#M1349991</link>
      <description>&lt;P&gt;First define the field catalog&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2210935-image.png" /&gt;&lt;/P&gt;&lt;P&gt;After specify the event on F4&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2210933-image.png" /&gt;&lt;/P&gt;&lt;P&gt;At end &lt;/P&gt;handle_on_f4          FOR EVENT onf4          OF cl_gui_alv_grid IMPORTING e_fieldname&lt;BR /&gt;                                                                           e_fieldvalue&lt;BR /&gt;                                                                           es_row_no&lt;BR /&gt;                                                                           er_event_data&lt;BR /&gt;                                                                           et_bad_cells&lt;BR /&gt;&lt;P&gt;                                                                           e_display.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;  METHOD handle_on_f4.&lt;BR /&gt;    DATA: lt_return TYPE STANDARD TABLE OF DDSHRETVAL.&lt;BR /&gt;&lt;BR /&gt;    TRY.&lt;BR /&gt;      CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'&lt;BR /&gt;        EXPORTING&lt;BR /&gt;          tabname             = 'VBAK'&lt;BR /&gt;          fieldname           = 'AUDAT'&lt;BR /&gt;          searchhelp          = 'BU_DATE_CHAR'&lt;BR /&gt;        TABLES&lt;BR /&gt;          return_tab          = lt_return&lt;BR /&gt;        EXCEPTIONS&lt;BR /&gt;          field_not_found     = 1&lt;BR /&gt;          no_help_for_field   = 2&lt;BR /&gt;          inconsistent_help   = 3&lt;BR /&gt;          no_values_found     = 4&lt;BR /&gt;          others              = 5.&lt;BR /&gt;&lt;BR /&gt;      IF sy-subrc = 0.&lt;BR /&gt;        IF lines( lt_return ) &amp;gt; 0.&lt;BR /&gt;          READ TABLE gt_info REFERENCE INTO DATA(lr_info) INDEX es_row_no-row_id.&lt;BR /&gt;          IF sy-subrc = 0.&lt;BR /&gt;            DATA(lv_date) = lt_return[ 1 ]-FIELDVAL.&lt;BR /&gt;            CONDENSE lv_date NO-GAPS.&lt;BR /&gt;            REPLACE '.' IN lv_date WITH ''.&lt;BR /&gt;            lr_info-&amp;gt;fecha_doc = zcl_functions=&amp;gt;format_date(&lt;BR /&gt;                         i_date      = CONV dats( lv_date )&lt;BR /&gt;                         i_format    = 'ddmmyyyy'&lt;BR /&gt;                         i_separator = ''&lt;BR /&gt;                     ) .&lt;BR /&gt;            gv_gui-&amp;gt;refresh_table_display( ).&lt;BR /&gt;          ENDIF.&lt;BR /&gt;        ENDIF.&lt;BR /&gt;      ELSE.&lt;BR /&gt;*       MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;BR /&gt;*                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;BR /&gt;      ENDIF.&lt;BR /&gt;    CATCH cx_root INTO DATA(lx_ex).&lt;BR /&gt;      DATA(lv_ex) = |Ocurrio el error=&amp;gt; { lx_ex-&amp;gt;get_text( ) }|.&lt;BR /&gt;      MESSAGE lv_ex TYPE 'W'.&lt;BR /&gt;    ENDTRY.&lt;BR /&gt;  ENDMETHOD.&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 13:23:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035144#M1349991</guid>
      <dc:creator>alejandro-rodriguez-nunez</dc:creator>
      <dc:date>2023-09-20T13:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Search help in a function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035145#M1349992</link>
      <description>&lt;P&gt;I'm not sure that 'Former User' expected an answer 14 years later...&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 13:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035145#M1349992</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-10-02T13:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a Search help in a function module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035146#M1349993</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;xiswanto&lt;/SPAN&gt; &lt;SPAN class="mention-scrubbed"&gt;raymond.giuseppi&lt;/SPAN&gt; For information, the moderator has just turned the comment into an answer, but your comments were left here...&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 16:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-a-search-help-in-a-function-module/m-p/6035146#M1349993</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-10-03T16:54:52Z</dc:date>
    </item>
  </channel>
</rss>

