About search

how to use binary search after read statement.

Hi Anshu,   
It becomes very necessary and important to do a binary search after read statement. The search for the record required needs to be quickly found and is done through the binary search.
But remember to sort the internal table before you binary search as the internal table first needs to be sorted.
read table inttab with key field = inttab1 binary search.
Hope this solves your query.
Reward points if useful.
Thanks,
Tejus.

Similar Messages

  • About search helps

    Hi,
    Can anybody please explain to me about search helps in details;i.e,both elementary and collective;with an example each??
    Thanks in advance.
    sumita

    Hi Sumita,
    Check this info.
    Creating Elementary Search Helps
    Procedure
    In the initial screen of the ABAP Dictionary, select object class Search help, enter the name of the search help and choose Create.
    A dialog box appears in which you must select the type of search help.
    Select Elementary search help and choose .
    The maintenance screen for elementary search helps appears.
    Enter an explanatory text in the field Short text.
    You can for example find the search help at a later time using this short text.
    In the Definition tab page enter the selection method of the search help.
    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.
    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.
    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.
    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.
    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.
    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.
    Define the attributes of the search help parameters.
    Select the IMP flag if it is an import parameter. Select the EXP flag if it is an export parameter.
    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.
    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.
    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.
    You can assign the parameter a default value in the Default value field.
    Select the dialog type of the search help.
    The dialog type defines how the hit list is displayed in the input help.
    Save your entries.
    A dialog box appears in which you have to assign the search help a development class.
    Choose .
    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.
    Result
    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.
    Other Options
    Assign a hot key: If the search help is to be accessed with a hot key, you must enter a one-place ID in the Hot key field. All the elementary search helps contained in a collective search help should have different short cuts.
    Assign a search help exit: In exceptions, you might have to change the standard flow defined by the search help with a search help exit. In this case enter the name of the search help exit in the corresponding field.
    Test the search help: You can test the flow of an input help defined by the elementary search help with . A dialog box appears in which you can simulate the behavior of the search help under different conditions. You can obtain information about the options provided in this window with.
    Creating Collective Search Helps  
    Procedure
    In the initial screen of the ABAP Dictionary, select object class Search help, enter the name of the search help and choose Create.
    A dialog box appears in which you must select the type of search help.
    Select Collective search help and choose .
    The maintenance screen for collective search helps is displayed.
    Enter an explanatory text in the field Short text.
    You can for example find the search help at a later time using this short text.
    In the Definition tab page enter the parameters of the collective search help.
    Select the Imp flag if it is an import parameter. Select the Exp flag if it is an export parameter.
    Define the types for the parameters of a collective search help by assigning a data element. Enter the name of the data element that describes the contents of the search help parameter in the Data element field.
    You can assign the parameter a default value in the Default value field.
    In exceptions it could be necessary to change the standard process defined by the search help. You can implement the deviation from the standard using a search help exit.
    In this case enter the name of the search help exit in the corresponding field.
    On the Included search helps tab page, define the search helps that you want to include in the collective search help.
    You can include elementary search helps and collective search helps.
    Use the Hide flag to control whether an included search help should appear in the dialog box for selecting the elementary search help. If the flag is set, the search help is not offered.
    It makes sense to hide search help inclusions if one or more search paths in the standard system should not be used in a concrete R/3 System. Similarly, search help inclusions can also be already hidden in the standard system because they only can be used meaningfully in a few R/3 Systems. You have to cancel the flag in this case.
    Position the cursor one after the other on each allocated search help and choose Parameter assignment.
    In the next screen, enter the parameter names of the elementary search helps to which the corresponding parameters of the collective search help should be assigned in the field Reference parameter.
    You can select the parameters contained in the included search help using the input help. Create a proposal for the assignment with Proposal.
    Save your entries.
    A dialog box appears in which you have to assign a development class to the search help.
    Choose .
    Result
    The collective 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 when the collective search help was activated, the activation log is automatically displayed.
    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.
    Other Options
    You can test the flow of an input help defined by the collective search help with . A dialog box appears in which you can simulate the behavior of the search help under different conditions. You can obtain information about the options provided in this window with .
    First create ELEMENTARY SEARCHHELP YSEARCH32 in R/3 Data dictionary
    Create one more elementary search help YSEARCH33
    Now define collective search help for the above 2 elementary search helps. In definition part include the search help parameters which you want to display in the search help.
    Enter the included search helps i.e YSEARCH32,YSEARCH33.
    Press the Parameter Assignment for search help BUTTON.You have to assign one parameter with the parameters in the definition part
    Same case with the YSEARCH33.
    Activate the collective search help.
    Apply this search help in the program and if F4 button is pressed the collection of elementary search helps are displayed.
    Creating dynamic search help means the f4 help will come on the context bases.
    that will achieved with two function modules.
    1. F4IF_INT_TABLE_VALUE_REQUEST Display internal table as search help (documented in SAP)
    2.F4IF_*_VALUE_REQUEST
    u will provide the search help on the field dynamically depending on program context.
    REPORT  ZTEST_F4HELP                              .
    *---Report with selection screen and to display the list of
    possible entries for field 'B' as per the value in field 'A'.
    parameters: p_vbeln type vbak-vbeln,
                p_posnr type vbap-posnr.
    at selection-screen on value-request for p_posnr.
      data: begin of help_item occurs 0,
              posnr type vbap-posnr,
              matnr type vbap-matnr,
              arktx type vbap-arktx,
            end of help_item.
      data: dynfields type table of dynpread with header line.
      dynfields-fieldname = 'P_VBELN'.
      append dynfields.
      call function 'DYNP_VALUES_READ'
           exporting
                dyname               = sy-cprog
                dynumb               = sy-dynnr
                translate_to_upper   = 'X'
           tables
                dynpfields           = dynfields
           exceptions
                invalid_abapworkarea = 1
                invalid_dynprofield  = 2
                invalid_dynproname   = 3
                invalid_dynpronummer = 4
                invalid_request      = 5
                no_fielddescription  = 6
                invalid_parameter    = 7
                undefind_error       = 8
                double_conversion    = 9
                stepl_not_found      = 10
                others               = 11.
      read table dynfields with key fieldname = 'P_VBELN'.
      p_vbeln = dynfields-fieldvalue.
      call function 'CONVERSION_EXIT_ALPHA_INPUT'
           exporting
                input  = p_vbeln
           importing
                output = p_vbeln.
      select posnr matnr arktx into table help_item
                     from vbap
                          where vbeln = p_vbeln.
      call function 'F4IF_INT_TABLE_VALUE_REQUEST'
           exporting
                retfield    = 'POSNR'
                dynprofield = 'P_POSNR'
                dynpprog    = sy-cprog
                dynpnr      = sy-dynnr
                value_org   = 'S'
           tables
                value_tab   = help_item.
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • A question about search level

    In the parameter :"DEADLOCK_DETECTION".
    It's explain include a substantive it's named :"search depth".
    I can't find the explain about "search depth".                                                   Please help me.
    thanks

    Hi,
    the search depth specifies how far the deadlock detection should search for the reason of the deadlock. A higher value would search deeper for the reason, but would also increase the time needed to search (and find).
    We normally recommend <b>against</b> changing the default value of this parameter. Normally also share locks are used, where we can't really specify all tasks that hold sharelocks (as opposed to deadlocks consisting only of tasks holding only exclusive locks), but only the number of tasks in total. If the deadlock isn't found, the Request_Timeout comes into effect.
    Does that help you understand this parameter?

  • IFS WITHIN and ABOUT search operators

    From the WebUI, how do you use the WITHIN and ABOUT search
    operators?
    From the File Contents field, I enter "ABOUT water" and I get
    IFS-22012: Search Failed. Invalid Query may have been specified.
    Ideally, I would like to use the WITHIN operator to search on
    content in a specific XML tag. I think it should work like this:
    water WITHIN <para>
    Thanks for your help.
    Robert

    Try: water WITHIN para
    Take away the tag brackets. In other words if you need to
    search for the string 'water' within the <para></para> tag set
    use the above in the File Contents search box.
    Robert

  • About search box

    Hi All,
    I would like to know more about search box.
    Thanks,
    Sam

    Hi Sam,
    You can create a normal SQL report with the search option Enable = 'Yes' ( This option comes just after you specify the SQL query and click next , you can see the last option as Enable Search (by default it is set to No).
    Once you create this sql report go to the report tab and look at the report query. You can understand the search functionality very easily from there. Thanks.
    Regards,
    Manish

  • Home:about search uses facemood..

    home:about search uses facemood...
    ive uninstalled it via control panel, disabled and uninstalled it via firefox addons. reset the homepage. went to about:config and reset the following:
    browser.search.order.1
    browser.search.defaultenginename
    browser.startup.homepage_override.buildID
    browser.startup.homepage_override.mstone
    keyword.URL
    but still on the homepage it uses facemood! firefox help

    that's '''about:home''' not reversed wording
    Your home page is in '''browser.startup.homepage''' your can reset
    or change it to whatever you want there, or see
    *How to set the home page | How to | Firefox Help
    *:https://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page#w_set-a-single-web-site-as-your-home-page
    In your about:config filter on: facemood
    :reset any variable that just has a single value in it, be careful if you see something with several urls named, or several items of any kind within the value.
    Check also to see if you have an extension by that name.
    These two have to do with Firefox update, they override your home page for one restart and should be unrelated to your problem.
    :browser.startup.homepage_override.buildID :browser.startup.homepage_override.mstone keyword.URL

  • AutoSPInstaller - Question about Search Topology

    Hello,
    I would deploy a new sharepoint infrastructure with autospinstaller and i have some questions about search topology.
    This infrastructure will host at end 2 EDM (10-20TO) and probably some user sites.
    I will provision 2 WFE and 2 APPS.
    Search Topology (4 servers) =>
    - Crawl Component :
    SRVA & SRVB
    - Query Component :
    SRVC & SRVD
    - Search Query and Site Settings Service :
    SRVA & SRVB
    - Admin Component :
    SRVA & SRVB
    - Index Component :
    SRVC & SRVD
    - Content Processing Component :
    SRVA & SRVB
    - Analytics Porcessing Component :
    SRVA & SRVB
    I read many articles about this subject but all were different !
    Anyone can apply my choice or make me a proposition ?

    Hi,
    I just want confirme that the infrastructure is correct before deploy it. Do i really need to isolate admin component, for now i put it on only one app server.
    For "Distributed caching", i planned to install it on both WFE servers.
    Thank you for your help.
    Jeremy

  • One little question about searching partial text in object name

    Hello Everyone,
    I have searched a bit but couldn't find an answer about this.
    I am a Freehand user and i am currently using navigation names for differents items. Works perfectly good.
    But now i need to search part of the items name.
    For example i have the objects named in the nabigation panel as:
    - "ItemA-rotation" for the first group of items
    - "ItemB-static" for the second group of items
    as for now i can search for all the items A by typing in the search graphic panel "ItemA-rotation" but i would like to find both item A and B by typing a unique search request.
    Is it possible to write something like: "*Item*" to search every items that contains the part "Item" in the full name ?
    Thank you for your future answers.
    Cheers.
    PS: i am using Mac os X with Freehand MX.

    It appears it isn't possible. I set up a similar document with spaces added between the word "index" and the letters "A" or "B". My thinking was that the connected wording of your phrase "ItemA-rotation" was limiting the search. But searching for the word "index" didn't reveal all the items; it had to be typed exactly as the name was set up in the Navigation Panel. Perhaps I'm missing some unknown control characters but I have never seen what those could be.

  • Question about searching

    Hi all,
    I'm considering Oracle BDBJE for a project that stores visited url's (data) based on a key of ip-address (4 bytes) combined with a date (long) to make the keys unique.
    If want to search on date (ignore ip) do I have to make a secondary database that has the date of the visited url's as primary index?
    Does a method like Cursor.getSearchKeyRange, if supplied with partial key, always search a the beginning of the key? Or could I use it to search for a date by only supplying the date-part of the key? Prop. in this case the bytes for the date will be mistaken for the bytes of the ip-address that comes first in the key.
    Thanks for any help.
    regards,
    Jeroen

    Hi Jeroen,
    I'm not sure I have all of your data model yet, but I think you've given us enough for me to say you should likely try one or possibly two secondary databases.
    If you have not already done so you should review the documentation on Secondary Indexes as found here:
    http://www.oracle.com/technology/documentation/berkeley-db/je/GettingStartedGuide/indexes.html
    Inserting/Modifying records is faster without using a secondary index. But the queries that you have identified would perform better with secondary indexes. But you should experiment with a few different approaches and compare that with your performance goals.
    Also, if you have not already thought about this, I would consider using DPL to implement this, especially since you will be evaluating alternative database designs. You will find that the implementation time is faster and you can also make changes quickly.
    http://www.oracle.com/technology/documentation/berkeley-db/je/PersistenceAPI/BerkeleyDB-JE-Persistence-GSG.pdf
    You know your data best, but based on the info you provided here are my thoughts/alternatives:
    Primary Database key = IP/Date or Maybe Date/IP is better if the Secondary for IP address exists
    data = URL plus other data not sure what
    Secondary Database Key = URL (I left out date because you said it is not likely that the same URL will exist for multiple dates).
    Possible Secondary Database Key = IP address (Which URL's were visited by IP X).
    Again, I think you may want to try out something like this a model your inserts and also your query performance. Feel free to post further questions about any results you are getting as you move forward.
    Also, if you have not already seen this I would keep this URL handy and consult with it before you post:
    http://www.oracle.com/technology/products/berkeley-db/faq/je_faq.html
    I hope this helps!
    Ron

  • About:search items In BOM by find

    Dear Sir,
    From few day we are getting in searching item in BOM through search in CS11 Trans.
    Suppose i want search an item which is in the above line where my curser in clicked so now the searched item is not found by search commend & if item is below curser clicked line then it can be find.
    so pls advise me that this is confurgation mistak or any other
    Pls provide me solution
    Thanks & Regards
    Ajay Pareek

    Heya,
    Most Abap Programmers write their own program to quickly allow them to search along a bom. It's quite easy to do and will teach you a lot about tree searching and boms!
    As I'm feeling kind :o) and to give you a kick start, have a look at function module 'CS_BOM_EXPL_MAT_V2' and then mess about with what it returns.
    Good luck
    Kind regards
    Ash Thomas
    <a href=http://www.ashthomas.com>Sap Abap Developer & Sap Abap Programmer</a>
    <a href=http://www.ashthomas.com>www.ashthomas.com</a>

  • About search utility...

    Hi,
    If I want to create a search page on oracle form/report (thru web) or jsp page to search file system and database, is there any easy utility I can integrate to the form/report?
    How about Oracle Text or Ultra Search...or interMedia Search? Can I integrate them into form/report? or I just create seperate web page? what kind web page should I create, jsp or ...?
    Thanks
    Jess

    Sorry, you will have to use your local support group for help on NLS issues.

  • About Search API issure

    hi all:
    recently I write a function that search content from conten by Search,I wanna search result by one property sort as reportdate.so I suse API below :
    ContentContext context = new ContentContext();
    Search search = new Search( -1, "toProperty('rptDate') DESC", queryExpression.concat(baseCondition));
    ContentManagerFactory.getSearchManager().search(context, search)
    then consel has soem error :
    java.lang.NullPointerException
         at com.bea.content.expression.internal.FullTextSearchHelper.getExplicitProperties(FullTextSearchHelper.java:490)
         at com.bea.content.expression.internal.FullTextSearchHelper.validateProperty(FullTextSearchHelper.java:468)
         at com.bea.content.expression.internal.FullTextSearchHelper.validatePropertyForSort(FullTextSearchHelper.java:397)
         at com.bea.content.expression.internal.FullTextSearchHelper.validateSortCriteria(FullTextSearchHelper.java:172)
         at com.bea.content.expression.internal.FullTextSearchHelper.validateSearch(FullTextSearchHelper.java:133)
    if I don't use sort parameter,is ok!
    I find bea cm.pdf said below:
    Explicit Map this property value directly to a value contained in the content management database where your content is stored.
    When you enable Is Explicit, you must indicate the database column within the CM_NODE database table to which you want to derive the property value. For more information about the content management tables, see the WebLogic Portal Database Guide.
    Note: When a database schema modification occurs as part of adding an explicit property definition that requires modifying the CM_NODE table, you must restart the WebLogic Portal server(s).
    I change the content type make rptDate Advanced edit Explicit (Mapped to a column in the CM_NODE table) Column Name : fill rptDate and modify content-config.xml change
    <repository-property>
    <description>Enable repository events for full-text search.</description>
    <name>cm_fireRepositoryEvents</name>
    <value>true</value>
    </repository-property>
    <read-only>false</read-only>
    <binary-cache-max-entry-size>1024</binary-cache-max-entry-size>
    <!-- metadata search -->
    <search-is-enabled>true</search-is-enabled>
    <!-- full text search -->
    <fulltext-search-is-enabled>true</fulltext-search-is-enabled>
    <search-indexing-is-enabled>false</search-indexing-is-enabled>
    I don't know why ? I can't search any content results pls help me thank you very much!

    thanks sroth !
    this issure I resolved!
    it must be modify table schema that add one column like explicit.if I add one content from Portal Admain console, records will add one row then explicit already has value,because content type you let one property belong to explicit and mapping to column of explicit.

  • A question about search help and input help,PLZ take a look at it.

    hi everyone,
    i want to know the difference between search hlep and inpu help
    can anyone tell me about that?
    thanks

    HI
    BOTH ARE SAME
    you can define F4 help in 2 ways
    in SE11 or in the report program
    IN SE11
    Attaching a search help to a table field
    Choose the field name, click on search help tab and
    provide the name of the search help.
    A search help is attached to a field of a table or structure in the maintenance transaction for this table/structure, analogously to attaching to a table. You must assign the interface parameters of the search help to any fields of the table/structure. The search field must be assigned to an EXPORT parameter of the search help at this time.
    Attach the search help to the table field
    The search help ZSTRAVELAG_NAME is therefore directly attached to the field AGENCYNUM of table ZSTRAVELAG.
    Attaching a search help to a data element
    Provide the search help name and the parameter name
    under the further characteristics tab of the data element.
    If the input help of a field is defined by its data element, no further screen fields can be used in the input help.
    Also note that the input F4 help would be available wherever the data element is used.
    Attaching a search help to a screen element
    A search help can be directly assigned to a screen field in two ways.
    The name of the search help must be entered in the Screen Painter in the Attributes for the field in the field Search help.
    The name of the search help can be defined for selection screens in ABAP reports in the PARAMETERS or SELECT-OPTIONS statement directly following the supplement MATCHCODE OBJECT.
    However, input help is only available for this particular screen.
    in REPORT PROGRAM
    in this way we declare in report program
    TYPES : BEGIN OF ST_OBJID_SH,
    OTYPE TYPE HRP1000-OTYPE,
    OBJID TYPE HRP1000-OBJID,
    END OF ST_OBJID_SH.
    DATA : IT_OBJID_SH TYPE STANDARD TABLE OF ST_OBJID_SH.
    DATA : WA_OBJID_SH TYPE ST_OBJID_SH.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    *SELECT-OPTIONS : S_OTYPE FOR HRP1001-OTYPE NO INTERVALS .
    SELECT-OPTIONS : S_OBJID FOR HRP1001-OBJID NO INTERVALS .
    SELECT-OPTIONS : DATE FOR SY-DATUM NO-EXTENSION OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK B1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_OBJID-LOW.
    IF S_OBJID IS NOT INITIAL.
    SELECT OTYPE OBJID FROM HRP1000
    INTO TABLE IT_OBJID_SH
    WHERE OTYPE = 'D'.
    IF SY-SUBRC EQ 0.
    SEARCH HELP FOR QUALIFICATION.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    DDIC_STRUCTURE = ' '
    RETFIELD = 'OBJID'
    PVALKEY = ' '
    DYNPPROG = SY-REPID
    DYNPNR = SY-DYNNR
    DYNPROFIELD = 'S_OBJID'
    STEPL = 0
    WINDOW_TITLE =
    VALUE = ' '
    VALUE_ORG = 'S'
    MULTIPLE_CHOICE = ' '
    DISPLAY = ' '
    CALLBACK_PROGRAM = ' '
    CALLBACK_FORM = ' '
    MARK_TAB =
    IMPORTING
    USER_RESET =
    TABLES
    VALUE_TAB = IT_OBJID_SH
    FIELD_TAB =
    RETURN_TAB = RETURN_TAB
    DYNPFLD_MAPPING =
    EXCEPTIONS
    PARAMETER_ERROR = 1
    NO_VALUES_FOUND = 2
    OTHERS = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDIF.
    Check this out
    http://www.sap-img.com/abap/value-request-for-parameter.htm
    ******************************8
    sample program
    report zrich_0001 .
    data: begin of ihelp occurs 0,
    field type char10,
    ftext type char50,
    end of ihelp.
    data: a_field(20) type c.
    select-options s_field for a_field.
    initialization.
    ihelp-field = 'A'.
    ihelp-ftext = 'Description A'.
    append ihelp.
    ihelp-field = 'B'.
    ihelp-ftext = 'Description B'.
    append ihelp.
    ihelp-field = 'C'.
    ihelp-ftext = 'Description C'.
    append ihelp.
    at selection-screen on value-request for s_field-low.
    call function 'F4IF_INT_TABLE_VALUE_REQUEST'
    exporting
    retfield = 'FIELD'
    dynprofield = 'S_FIELD'
    dynpprog = sy-cprog
    dynpnr = sy-dynnr
    value_org = 'S'
    tables
    value_tab = ihelp.
    start-of-selection.
    one more program....
    REPORT ZHELP .
    TABLES : MARA.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETERS : P_MATNR(10) TYPE C.
    SELECTION-SCREEN END OF BLOCK B1.
    DATA : BEGIN OF ITAB OCCURS 0,
    MATNR TYPE MATNR,
    END OF ITAB.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_MATNR.
    SELECT MATNR
    FROM MARA
    INTO TABLE ITAB
    UP TO 10 ROWS.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    RETFIELD = 'MATERIAL NUMBER'
    DYNPPROG = SY-REPID
    DYNPNR = SY-DYNNR
    DYNPROFIELD = 'P_MATNR'
    VALUE_ORG = 'S'
    TABLES
    VALUE_TAB = ITAB
    EXCEPTIONS
    PARAMETER_ERROR = 1
    NO_VALUES_FOUND = 2
    OTHERS = 3.
    Create it from SE11.
    enter search help
    and create elementary
    enter description and below Table name
    and the fields
    see the doc
    1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    3)An elementary search help defines the standard flow of an input help.
    4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.
    5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.
    6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm

  • What about searching on FTP ?

    1. does ultra search can search through FTP
    2. what about future plans searching on ftp

    You might be better addressing this question on the Ultra Search forum at Ultra Search

  • Complaint about search within MSDN

    My complaint involves the really SUCKY search facility on MSDN.  Come on, guys, really?
    I was trying to locate this page, about MCSD Certification:
    www.microsoft.com/learning/en-us/mcsd-certification.aspx
    and to start with I was on MSDN, entering search terms like “MCSD” and “certification”.  And there were semi-relevant results, but nothing to the point of the page above.  A lot of “social.msdn.microsoft.com” pages for Forums etc.  I didn’t
    go past the first page, as it seemed things were getting less and less relevant.
    So where did I find the page I was looking for?  I had to go to Bing.  I put “MCSD” as the search term and got my desired result as the second item in the results.
    Either the Certification web team needs to see that its pages are better indexed on MSDN, or the MSDN web team needs to freaking FIX their search functionality.  I suspect the latter, as I usually find that searches within MSDN leave
    a lot to be desired.

    Yep, the forums search feature isn't all that useful. It doesn't allow you to use AND within a search.
    There's a thread going on in the Suggestions forum asking for this tool to be fixed, you may want to add your voice (and vote) there:
    http://social.technet.microsoft.com/Forums/en-US/9cf8ad4b-5111-4f84-9809-99cd8f1b7152/make-the-forum-search-tool-useful?forum=suggest
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • Where can I find details about searching within my history / bookmarks

    I'm looking for things like using negative (-) to exclude items from search, using AND, OR, other tricks, details like that.

    You can't do that in Firefox.<br />
    In the library and sidebar you can only do simple AND type of searches and search the title and location field.
    You would have to export the bookmarks and history to an HTML or CSV file and open that file is a spreadsheet or other program that allows such more precise selections.
    *https://support.mozilla.org/kb/how-do-i-use-bookmarks
    *History Export: https://addons.mozilla.org/firefox/addon/history-export/

Maybe you are looking for

  • How can I export the saved preset settings for Batch Renaming on Bridge?

    I've developed a few Batch Renaming presets and want to share them with my team, but couldn't find where they are saved.

  • How to make tables fully sized in a database diagram?

    Hi, This is my first time using JDeveloper. I have been asked to make a database diagram from a database schema for the purposes of printing the diagram out to stick on the office wall, yay Smile There are a huge number of tables (100+) and I have go

  • About File Encoding for multiple Languages

    Hi My Scenario is Paroxy to File. I am getting multiple languages from the proxy and need to write all the languages in one scv file. I used UTF-8  File Encoding in the receiver file channel so that all languages comes except Hebrew. I want to write

  • My MacBook Pro completely crashes while loading up games

    Hey all, thanks for reading. I'm running a MacBook Pro (<1 year old) Processor: 2.8GHz Intel Core 2 Duo RAM: 4GB 1067 MHz DDR3 It's connected to the power supply, and it's set to High Performance (meaning the dedicated graphics card should be in use)

  • Input Marketing Attributes data by EML

    Hi All, I want to input Marketing Attributes with BP data by EML(External List Management) of Marketing. Maybe I need same enhancements for EML. Please tell me how to this implementation? Regards, Masazumi.