CAT 2 WBS Element drop down

Hi,
Could anyone please tell me, how could i fulfill the following requirement.
When a user enters his/her time sheet he/she only wants to see the WBS elements which they are assigned to and not all in the drop down list.
Best Regards,
Roville

Hi,<br>
I believe you have to enhance CATS, you need to add a Z field to hold WBS and write the custom search same as WBS field but in the select modify the query.
Then once the user saves the values , the value from z field needs to transfered to Standard WBS.
Display the z-WBS in profile
User exits:
CATS0001 (Set up worklist): This one defines a worklist in the upper part of the CATS screen
CATS0002 (Supplement recorded data): Here you can add values to customer defined additional fields or even modify the data entered by the user
CATS0003 (Validate recorded data): This one is to check entries for whatsoever
CATS0004 (Deactivate functions on the interface): CATS got a lot of buttons. Here you can get rid of the ones you don't need.
CATS0005 (Customer field enhancements): You can add fields to CI_CATSDB here to later on use to display or enter additional data
CATS0006 (Validate entire time sheet): Mainly serves to validate the hours entered if you don't use HR
CATS0007 (Subscreen on Initial screen): Customer popup, defines data valid for the entire time sheet(row) 
CATS0008 (Determine recipients for the approval workflow): You can connect CATS to a standard workflow so that superiors can approve times entered before they are transferred (HR, CO, PS...)
CATS0009 (User-Defined Text Fields in the Data Entry Section): You got two 40 character text fields in the data entry part you can fill with this exit - display only
CATS0010 (Display User-Defined Fields in the Worklist): Same as above for the worklist
CATS0011 (Customer-Defined Functions): Add your own functions to the menu
CATS0012 (Customer Subscreen): Define CATS header
CATP0001 (Determine Target Hours): Define your own target hours 
Good luck<br><br>
Thanks,
Amosha
<br><br>"Known is a drop & unknown is an OCEAN!"

Similar Messages

  • Element drops down below float in IE6 [was: Easy one... for you at least!]

    Ok, has to do with Box Model or the chronic incapacities of those for Microsoft, from what i read. But this one is out my my my my my mind, or i am too tired to see.
    Here is the CSS
    margin:0;
    padding:0;
    line-height:130%
    img {
    display:block;
    border:none;
    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align:center;
    background-color:#006699;
    #mainDiv {
    position:relative;
    margin:auto;
    width:954px;
    background-image:url(francais/html/images/fond40.jpg);
    #contenuTop {
    padding-top:200px;
    #left {
    background-color:#CC6633;
    float:left;
    #right {
    background-color:#FF9900;
    height:500px;
    margin-left:694px;
    Here is the HTML
    <div id="mainDiv">
      <div id="contenuTop">
      <div id="left"><img src="694x385/20040604-00098.jpg" alt="" width="694" height="385" /></div>
      <div id="right"><img src="francais/html/section40/page41/images/titre41.gif" alt="" width="260" height="69" /></div>
      </div>
    </div>
    Here are screenshots form Browser Lab. First from IE7 then from IE6. Why the hell is it different???? There is no padding, nor width of any kind anywhere???
    [Subject line edited by moderator to indicate nature of question]

    What does seem to work in IE6 is to give left div a width of 694px,   and right div a width of 260px, float right and margin-left: 0, and set the maindiv to width 954px.
    I did not check this in IE7, since it really does not answer your question.  Just thought you might like to know in case no other solution is forthcoming.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Navbar portlet - category drop-down doesn't work

    Hi all,
    I've got a content area CA, in which I have defined a category CAT. In CA I have created a folder F with a text item ITEM to which I have assigned the category CAT. The folder's navigation bar I have published as a portlet. One of its elements is a category drop-down list. I then added the navbar portlet to my page. If I navigate to the page and chose CAT from the drop-down, I get the following error:
    Error: No page has been created for this Content Area (WWS-32141)
    Interestingly, if I change the display from drop-down to links, and then click on the CAT link, ITEM is successfully retrieved. (This will, however, not be practical for my site.)
    If I navigate to the content area, the drop-down works fine and retrieves ITEM in the result set.
    The same problem occurs with all categories and perspectives, independent of whether they're shared or folder-owned.
    We're running Portal 307 on Solaris.
    Can anyone help?
    Thanks
    Stefan

    Stephan,
    I had exactly this problem with 9i on NT, interestingly it has now started working and I wish I knew what I had done !. I think you might find that if you create the Content Area from scratch and use the default navigation bar it may work, also I found that the drop-down list worked from a page from the start. Good luck.

  • How to capture selected value from drop down by index

    Dear friends,
    i want to capture the value of select value from drop down by index, for eg if  select air france, how to capture , could any one please let me know
    Thanks
    Vijaya

    Hi Vijaya,
    You can get the value of selected from drop down as below
    Check out the event handler method attached to Onselect event of the ui element drop down by index , if no event is associated, then create an event and attach to the drop down list
    Now you will be having the CONTEXT_ELEMENT in the WDEVENT parameter
                   data lo_element type ref to if_wd_context_element.
                   lo_element = wdevent->get_context_element( name = 'CONTEXT_ELEMENT').
    Now, you can get the static attribute value of selected  drop down value & let us say your drop down list values are populated from context node 'ND_DRP_DOWN'
                   data ls_data type wd_this->element_nd_drp_down.
                             lo_element->get_static_attributes(
                                       importing
                                       static_attributes = ls_data ).
    Hope this helps you.
    Regards,
    Rama

  • How to add customized value to drop down by index binded to model attribute

    i have to Ui element Drop down by index to which i have binded model attribute for populating the values, now i want to add a customized value to it like "choose all".
    how can i do this ??
    Thanks and regards,
    Aditya Deshpande

    Create a value node similar to model node. In value node you can add element at the index wherever you want to:
    wdContext.node<nodename>().addElement(<index>,<element>);
    Regards,
    Murtuza

  • Multiple drop down menu items to populate the a separate text box...more help please

    Thanks to Gilad D67 for showing me how to have multiple drop down menu items appear in a separate text box. This stuff blows my mind. Is there any script I can use to make a new drop down menu item appear in the same text box, but on a new line below a previous entry. For example. I select 'cat' from my drop down menu and it appears in my text box. Now I choose 'dog' from my menu and it appears in my text box like so  'cat dog.' Is there any way I can make 'dog' go straight to a new line automatically without having to manually go into the text box and change it?
    cat
    dog (new selection goes straight to a new line)
    Now, I don't have a clue if this is also possible, but imagine, I don't like my drop down menu selection of 'dog' and I go back into the menu and I change to 'rat' but in the text box, 'dog' still appears and 'rat' is added. Do I have to manually delete 'dog' from the text box or is there script that can do this for me.
    Any assistance would be incredible. It amazes me how people know this stuff.
    This is the script I have so far
    (function () {
        // Do nothing if not committed
        if (event.willCommit) return;
        // Set up an array to hold the individual paragraphs of text
        var aQuotes = [3];
        // Populate the array with the paragraph text
        aQuotes[0] = "Use common singular nouns, plural nouns [plural ‘s’] and proper names to say what things are"
        aQuotes[1] = "Use numbers 1–10 to count"
        aQuotes[2] = "Use basic adjectives and colours to say what someone/something is or has"
        // Get the selected item, which is the export value of the selected combo box item
        var item = event.changeEx
        // Display the text corresponding to the selected item in the text field
        getField("Text30").value += " " + aQuotes[item];

    You have to set the option for the text field to be multiline and then change the last line of the script to:
    getField("Text30").value += "\r" + aQuotes[item];
    To reset the field you can use a separate button with a Clear Form command, and then you just select this one field from the list.

  • Query on Drop Down .

    I am modifying SRM screens .
    I want to put a drop down field on the SRM screen and the Drop down values should be taken from a Z table .
    Can somebody guide me on how to go about it ?
    Values should be taken from Z table .
    Regards ,
    Ambar

    Hi,
    If this is a Web Dynpro screen you can do it as follows.
    Use the UI element Drop down by Key.
    Write the below code in the WDDOINIT to initialize the drop down  values.
    DATA : lo_nd_self_book_ui TYPE REF TO if_wd_context_node,
             nodeinfo_self_bk TYPE REF TO if_wd_context_node_info.
      DATA: lt_value_set  TYPE TABLE OF wdr_context_attr_value,
            ls_value      TYPE wdr_context_attr_value.
      DATA : lt_resp_rm_org TYPE /mrss/t_resp_rm_org_tab,
             ls_resp_rm_org TYPE /mrss/t_resp_rm_org.
    SELECT * FROM ztable  INTO TABLE lt_resp_rm_org
      LOOP AT lt_resp_rm_org INTO ls_resp_rm_org.
        ls_value-value = ls_resp_rm_org-resp_rm_org.
        ls_value-text  = ls_resp_rm_org-description.
        APPEND ls_value TO lt_value_set.
        CLEAR: ls_value, ls_resp_rm_org.
      ENDLOOP.
      lo_nd_self_book_ui = wd_context->get_child_node( name = wd_this->wdctx_self_book_ui ).
    nodeinfo_self_bk = lo_nd_self_book_ui->get_node_info( ).
      nodeinfo_self_bk->set_attribute_value_set( name = 'RESPONSIBLE_RM_ORG' value_set = lt_value_set ).
    Regards,
    Priya

  • Doubt in CJ02N to find the WBS elements

    HI All.
    I have to fetch WBS elements from transaction code CJ20N.
    I need to fetch all WBS number based on first one (PROCUERMENT) which s BOLD in example.pls refer this example
    Eg: PROCUERMENT u2018S WBS element is ADGAS714.2.1
    UP       ADGAS714.2 (it contanis no of WBS elements)
    DOWN     ADGAS714.2.11 (it contanis no of WBS elements refer below)
    RIGHT    ADGAS714.2.2 (it contanis no of WBS elements)
    For DOWN have WBS element as follows
    UP       ADGAS714.2.1 (it contanis no of WBS elements)
    DOWN     ADGAS714.2.111 (it contanis no of WBS elements)
    LEFT    (blank)
    RIGHT (blank)
    How to find ? any BADI is there?
    Please help me to reslove this issue.
    Thanks.
    Jay

    You can get WBS  element details from these tables.
    PRPS
    PROJ

  • Avoiding server events of drop downs, table rows--serious discontent:Users

    Hi All,
      We have developed Timesheet, satffing request system, Visa Requisition System, Dash board using WEB DYNPRO for JAVA. Each application has UI elements->drop downs,Table.
    <b> We are facing serious discontent from onsite users( US,Germany, UK etc..) who get lot of server events while using each UI element( mentioned above). "It is absolutely unfriendly" is the comments we are getting from users</b>.
    <u>CAN'T WE AVOID THIS....by upgrading EP version(currently we are using 6.40) or some other way.....</u>
      Please let us know how can we OVERCOME this issue...
    Thanks in advance,
    Gangadharayya.

    Hi,
    See if you can find the "CompatibilityMode" property for the table. Set this property to "nw04plus" value. This should eliminate your issue.
    Hope this helps.

  • Settlement of WBS element down payments to an asset under constructions

    The down payment (of the transactions tcode F-47 and tcode F-110), are
    always settlement wbs element (tcode CJ88), we do not want to post down
    payments to the receiving asset under construction (transaction type
    180 or 181).
    In the down payments are always taken into account in the settlement to
    an asset. The settlement of the down payment is the actual reason for
    the previous update of down payments in FI (Transaction type group
    15). Furthermore, the settlement of down payments to assets should
    not be capitalize.

    When you search on this forum try to put Date range "ALL" to get more results. Please read below threads and you will get the solution.
    MIRO:Transaction in area 15 contradicts the net book value rule
    Transaction in area 01 contradicts the NBV
    Looks like you have a negative balance in your WBS which you are trying to settle to FA.

  • Year in drop down appears  using web elements as decimal

    Year field in database as number. I used crystal web element and deployed report in Infoview. But LOV for Year appear as decimal eg: 2,011.00. How to convert to number format as eg: 2011

    Hi,
    I am using the below code in sub report:
    stringvar field4:=left(replace(cstr({AllData.SLS_YR}),",",""),4);
    And using the below code in main report
    WESelect ("Year", P1L4,P1L4,cstr(year(CurrentDate)),MultiSelectfont)
    I am getting drop down with out decimals but current year is not appearing on top instead 2010 appears in infoview.
    Any help appreciated.

  • OnSelect event for a Drop down UI Element in Webdynpro ABAP Select Options

    Hi Experts
    We have built our UI based on the webdynpro ABAP Select Options. We have a requirement that, when we change the value of a drop down box in the UI, I need to hide some fields. Can anybody help me out in handling of OnSelect event of a drop down box built using webdynpro ABAP Select Options. We are on SAP Netweaver 7.0 EHP1.
    Rrgards,
    Srikanth.
    Edited by: Srikanth Kancherla on Apr 29, 2010 10:43 PM

    Hi Srikanth,
    as you seem to be already aware, the component is dynamically built.
    so you would have to enhance the code that builds the element and insert a reference to a new action (enhancement) that could handle the onSelect event.
    What is it about this that you particularly want help with?
    Cheers,
    Chris

  • How can I add values on a Drop Down by Index Webdynpro Element?

    Hi every body
    Can anybody help me?
    How can I add values on a Drop Down by Index Webdynpro Element?
    How can I invoque my element on the Implementation Webdynpro?

    Hi Jesus,
    You can add elements to your DDbyIndex like this:
    //Example: Popular un Dropdown by Index usando Nodos de contexto  
    // NODE[Card: 1..n, Sele:1..1]  Si es obligatorio;            ||    NODE[Card: 0..n, Sele:0..1]  Si no es obligatorio y se puede dejar en blanco
    //Assuming we created a node called "Source", with a string attribute called "Texto" binded to the dropdownbyindex
    for (int i = 1; i <= 101; i++)
         ISourceElement sourceElement = wdContext.createSourceElement();
           sourceElement.setTexto("Text number "+i);
           wdContext.nodeSource().addElement(sourceElement);
    Regards.
    Julio Herrera

  • How can I add values on a Drop Down by Index Webdynpro Element by a Model?

    How can I add values on a Drop Down by Index Webdynpro Element with a Model RFC?

    Hi Jesus,
    Please use the below code for DropDownByIndex Elements :-
    Suppose you have model node ABC and attribute xyz. Now you have created custom node CustNode and attribute CustAtt.
    ICustNodeElement  ele = null;
    if(wdContext.nodeABC().size > 0)
                  for(int i=0; i< CustNode< wdContext.nodeABC().size; i++
         ele = wdContext. createCustNode();
                          ele.setCustAtt(wdContext.nodeABC().getABCElementAt(i).getXYZ)
         wdContext.nodeCustNode.add(ele);
    Refer to http://help.sap.com/saphelp_nw70/helpdata/en/3b/f1754276e4c153e10000000a1550b0/frameset.htm
    Best Regards
    Arun Jaiswal

  • Unable to expand drop down by index UI element

    Hi,
    I have got one Drop down by index in my webdynpro form and I want to bind this to backend data. For this purpose, I created one adaptive rfc model  and also did all this model binding, context mapping etc.
    Now my context in view  looks like this :- GetDropDown_Mn (parent node) , this has got child Output_DropDown which again has two value attributes Name and Text.
    This is component controller code where you bind and invalidate
    __Shell__Ca_Read_Cr_Drbox_Val_Input dropdown = new __Shell__Ca_Read_Cr_Drbox_Val_Input();
            wdContext.nodeGetDropDown_Mn().bind(dropdown);
            wdContext.currentGetDropDown_MnElement().modelObject().execute();
            wdContext.nodeOutput_DropDown().invalidate();
    I then tried to bind my UI element in view with Name attribute , but when I try to run my application , the field appears as read only, kind of non editable (blocked) and I am unable to expand my dropdown.
    The readonly property of UI element is false. I have hard coded one value like " Please select from drop down list " and I want the backend values to come below this. For this, I have written code to append the backend values with the hardcoded value. Now the problem is my dropdown is blocked  and not able to expand ( unable to click the arrow button), and I cannot see the other values in dropdown except the hard coded value.
    Can someone please help me on this. 
    The cardinality of context node is 1..n, selection = 0..1 and I have set Leadselection = -1.
    Thanks and regards,
    Sai

    Hi Sai,
    You can use the below code to add the please select in ur drop down in wdInit() method
    wdContext.nodeVn_Node().currentVn_NodeElement().setVa_Attribute("-Please Select-");
    please use the name of node as u have created in the context.
    and after that please check if yoy are getting values from RFC call or not.
    if you are getting the values then try to change the selection property of that node to 1..n and comment the lead selection line that you have written.
    hope this will help.
    Regards
    Narendra

Maybe you are looking for