SHDB and Search Help

Hello people,
we have a developed program that lists some NM on the screen. I would like:
when the users clicks on this NM, automatically open the MM03 transaction in Purchasing tab.  When entering in this tab, the user must choose the "Plant" in dialog box.
We created a SHDB to call MM03 transaction and select the Purchasing view. The rest of navigation must be done by the user. The user must choose the Plant and continue the navigation.
But in this screen to choose the Plant, if the user tries to use the Search Help, the options are displayed but it does not work when he selects one option.
We are using   CALL TRANSACTION 'MM03' USING ti_bdc MODE 'E'.
any ideas?

Hi,
Try using the function module MMPUR_MATERIAL_DISPLAY which will take you directly to the purchasing view.
CALL FUNCTION 'MMPUR_MATERIAL_DISPLAY'
  EXPORTING
    im_matnr       = 'Material Number'
    IM_WERKS       = 'Plant'
*    IM_LGORT       =
Thanks
Naren

Similar Messages

  • Date selection and search help component in jsp

    Hi all:
        In sap portal jsp development enviorment, is it possible to easily program the date selection and search help ( just look like search help in webdynpro ) ?

    Hello Jianhong,
    the easiest way to set a value help is using HTMLB component in your JSP.
    To do it, use next code:
    <hbj:inputField
               id="DateInputField"
               type="date"
               showHelp="TRUE"
               ... other attributes
    />
    Before using HTMLB components in your JSP, don't forget to add this line to your page:
    <%@ taglib uri= "tagLib" prefix="hbj" %>
    regards.
    mz

  • Match code and search help

    What is the difference between match code and search helps ?

    Hi,
    search help:
    adding f4 functionality is search help(adding help for any topic)
    http://help.sap.com/saphelp_erp2005/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm
    match code:
    adding search help for the input field is called as mathcode object
    http://help.sap.com/saphelp_40b/helpdata/en/cf/21ef1f446011d189700000e8322d00/content.htm
    Regards,
    Sravanthi

  • SVS, EVS, and OVS, Value Help and Search Help

    what and how to use SVS, EVS, and OVS, Value Help and Search Help  in abap webdynpro...Can anyone please give example link or document...As i am able to get on ovs but unable to get rest of other

    SVS and EVS are Web Dynpro Java specific types of value help.  They do not exist in Web Dynpro ABAP.  In Web Dynpro ABAP we have Data Dictionary based Search Help, OVS, and Freely Programmed Value Help.  In WDA 7.02 we have the slight variant on DDic Search Help called Suggest Values.  It doesn't change the development model, just the runtime user experience. 
    You can read more about each of the types of WDA based value help in the online help:
    http://help.sap.com/saphelp_nw73ehp1/helpdata/en/47/9b298c66eb3376e10000000a421937/frameset.htm

  • Supress 'Further Selection' And 'Search Help' buttons from LDB selection sc

    Hi,
       How to supress/invisible 'Further Selection' And 'Search Help' buttons from LDB selection screen?
    waiting for reply.
    Shweta.

    Hi,
    1) try to use another version of sel-screen
    2) work with loop at screen:
    LOOP AT SCREEN.
        CASE SCREEN-NAME.
          WHEN 'ANLAGE-LOW' OR 'ANLAGE-HIGH'
          OR '%_ANLAGE_%_APP_%-TEXT'
          OR '%_ANLAGE_%_APP_%-VALU_PUSH'
          OR '%_UNTNR_%_APP_%-TEXT'
           OR 'UNTNR-LOW' OR 'UNTNR-HIGH'
          OR '%_UNTNR_%_APP_%-VALU_PUSH'
           OR 'BEREICH2' OR 'BEREICH3'.
            SCREEN-INVISIBLE = 1.
            SCREEN-INPUT = 0.
            SCREEN-OUTPUT = 0.
          WHEN 'BUKRS-LOW'.
            SCREEN-REQUIRED = 1.
          WHEN OTHERS.
            CONTINUE.
        ENDCASE.
        MODIFY SCREEN.
      ENDLOOP.
    A.

  • Matchcode objt and Search Help

    Hi Experts
    Can anybody please tell me the difference between Matchcode Object and Search Help??or they are same??
    coz when we use matchcode objt with parameter stmt we assing search help to that parameter.
    Right??
    Plz correct me if i am wrong
    Thanks in advance

    HI
    GOOD
    CHECK THIS
    Matchcodes were replaced with Search Helps starting with Release 4.0. Please use search helps to assign an input help to a field.
    Existing matchcodes were automatically converted to search helps. A matchcode object is hereby converted to a collective search help with the same name. Each matchcode ID of the matchcode object is converted into an elementary search help with the same name and assigned to the collective search help created from the matchcode object.
    A matchcode is a means of finding data records stored in the system. The matchcode is defined in the ABAP Dictionary in two steps:
    You first define the relevant tables and fields for the search in a matchcode object. A matchcode object describes the set of all possible search paths for a search string.
    You then create one or more matchcode IDs for a matchcode object. A matchcode ID describes a special search path for a search string. The matchcode ID defines the fields or field combinations to be used in the search.
    Search Help
    Use
    With this function you can search for objects, thereby defining and linking different selection conditions for the search help.
    Prerequisites
    You can call this function by:
    ·        Selecting Object  ®  Search... () in the main menu bar of the Integration Builder
    ·        Placing the cursor on a software component version and selecting Search... () in the context menu (only in the Integration Repository)
    In this case the software component version is defined as the search criteria.
    Features
    Defining the Object Type
    You can select the object type in a dropdown list in field Object Type.
    In the design (Integration Repository) you can
    ·        Select an object type (for example Message Interface)
    ·        Select a cross-object category (for example Interface Objects)
    In the configuration (Integration Directory) you can select types Values Mapping Group and schema in addition to the individual object types.
    CHECK THIS LINK TO CREATE A SEARCH HELP.
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm
    CHECK THIS LINK TO CREATE A MATCHCODE OBJECT
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci553386,00.html
    THANKS
    MRUTYUN

  • Difference between 'Selections from' and 'Search helps' in some HR program

    Hi,
    I notice at the top portions of some programs like Payroll Driver and pre-DME program there's two separate pushbuttons, 'Selections from' and 'Search helps'. What's the diff between the two?
    Because to me, both seem to have same functionality, i.e. to further filter the records.
    When I create customized programs, usually I use logical database pnp, and by that, we are adding 'Selections from' at the selection screen to help further select.
    So my questions:
    1. Why is there another button to help filter? Since both have same functionality to filter.
    2. What's the diff between the 2?
    3. Can somebody confirm the 'Search helps' is really for filtering?
    Thank you.

    Hi,
    If this spool is being generated internal to your program, then sy-spono should have the value.
    Regards,
    Lijo Joseph

  • Select Options and Search Help in ABAP Dynpro

    Hi Guys,
    I am new to ABAP WD. We are workin on ABAP Stack of the Portal with no DB Tables n data. we have to fetch the data from R/3 and display it on the Dynpro screen.
    But  here the problem is the Standard Search Help attached to the data elements cannot fetch any data, as by default it searchs the ABAP stack for the data. Is there any work around for the same wherein i can fetch the data from R/3 and display it when user requests for the search help.?
    Please let me know.
    Thanks and Regards,
    Sagar

    Hi,
    You can also use freely programmed help here.......
    Please check the following links for
    OVS
    http://help.sap.com/saphelp_nw04s/helpdata/en/47/9ef8c99b5e3c5ce10000000a421937/frameset.htm
    OVS Help in Web Dynpro ABAP
    Freely programmed
    http://help.sap.com/saphelp_nw04s/helpdata/en/47/9ef8cc9b5e3c5ce10000000a421937/frameset.htm
    regards
    Pranav

  • Interactive Adobe Form and Search Helps

    Does anyone know how to implement a Search Help in an Interactive Adobe Form?  I have a requirement to fill a field with a manager and I have 17500 of them to choose from!  Tried a Dropdown list, but it is not really appropriate, unless theres a way of entering a wildcard in the input field and using it to limit the dropdown list.
    I am implementing the Transfer Request PCR SPTR in MSS 60.1, this PCR Adobe form is not delivered by SAP and I need to develop it.
    Many thanks ... Andy

    Hi,
    You will get a quicker answer if you post this one in this forum:
    SAP Interactive Forms by Adobe
    Eddy

  • Navigational Attribute and search help

    Dear all,
    i have couple of questions about manual planning layout.
    i have year material and quantity in my manual layout, when i enter material with 0material, i want to change that search help.
    1) Where do i set the search help of 0material? any way to do that?
    2) I have nav. attribute of material, i want to enter that nav. attribute insted of 0material, (thats material number in other coding system) and try to fill 0material in background.
    How come?
    Thanks
    jmq

    in info object maintenance i can set that, points to myself.

  • Boolean Search and Search Help

    Can someone please update the Search Help, because the help on boolean searches makes no explicit reference to upper-case, and the examples imply case insensitivity, as can be seen in the following:
    Can phrases such as AND, OR, NOT be used when searching?
    Yes. These phrases are called Boolean Expressions. You can search using Oracle and Databases. This will return pages that contain both words. When the search Oracle or Databases is used, this will return a page that contains either of the words. When the search Oracle not Databases is used, this will return pages that only contain the word Oracle.
    Thanks.

    I would try a GREP find/change searching for (_)([^_]+)(_) and replace with $2 Set the change formatting to italics (preferably as a character style).  This translates to look for a _, then anything that is not a _, followed by another _, and replace with only the stuff in between. You can also use (_)(.+?)(_) which would match the shortest srting in between two _ characters in the same way (except it won't cross a paragraph break), but it will run a bit slower.
    Credit for this should go to Peter Kahrel and his excellent GREP primer....

  • Selection-Screen and Search Help

    Hi
    I'm trying to show a Search Help (using trabstrip) from an internal table, but when I execute the code, search help is showed twice.
    SELECTION-SCREEN BEGIN OF SCREEN 100 AS SUBSCREEN.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
    SELECT-OPTIONS:
                a0 FOR ZCTRL01-ZSTATUS,
                a1 FOR ZCTRL01-ZLOTE,
                a2 FOR ZCTRL01-BELNR.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN END OF SCREEN 100.
      wa_estejec-zstatus = 'E'.
      wa_estejec-zdescrp = 'Error'.
      APPEND wa_estejec TO ti_estejec.
      wa_estejec-zstatus = 'P'.
      wa_estejec-zdescrp = ' Processed'.
      APPEND wa_estejec TO ti_estejec.
    AT SELECTION-SCREEN on value-request for A0-low.  PERFORM search_help.
    AT SELECTION-SCREEN on value-request for A0-high. PERFORM search_help.
    *&      Selection-screen
    AT SELECTION-SCREEN.
      CASE sy-dynnr.
        WHEN 1000.
          CASE sy-ucomm.
            WHEN 'PUSH1'.
              mytab-dynnr = 100.
              mytab-activetab = 'BUTTON1'.
              MESSAGE s888(sabapdocu) WITH text-010.
              sy_ucomm = 'PUSH1'.
              PERFORM inicializar.
         ENDCASE.
    FORM SEARCH_HELP.
    *&      Form  SEARCH_HELP
    FORM SEARCH_HELP.
      call function 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield    = 'ZSTATUS'
          dynprofield = 'A0'
          dynpprog    = sy-cprog
          dynpnr      = sy-dynnr
          value_org   = 'S'
        TABLES
          value_tab   = ti_estejec.
    ENDCASE.
    Thanks in advance.

    Well, the code you posted won't pass a syntax check. You have an extra form statement, a missing endform statement and an extra endcase statement.
    But have you put the assignments to ti_estejec in the INITIALIZATION event??
    Rob

  • RFC and Search Helps

    Hi
    I have a custom development which consumes a custom RFC from R/3 system. Now this View has got plenty of fields that have an Search Help(F4) option. They are mapped to the Standard structures and Tables present in the RFC. I am not able to get a Search Help for these fields(Though search help is available in R/3 screen for the same fields).
    I have read about SVS, EVS and OVS methods in WebDynpro. Now if I have to enable these search helps, am i left only with the option of using these alone. Since I am talking about Standard Tables & Structures in RFC, I have no option of modifying them.
    I would like someone to share their views on this. If suppose I have to to use OVS methods, then what should be done in my custom RFC level to incorporate these search helps. I repeat, I have got about 15 fields that need search help option.
    Good suggestions will be rewarded.
    Regards,
    Murali.

    Hi
    Try This Thread
    Re: Search Help in Web Dynpro
    Re: Attaching Search helps dynamically to an attribute
    Kind Regards
    Mukesh

  • POV AND SEARCH HELP

    HI
    why we use POV as we already have search help. In which cases we use search help, in which cases we use POV

    hi
    good
    You can call dialog modules in the POV event using the event keyword PROCESS ON VALUE-REQUEST.
    PROCESS ON VALUE-REQUEST.
      FIELD f MODULE mod.
    After the PROCESS ON VALUE-REQUEST statement, you can only use the MODULE statement together with the FIELD statement. When the user chooses F4 for a field f, the system calls the module mod belonging to the FIELD statement. If there is more than one FIELD statement for the same field f, only the first is executed. The module mod is defined in the ABAP program like a normal PAI module. However, the contents of the screen field f are not available, since it is not transported by the FIELD statement during the PROCESS ON HELP-REQUEST event. You can now program your own value lists in the module. However, this procedure is only recommended if it really is not possible to use a search help. Defining search helps is much easier than PROCESS ON VALUE-REQUEST, since the system takes over some of the standard operations, such as getting field contents from the screen. It also ensures that the F4 help has a uniform look and feel throughout the system. Furthermore, it means that you do not have to reassign input help to fields on each screen
    http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm
    thanks
    mrutyun^

  • Customer Include and search help for E-Recruiting

    Hello All,
    I've added a field to customer include field for table hrp5122.  I want to add search help BUPA to that field.  When I do that I get an error when the page is to be displayed.
    I would like to use the search help instead of filling in the value table for the domain used for this field.  Currently this is the only way, I know, how to make a customer include field appear with drop down list values on the web.
    If you have been able to use a search help on a field that is displayed on the Web please respond with the steps on how to do it.
    Thanks,
    Alisa

    Never mind.  User error.  My search help was not working properly.

Maybe you are looking for