<?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: Search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2299598#M502438</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 initial screen of the ABAP Dictionary, select object class Search help, enter the name of the search help and choose Create. &lt;/P&gt;&lt;P&gt;A dialog box appears in which you must select the type of search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Elementary search help and choose . &lt;/P&gt;&lt;P&gt;The maintenance screen for elementary search helps appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter an explanatory text in the field Short text. &lt;/P&gt;&lt;P&gt;You can for example find the search help at a later time using this short text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Definition tab page enter the selection method of the search help. &lt;/P&gt;&lt;P&gt;You can enter the name of a table or a view (database view, projection view or help view) here. If you enter a table that has a  text table, the name of the text table is automatically entered in the corresponding field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the input help (F4 help), select fields of the selection method as parameter in the Search help parameter area. Select the fields that should be used in the dialog box for value selection or in the hit list. &lt;/P&gt;&lt;P&gt;If the selection method is a table that has a text table, both the fields of the table and the fields of the text table are offered in the input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data element of the parameter is automatically copied from the selection method. The data element defines the output attributes and the F1 help of the parameter in the hit list and in the dialog box for value selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign the parameter another data element. To do so, select the Mod flag. The Data element field is now ready for input. Then select a data element with the input help (F4 help). Only data elements whose data type, length and number of decimal places is the same as those of the previous data element can be assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This removes the link between the data element of the search help parameter and the data element of the selection method field having the same name. If you cancel the Mod flag, the data element of the assigned table field is used again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the attributes of the search help parameters. &lt;/P&gt;&lt;P&gt;Select the IMP flag if it is an import parameter. Select the EXP flag if it is an export parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define the dialog for the input help with the fields LPos, SPos and SDis. Enter the parameter position in the hit list in LPos. If you enter nothing or the value 0 here, the parameter is not displayed in the hit list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the parameter position in the dialog box for value selection in SPos. If you enter nothing or the value 0 here, the parameter is not displayed in the dialog box for value selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the SDis flag if the parameter should be a pure display field in the dialog box for value selection. The user is thus informed that the contents of the parameter restrict the value, but he cannot change this restriction. This makes sense for example when the parameter is an import parameter or if it has a default value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign the parameter a  default value in the Default value field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the  dialog type of the search help. &lt;/P&gt;&lt;P&gt;The dialog type defines how the hit list is displayed in the input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your entries. &lt;/P&gt;&lt;P&gt;A dialog box appears in which you have to assign the search help a development class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not forget to link the search help to a screen field. The search help attachment is not part of the search help definition; it is part of the object definition to which the search help is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The search help is activated. You can find information about the activation flow in the activation log, which you can display with Utilities ® Activation log. If errors occurred during activation, the activation log is automatically displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 16:02:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-14T16:02:40Z</dc:date>
    <item>
      <title>Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2299596#M502436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi fnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create elimentary search help for Select-Options on VBAK-SUBMI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u plz tell step by step. in my prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select-options: SO_coll like VBAK-SUBMI.&lt;/P&gt;&lt;P&gt;Here when i press f4, the ava. recods shud appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards. Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 12:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2299596#M502436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T12:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2299597#M502437</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;go to se11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give your search help name.. F5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click the elementary radio button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the table(VBAK) from which you want the values in SELECTION METHOD..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the field name(your field ) in the Search help parameter..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save and activte it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: s_ot type vabk-xxx matchcode object &amp;lt;search help name&amp;gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will get f4 help now..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        nazeer shaik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nazeer shaik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 12:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2299597#M502437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T12:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2299598#M502438</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 initial screen of the ABAP Dictionary, select object class Search help, enter the name of the search help and choose Create. &lt;/P&gt;&lt;P&gt;A dialog box appears in which you must select the type of search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Elementary search help and choose . &lt;/P&gt;&lt;P&gt;The maintenance screen for elementary search helps appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter an explanatory text in the field Short text. &lt;/P&gt;&lt;P&gt;You can for example find the search help at a later time using this short text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Definition tab page enter the selection method of the search help. &lt;/P&gt;&lt;P&gt;You can enter the name of a table or a view (database view, projection view or help view) here. If you enter a table that has a  text table, the name of the text table is automatically entered in the corresponding field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the input help (F4 help), select fields of the selection method as parameter in the Search help parameter area. Select the fields that should be used in the dialog box for value selection or in the hit list. &lt;/P&gt;&lt;P&gt;If the selection method is a table that has a text table, both the fields of the table and the fields of the text table are offered in the input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data element of the parameter is automatically copied from the selection method. The data element defines the output attributes and the F1 help of the parameter in the hit list and in the dialog box for value selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign the parameter another data element. To do so, select the Mod flag. The Data element field is now ready for input. Then select a data element with the input help (F4 help). Only data elements whose data type, length and number of decimal places is the same as those of the previous data element can be assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This removes the link between the data element of the search help parameter and the data element of the selection method field having the same name. If you cancel the Mod flag, the data element of the assigned table field is used again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the attributes of the search help parameters. &lt;/P&gt;&lt;P&gt;Select the IMP flag if it is an import parameter. Select the EXP flag if it is an export parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define the dialog for the input help with the fields LPos, SPos and SDis. Enter the parameter position in the hit list in LPos. If you enter nothing or the value 0 here, the parameter is not displayed in the hit list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the parameter position in the dialog box for value selection in SPos. If you enter nothing or the value 0 here, the parameter is not displayed in the dialog box for value selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the SDis flag if the parameter should be a pure display field in the dialog box for value selection. The user is thus informed that the contents of the parameter restrict the value, but he cannot change this restriction. This makes sense for example when the parameter is an import parameter or if it has a default value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign the parameter a  default value in the Default value field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the  dialog type of the search help. &lt;/P&gt;&lt;P&gt;The dialog type defines how the hit list is displayed in the input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your entries. &lt;/P&gt;&lt;P&gt;A dialog box appears in which you have to assign the search help a development class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not forget to link the search help to a screen field. The search help attachment is not part of the search help definition; it is part of the object definition to which the search help is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The search help is activated. You can find information about the activation flow in the activation log, which you can display with Utilities ® Activation log. If errors occurred during activation, the activation log is automatically displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 16:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2299598#M502438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T16:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2299599#M502439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can provide search help programatically,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: vbak.&lt;/P&gt;&lt;P&gt;DATA sub LIKE vbak-submi.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF itab OCCURS 0,&lt;/P&gt;&lt;P&gt;submi LIKE vbak-submi,&lt;/P&gt;&lt;P&gt;END OF itab.&lt;/P&gt;&lt;P&gt;DATA : return LIKE ddshretval OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;Select-options: SO_coll for VBAK-SUBMI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR so_coll-low.&lt;/P&gt;&lt;P&gt;  REFRESH itab.&lt;/P&gt;&lt;P&gt;  SELECT submi FROM vbak INTO TABLE itab.&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    = 'SUBMI'&lt;/P&gt;&lt;P&gt;      dynprofield = 'SO_COLL'&lt;/P&gt;&lt;P&gt;      dynpprog    = sy-repid&lt;/P&gt;&lt;P&gt;      dynpnr      = sy-dynnr&lt;/P&gt;&lt;P&gt;      value_org   = 'S'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      value_tab   = itab&lt;/P&gt;&lt;P&gt;      return_tab  = return.&lt;/P&gt;&lt;P&gt;  sub = return-fieldval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  so_coll-low = return-fieldval.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  REFRESH return.&lt;/P&gt;&lt;P&gt;  CLEAR return.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  AT SELECTION-SCREEN ON VALUE-REQUEST FOR so_coll-high.&lt;/P&gt;&lt;P&gt;  REFRESH itab.&lt;/P&gt;&lt;P&gt;  SELECT submi FROM vbak INTO TABLE itab.&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    = 'SUBMI'&lt;/P&gt;&lt;P&gt;      dynprofield = 'SO_COLL'&lt;/P&gt;&lt;P&gt;      dynpprog    = sy-repid&lt;/P&gt;&lt;P&gt;      dynpnr      = sy-dynnr&lt;/P&gt;&lt;P&gt;      value_org   = 'S'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      value_tab   = itab&lt;/P&gt;&lt;P&gt;      return_tab  = return.&lt;/P&gt;&lt;P&gt;  sub = return-fieldval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  so_coll-high = return-fieldval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH return.&lt;/P&gt;&lt;P&gt;  CLEAR return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 16:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2299599#M502439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T16:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2299600#M502440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search help are two types :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Elementary Search help&lt;/P&gt;&lt;P&gt;2.Collective search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elementary serach help is single table f4 value ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11 and select radio button search help and use name start with Z* or Y* and click on create button ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will get pop up window and select elementary search help and hit enter..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use Your table and Table parameters properly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 16:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2299600#M502440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T16:09:01Z</dc:date>
    </item>
  </channel>
</rss>

