WBS Element Search Help

Hi,
I need to get WBS Element in the Selection screen in a zreport with collective search.how do i get it?
Thanks & Regards,
Apurva.

Hey Chandra,
I've already tried this, but still i am not getting collective search options. Do i need to create collective search and add it to the standard table as per the requirement?
Thanks.

Similar Messages

  • Problem in WBS element search(F4 help)

    Hi,
      I am facing one problem when I am creating Shopping Cart. when attempting to choose a account assignment, chose WBS Element and then clicked on binocular to search for a WBS #. New screen appears as expected, clicked Start to begin search and screen went back to shopping cart screen without performing search.
            I am unable to understand Why this is happening.
    Is there any custom module to handle the F4 help for WBS element.Please suggest me the way to fix this.
    Regards
    Kiran

    Hi Saikiran,
    RFCUSER is used to perform this search.
    You have to swith the user in dialog mode.
    Also make sure :
    - you have enter the backend destination at the very end of "define backend system" customizing point.
    - you have activated the search authorization in PFCG(please refer to posts already answered in this forum)
    Kind regards,
    Yann
    Message was edited by: Yann Bouillut

  • Screen element search help

    hi all,
    i set input/output field search help in screen.
    when i choose one of the values in f4 help i hav to do modify another screen element how to do it.
    please reply if u know..
    thanks in advance.

    Hi,
    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 this case, the search help is only available for this screen.
    OR by useing FM
    refer this code
    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 DESIGN***********************
    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.
    **********END OF SELECTION SCREEN DESIGN*****************
    *********VALIDATION FOR SCREEN FIELDS********************
    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.
    Reward Points if found helpfull..
    Cheers,
    Chandra Sekhar.

  • Customizing search help

    Hi,
    can somebody refer me to manual or reference material explaining step by step how to customize search help.
    In FB50 I need to add one more field to WBS Element search screen.
    Thank you,
    Vitaly

    You have to create the search help exit for the search help 'PRPM'.
    Follow the below link to create the search help exit.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm
    Thanks,
    Srinivas

  • WBS element and Cost Center

    Hi Gurus,
    As far as I know, when the a/c assignment category is P in a PO, the costs are assessed on the cost object WBS element and when the a/c assignment category is K in a PO, the costs are assessed on the cost object cost center. But, as I drill down a WBS element, I find Requesting and responsible cost center.
    So, can I say that a WBS element is actually a child of the responsible cost center ?
          And all the costs assessed on a WBS element are eventually assessed on the responsible cost center?
    Please help in clearing my concepts.
    Thanks,
    Kumar

    hi,
    You assign the account assignment to WBS element based on the OPERATIVE INDICATOR...
    By this you specify the attributes of a WBS element and determine which tasks the WBS element can carry out in the project...
    Please check the LInk given for futher explainations:
    [WBS ELEMENT|http://help.sap.com/erp2005_ehp_04/helpdata/EN/4c/225e2a46e611d189470000e829fbbd/frameset.htm]
    check the table given at the bottom...
    Regards
    Priyanka.P

  • Standard WBS Elements Screen layout/Settlement rule/IM assignment

    Few questions about Standard WBS elements
    1. Is possible to have my own layout for the WBS element detail screens while creating/changing the standard WBS element (CJ91/CJ92)?
    2. Is it possible to maintain the settlement rules for the standard WBS elements?
    3. Is it possible assign the standard WBS elements to the IM program/position?
    I know that all the above possible are only in case of operavtive WBS.
    If possible with Std WBS elements, please help me and let me know.
    Regards
    Sreenivas

    Sreenivas,
    I´m afraid that none of the 3 options is available via standard tools
    I´m so sorry.
    Rgds
    Martina

  • Finding SEARCH Help.

    Hi Experts,
    How to find search help attached with any field on the screen. Or how many ways we can attache search help?

    Search help can be
    - explicitly attached to a field in dynpro
    - from database - foreign or domain values
    Alternative
    - Search help can be linked programmatically in PAI
    <i>Calendar and clock help
    If no other input help has been defined for a field with type DATS or TIMS, the calendar or clock help is displayed.
    Domain fixed values
    If a field has no check table or search help, any fixed values of the underlying domain are used.
    Search help of the data element
    Search helps from the ABAP Dictionary can be  attached to a data element. If a field has no check table or search help of its own, the system uses the search help assigned to the underlying data element.
    Check table
    If the check table has no text table and no search help of its own, and a field has no search help of its own, the contents of the key fields of the check table are used as input help.
    Check table with text table
    You can define a  text table for a table. If the check table for a field has a text table defined for it, the input help displays both the key fields from the check table and the corresponding text from the text table in the user’s logon language.
    Check table with search help
    Search helps can be  attached to the check table of a field. The search help is displayed with the values from the check table. However, it allows you to transfer the values of more than one parameter.
    Search help for a field
    Search helps can also be directly  attached to a field of a structure or a database table. This has the highest priority, and is always displayed for input help. When you attach the search help, you should therefore ensure that it only offers values that are also in the check table, otherwise errors may occur in the automatic input checks.</i>
    Regards

  • Search help for WBS element on timesheet

    Hi,
    We are using EA-HR 6.00 (webdynpro)
    Is it possible to change the search help for the WBS Element field that appears on the Record Working Time timesheet?
    There appears to be a table called TCATS_SHLP_ITS, but is this not for the old ITS version and not the new webdynpro version?
    The client would like to use a different search help when they choose the dropdown on the timesheet but I can't seem to figure out if this is possible.
    Thanks.

    I guess I'll retract my question, as making change to table TCATS_SHLP_ITS is making a difference on my WBS element dropdown... just need to get it to work properly now.

  • Search help for user field for WBS element

    Hi,
    how can I add a search help to one of the user fields for WBS elements without modification? Is there an exit which I can use? I want to have a search help for field PRPS-USR02.
    Thanks for your help.

    Hi
    Create an elementary serach help using the Table USR01 or USR03
    see the steps
    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.
    CREATION:
    Go to SE11  Tcode
    select search help
    give the 'z' search help name and create
    select the selection method ur table name eg : 'mara'
    dialog module 'display value immediately'.
    add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.
    where left position when displaying and spos = search position
    and then save and activate ..
    See the links:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=2176485
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=3601619
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_exit.htm
    https://forums.sdn.sap.com/click.jspa?searchID=4390517&messageID=1712818
    Regards
    Anji

  • WBS element field in transaction CS71-F4 help is not working in ECC 6.0

    Hii
    In SAP, while working in SAP 4.7, tcode cs71, WBS element is coming via F4 Help. But after upgradation to ECC 6.0 EHP 5, this F4 help is not working. I can enter value manually.but F4 help is not working.
    Please Help.

    Hi,
    You can do it manually too
    1.  Choose function group 'CSDI' via Transaction SE80.
    2.  Choose screen '0260'in the 'Screens' area and switch to change mode
    3.  Choose the 'Element list' tab index.
    4.  In this area, choose the 'Reference' tab index and enter the value
        'PRP' in the 'Search help' column in the line for field
        'RC29N-PSPNR'.
    5.  Save your change and regenerate the screen.
    6.  The correct input help for the WBS element is now available in the
        initial screen of Transaction CS71/72/73.
    I hope F4 helps works for "Existing WBS BOM's" in CS71 after this
    Refer to Note : 714824 as well , it has reverted back the changes done by note : 422265
    Regards
    Gaurav

  • Input help for cost center & WBS element not working

    Hi ALL
    We are using SRM 4.0 with backend ECC 5.0.
    Input help for attributes cost center (CNT), WBS element (PRO) are not functioning.
    When tried to search for input help (F4) on the above attributes, I am getting message "Display not possible (Inconsistency in the input help)".
    I even applied SAP note 746788 for cost center search help.
    Can you tell me if I have missed any config settings?
    Thanks in advance
    Jagdish

    Hi,
    Did you managed the transactional RFC destination in the customizing (where you define all your log. systems it is an additional field in the table control).
    Regards.
    Vadim

  • Seach help of WBS element in CAT2

    Hi All
    Is there any way to change the seach help of Receiver WBS element in the CAT2 worklist . I need to get only the WBS elements which are assigned to the relevant person. (standard progam is displaying all the WBS elements)
    Thanks.

    Hi Pradeep,
    This is purely technical.
    Take the help of an abaper.
    Maintain a Ztable with Personnel Number and the WBS Elements.
    Now a Search help has to be created for the fields in the Ztable. Im not sure if u need to use a checktable also to validate.
    Use this search help in the table CATSD for the field RPROJ (WBS).
    Im not completely sure if this will work out. But i have tried it for other fields in some infotype.
    This can be done only by an abaper. You can take the help of an abaper and get it done.
    Regards,
    Brinda L

  • ESS CATS - Restrict WBS elements in Search

    Hi,
    Can anyone point me at a user exit or BADi I can use to restrict the WBS elements returned in the search help from Record Working Time WebDynpro  timesheet? 
    TIA
    J

    Hi Jambo,
    Check with Content administrator if the search could be disabled at Service level. I think there are some options there.
    If this helps, pl do reward
    Thanks
    Narasimha

  • Search help on screen elements

    Hi I have a screen where I need to include a seach help on the screen element.  The element itself is just a generic char 8 field with no dictionary reference.  I have tried using the VRM_SET_ VALUES in the PBO but as soon as I press enter it looses the value selected. So I have now tried the using the process on value_request but despite finding and populating 138 values in the search help pop up, the actual pop up screen shows a blank list, with the text at the bottom saying 138 values.
    Any ideas what I am doing wrong?
    Set list values
        call function 'VRM_SET_VALUES'
          exporting
            id              = lv_vrm_id
            values          = it_values
          exceptions
            id_illegal_name = 1
            others          = 2.
        if sy-subrc <> 0.
       MESSAGE I000 WITH 'Failed to populate username list values'.
        endif.
    process on value-request.
      field my_field module fill_my_field.
      call function 'F4IF_INT_TABLE_VALUE_REQUEST'
        exporting
          retfield        = 'MY_FIELD
          dynprofield     = 'MY_FIELD'
          value_org       = ' '
          dynpprog        = progname
          dynpnr          = dynnum
        tables
          value_tab       = it_values "it contains 2 fields that will be shown in the list box
        exceptions
          parameter_error = 1
          no_values_found = 2
          others          = 3.

    I'm still having problems with this.  Here is my VRM set values - the problem I have with this is as soon as i choose a value from the list and press enter, the value dissappears from the screen element:
    data: lv_vrm_id(80)    type c.
        data: lv_key(3)        type n value 1,
              lv_index         type sy-tabix.
        data: it_values  type standard table of vrm_value,
              s_values   type vrm_value.
        lv_vrm_id = i_type.
        lv_key    = 1.
        clear it_values.
        loop at it_cabn into s_cabn
                        where ATNAM = i_type.
          read table it_cawn into s_cawn with key atinn = s_cabn-atinn
                                         binary search.
          while s_cawn-atinn = s_cabn-atinn.
            lv_index = sy-tabix.
            s_values-key  = 1.
            s_values-text =   s_cawn-ATWRT.
            condense s_values-text.
            append s_values to it_values.
            add 1 to lv_key.
            lv_index = lv_index + 1.
            read table it_cawn into s_cawn index lv_index.
            if sy-subrc <> 0.
              exit.
            endif.
          endwhile.
        endloop.
    * Set list values
        call function 'VRM_SET_VALUES'
          exporting
            id              = lv_vrm_id
            values          = it_values
          exceptions
            id_illegal_name = 1
            others          = 2.
        if sy-subrc <> 0.
    *    MESSAGE I000 WITH 'Failed to populate username list values'.
        endif.
    And here is my code for the F4 lookup - the problem here is that the search help pop dispklays nothing depsite saying it has 138 values.  I am wondering if its my it_values that is the wrong format, or is it the fact that my field type doesn't point to a dictionary element?
    TYPES: BEGIN OF ty_values,
               type(8),
               descr(20),
             END OF ty_values.
      DATA: it_values TYPE STANDARD TABLE OF ty_values,
            s_values  type ty_values.
      data: lv_key(3)        type n value 1,
            lv_index         type sy-tabix.
    * Build lookup values for wood type test
      clear it_values.
      loop at it_cabn into s_cabn
                      where atnam = i_type.
        read table it_cawn into s_cawn with key atinn = s_cabn-atinn
                                       binary search.
        while s_cawn-atinn = s_cabn-atinn.
          lv_index = sy-tabix.
    *      s_values-key  = 1.
    *      s_values-value1 =   s_cawn-atwrt.
          s_values-type =   s_cawn-atwrt.
          append s_values to it_values.
          lv_index = lv_index + 1.
          read table it_cawn into s_cawn index lv_index.
          if sy-subrc <> 0.
            exit.
          endif.
          add 1 to lv_key.
        endwhile.
      endloop.
    DATA: progname TYPE sy-repid,
          dynnum   TYPE sy-dynnr,
          dynpro_values TYPE TABLE OF dynpread,
          field_value LIKE LINE OF dynpro_values.
      progname = sy-repid.
      dynnum   = sy-dynnr.
      call function 'F4IF_INT_TABLE_VALUE_REQUEST'
        exporting
          retfield        = 'ATWRT'
          dynprofield     = 'TYPE'
          value_org       = ' '
          dynpprog        = progname
          dynpnr          = dynnum
        tables
          value_tab       = it_values "it contains 2 fields that will be shown in the list box
        exceptions
          parameter_error = 1
          no_values_found = 2
          others          = 3.
      if sy-subrc <> 0.
      endif.

  • Change data element in search help

    Hi at all,
    how can i change the data elemte of an parameter in the search help?
    The selektion method of the search help is a view and the data element comes from the DB.
    Maybe it is possible to change the length of the parameter in the result list? That would help, too!
    Thanks in advance.
    Regards

    Alexander,
    see this code bellow:
    REPORT  zsearch.
    TYPES:
    BEGIN OF ty_scustom,
      id   TYPE scustom-id,
      name(8) TYPE c,
    END OF ty_scustom.
    DATA: wa_scustom TYPE ty_scustom.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-002.
    SELECT-OPTIONS s_name FOR wa_scustom-name NO INTERVALS OBLIGATORY.
    SELECTION-SCREEN END   OF BLOCK b1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_name-low.
      PERFORM f_select.
    *&      Form  f_select
    *       text
    FORM f_select.
      TYPES: BEGIN OF ty_data,
            name TYPE scustom-name,
            END OF ty_data.
      DATA: tl_data TYPE STANDARD TABLE OF ty_data,
            wl_data TYPE ty_data,
            tl_return TYPE STANDARD TABLE OF ddshretval,
            wl_return TYPE ddshretval.
      SELECT  name
        FROM scustom
        INTO  TABLE tl_data.
      CHECK sy-subrc = 0.
      SORT tl_data BY name.
      DELETE ADJACENT DUPLICATES FROM tl_data COMPARING name.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
    *   DDIC_STRUCTURE         = ' '
          retfield               = 'NAME'
         value_org              = 'S'
        TABLES
          value_tab              = tl_data
    *   FIELD_TAB              =
         return_tab             = tl_return
      EXCEPTIONS
          parameter_error = 1
          no_values_found = 2.
      IF sy-subrc = 0.
        READ TABLE tl_return INDEX 1 INTO wl_return.
        CHECK sy-subrc = 0.
        s_name-low = wl_return-fieldval.
      ENDIF.
    ENDFORM.                    "f_select
    Is it helpful? In search help show full name, but in parameter, only 8 first chars. Is it what you want to do?
    Regards,
    Rodrigo

Maybe you are looking for

  • Visual Voicemail prroblem

    Hello, I have a Z10 on Bell.  I have Visual Voicemail which seems to work most of the time. I've noticed a few times that the VV app will not download messages from the mailbox.  I get an error saying "You have new Visual Voice Mail messages that can

  • Grid in pages

    Hi. Im new to Pages and im curious if there is such a thing as a grid that can be switched on and off ? Im trying to lay out photographs and text with consistency. Thanks.

  • JDBC Adapter. Help required

    Hi All, Can JDBC Adapter be used for calling API for stored procedures of database. If yes please send blogs/docs for it. Regards

  • Taking backup of Log Files....

    Hi friends,am using the java.util.logging package to develop the logging for my Multithreaded socket server application.Server is going to run any time so it will appends the data into the log file.I need to take backup of the log files per day witho

  • Can only access one web site

    I can only access one web site . www.cisco.com. I am connected to the internet via a lynksys DSL Router, I am using dhcp and NAT from the Lynksys note:works fine for 3 other windows based pc's. when I try to connect to any other site the page Hangs d