<?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: Re: search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478056#M224005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. If u cud query the same from a database table its cool, otherwise u need to write the retrieval code in a search help exit. &lt;/P&gt;&lt;P&gt;Which is a FM that retrieves data as per you requirement &lt;/P&gt;&lt;P&gt;the FM has following local interfaces :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      SHLP_TAB TYPE  SHLP_DESCT&lt;/P&gt;&lt;P&gt;*"      RECORD_TAB STRUCTURE  SEAHLPRES&lt;/P&gt;&lt;P&gt;*"  CHANGING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(SHLP) TYPE  SHLP_DESCR&lt;/P&gt;&lt;P&gt;*"     REFERENCE(CALLCONTROL) LIKE  DDSHF4CTRL STRUCTURE  DDSHF4CTRL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U cud search the forum for search help exits for more informations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Another way cud be using FM &lt;/P&gt;&lt;P&gt;F4IF_INT_TABLE_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;and populate the value_tab table parameter data programatically. And call this FM in the At selection screen event of the selection screen element.&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;Alok Pathak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2006 06:53:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-08T06:53:47Z</dc:date>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478053#M224002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had two fields namely(vbpa-pernr)i.e customs representative (ZG) and service representative(ZQ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for these two fields i want to add a F4 option based on&lt;/P&gt;&lt;P&gt;search by partner function and select the data for input.&lt;/P&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt; i create a search help with two fields PERNR,PARVW but the values in PERNR is displaying 00000 while clicking the f4 option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: sun deep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: sun deep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 06:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478053#M224002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T06:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478054#M224003</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;You have to create the Custom Search help and attach it to the Custom fields.&lt;/P&gt;&lt;P&gt;Since it is the Combination of Partner function and Pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay D T T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 06:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478054#M224003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T06:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478055#M224004</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;Try this code:&lt;/P&gt;&lt;P&gt;It reads value from first parameter and based on that select values for second parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZTEST_NP_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: HELPVAL1 LIKE HELP_VALUE OCCURS 0 WITH HEADER LINE .&lt;/P&gt;&lt;P&gt;DATA: VALUE_TAB     LIKE PDTASK-OTEXT OCCURS 2 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA: VALUE         LIKE FEBMKA-BANKN,&lt;/P&gt;&lt;P&gt;      GIVEN_VALUE   LIKE HELP_INFO-FLDVALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: IT_T005T LIKE T005T OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;      IT_T002T LIKE T002T OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK BLK1 WITH FRAME TITLE ABC.&lt;/P&gt;&lt;P&gt;PARAMETERS:       P_SPRAS  LIKE  T002T-SPRAS,&lt;/P&gt;&lt;P&gt;                  P_LAND1  LIKE  T005T-LAND1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END   OF BLOCK BLK1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;  ABC = 'Selection Criteria:'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_LAND1.&lt;/P&gt;&lt;P&gt;  PERFORM VALUE_REQUEST_LAND1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_SPRAS.&lt;/P&gt;&lt;P&gt;  PERFORM VALUE_REQUEST_SPRAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  VALUE_REQUEST_land1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM VALUE_REQUEST_LAND1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---- Reading the Screen values.&lt;/P&gt;&lt;P&gt;  DATA: LT_DYNPFIELDS LIKE DYNPREAD OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        LV_DYNAME     LIKE D020S-PROG,&lt;/P&gt;&lt;P&gt;        LV_DYNUMB     LIKE D020S-DNUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-------Append field which you want to read from the screen&lt;/P&gt;&lt;P&gt;  LV_DYNAME = SY-REPID.&lt;/P&gt;&lt;P&gt;  LV_DYNUMB = SY-DYNNR.&lt;/P&gt;&lt;P&gt;  LT_DYNPFIELDS-FIELDNAME = 'P_SPRAS'.&lt;/P&gt;&lt;P&gt;  APPEND LT_DYNPFIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            DYNAME     = LV_DYNAME&lt;/P&gt;&lt;P&gt;            DYNUMB     = LV_DYNUMB&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            DYNPFIELDS = LT_DYNPFIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT * FROM T005T&lt;/P&gt;&lt;P&gt;         INTO  TABLE IT_T005T&lt;/P&gt;&lt;P&gt;         WHERE SPRAS = P_SPRAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    REFRESH: HELPVAL1, VALUE_TAB.&lt;/P&gt;&lt;P&gt;    CLEAR:   HELPVAL1, VALUE_TAB, GIVEN_VALUE, VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---- Append field name for the columns in the help popup&lt;/P&gt;&lt;P&gt;    HELPVAL1-TABNAME    = 'T005T' .&lt;/P&gt;&lt;P&gt;    HELPVAL1-FIELDNAME  = 'LAND1' .&lt;/P&gt;&lt;P&gt;    HELPVAL1-SELECTFLAG = 'X' . " will return the value on the screen&lt;/P&gt;&lt;P&gt;    APPEND HELPVAL1 .&lt;/P&gt;&lt;P&gt;    CLEAR  HELPVAL1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    HELPVAL1-TABNAME    = 'T005T' .&lt;/P&gt;&lt;P&gt;    HELPVAL1-FIELDNAME  = 'LANDX' .&lt;/P&gt;&lt;P&gt;    HELPVAL1-SELECTFLAG = ' ' .&lt;/P&gt;&lt;P&gt;    APPEND HELPVAL1 .&lt;/P&gt;&lt;P&gt;    CLEAR  HELPVAL1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LOOP AT IT_T005T.&lt;/P&gt;&lt;P&gt;      VALUE_TAB = IT_T005T-LAND1.&lt;/P&gt;&lt;P&gt;      APPEND VALUE_TAB.&lt;/P&gt;&lt;P&gt;      VALUE_TAB = IT_T005T-LANDX.&lt;/P&gt;&lt;P&gt;      APPEND VALUE_TAB.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    GIVEN_VALUE    = P_LAND1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'HELP_VALUES_GET_WITH_VALUE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            DISPLAY      = SPACE&lt;/P&gt;&lt;P&gt;            GIVEN_VALUE  = GIVEN_VALUE&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            SELECT_VALUE = VALUE&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            FIELDS       = HELPVAL1&lt;/P&gt;&lt;P&gt;            VALUETAB     = VALUE_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF NOT VALUE IS INITIAL.&lt;/P&gt;&lt;P&gt;      P_LAND1 = VALUE. " Assing value to the parameter &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;ENDFORM.                    " VALUE_REQUEST_land1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  VALUE_REQUEST_SPRAS&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM VALUE_REQUEST_SPRAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH: HELPVAL1, VALUE_TAB.&lt;/P&gt;&lt;P&gt;  CLEAR:   HELPVAL1, VALUE_TAB, GIVEN_VALUE, VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  HELPVAL1-TABNAME    = 'T002T' .&lt;/P&gt;&lt;P&gt;  HELPVAL1-FIELDNAME  = 'SPRSL' .&lt;/P&gt;&lt;P&gt;  HELPVAL1-SELECTFLAG = 'X' .&lt;/P&gt;&lt;P&gt;  APPEND HELPVAL1 .&lt;/P&gt;&lt;P&gt;  CLEAR  HELPVAL1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  HELPVAL1-TABNAME    = 'T002T' .&lt;/P&gt;&lt;P&gt;  HELPVAL1-FIELDNAME  = 'SPTXT' .&lt;/P&gt;&lt;P&gt;  HELPVAL1-SELECTFLAG = ' ' .&lt;/P&gt;&lt;P&gt;  APPEND HELPVAL1 .&lt;/P&gt;&lt;P&gt;  CLEAR  HELPVAL1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT * FROM T002T&lt;/P&gt;&lt;P&gt;         INTO   TABLE IT_T002T&lt;/P&gt;&lt;P&gt;         WHERE  SPRAS = SY-LANGU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT IT_T002T.&lt;/P&gt;&lt;P&gt;    VALUE_TAB = IT_T002T-SPRSL.&lt;/P&gt;&lt;P&gt;    APPEND VALUE_TAB.&lt;/P&gt;&lt;P&gt;    VALUE_TAB = IT_T002T-SPTXT.&lt;/P&gt;&lt;P&gt;    APPEND VALUE_TAB.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  GIVEN_VALUE    = P_SPRAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HELP_VALUES_GET_WITH_VALUE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;          DISPLAY      = SPACE&lt;/P&gt;&lt;P&gt;          GIVEN_VALUE  = GIVEN_VALUE&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;          SELECT_VALUE = VALUE&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;          FIELDS       = HELPVAL1&lt;/P&gt;&lt;P&gt;          VALUETAB     = VALUE_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT VALUE IS INITIAL.&lt;/P&gt;&lt;P&gt;    P_SPRAS = VALUE.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " VALUE_REQUEST_SPRAS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 06:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478055#M224004</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-08-08T06:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478056#M224005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. If u cud query the same from a database table its cool, otherwise u need to write the retrieval code in a search help exit. &lt;/P&gt;&lt;P&gt;Which is a FM that retrieves data as per you requirement &lt;/P&gt;&lt;P&gt;the FM has following local interfaces :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      SHLP_TAB TYPE  SHLP_DESCT&lt;/P&gt;&lt;P&gt;*"      RECORD_TAB STRUCTURE  SEAHLPRES&lt;/P&gt;&lt;P&gt;*"  CHANGING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(SHLP) TYPE  SHLP_DESCR&lt;/P&gt;&lt;P&gt;*"     REFERENCE(CALLCONTROL) LIKE  DDSHF4CTRL STRUCTURE  DDSHF4CTRL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U cud search the forum for search help exits for more informations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Another way cud be using FM &lt;/P&gt;&lt;P&gt;F4IF_INT_TABLE_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;and populate the value_tab table parameter data programatically. And call this FM in the At selection screen event of the selection screen element.&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;Alok Pathak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 06:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478056#M224005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T06:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478057#M224006</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;you have to create the Elementary search help.&lt;/P&gt;&lt;P&gt;just check this SAP help to create the elementary Search help.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee5f446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee5f446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 06:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478057#M224006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T06:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478058#M224007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You may use: the At Selection-screen on help-request event and write a query in it to fetch the required values into an internal table.&lt;/P&gt;&lt;P&gt;Then, use the FM: F4IF_INT_TABLE_VALUE_REQUEST to return the value selecetd from the F4 pop-up screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 06:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478058#M224007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T06:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478059#M224008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go thruogh these links which ll help you to create the f4 search help for any field.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21ee5f446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21ee5f446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 06:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478059#M224008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T06:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478060#M224009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sundeep,&lt;/P&gt;&lt;P&gt;                First you will have to create an elimentary search help in SE11, you can adjust the parameters and values by settinf LPOS and SPOS, after this creation is done in selection screen ,for the select option for which you using this Search help you'll have to give select-options so_newsearch for tab-val MATCHCODE OBJECT new_serch_help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 07:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-search-help/m-p/1478060#M224009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T07:07:20Z</dc:date>
    </item>
  </channel>
</rss>

