Header information not displaying in ABAP Webdynpro record working time

1. I am not seeing the header information, personnel number, name, cost center, on the ABAP Webdynpro record working time timesheet. When I run the timesheet profile in CAT2 the header contains the personnel number, name, cost center, but these do not display when the ABAP Webdynpro timesheet is run
2. Is there a version of the ABAP webdynpro timesheet that prompts for the personnel number, date and profile prior to executing the timesheet?  I want to define an ESS link for managers to update timesheets of individual teammates.  The teammate do not necessarily have to be their direct reports

Hi David,
CATS Webdynpro application is a OIF fpm. Please check if you have performed the FPM IDR configuration properly.
In standard, the ESS CATS does not prompt for the personnel number except in CE scenario. In MSS addon, you have an option to launch the ESS CATS application on-behalf of the employee. Please refer to the sap library documentation.
Hope this helps,
Regards,
Roy

Similar Messages

  • Webdynpro record working time general

    Dear Expert,
    I have a general question. Previously my company is using EP 6 with some transaction iview and they have upgrade to EP 7 with ECC 6.
    My question is
    1) Which webdynpro page should i use if i wanted to let the employees to key in over time.
    2) Which webdynpro page should i use if wanted to let the employees to record their attandance.
    3) Is there any standard workflow for overtime request and attandance request.
    4) Where can i specify the workflow to use as like what i can specify for the leave.
    Thanks in advance
    Regards
    Bryan

    Hi Lee,
              As u know that we have some standerd Business Packages for ESS/MSS, when we download it we will get some pre defined Roles, worksets, pages with  iviews.
             According to ur (2) point we have a  Workset called Working Time --> Record Working Time --> u can record their attandance.
    let me know if its help ful.
    Regards,
    Kishore

  • Webdynpro record working time general question

    Dear Expert,
    I have a general question. Previously my company is using EP 6 with some transaction iview and they have upgrade to EP 7 with ECC 6.
    My question is
    1) Which webdynpro page should i use if i wanted to let the employees to key in over time.
    2) Which webdynpro page should i use if wanted to let the employees to record their attandance.
    3) Is there any standard workflow for overtime request and attandance request.
    4) Where can i specify the workflow to use as like what i can specify for the leave.
    Thanks in advance
    Regards
    Bryan

    Hi Lee,
              As u know that we have some standerd Business Packages for ESS/MSS, when we download it we will get some pre defined Roles, worksets, pages with  iviews.
             According to ur (2) point we have a  Workset called Working Time --> Record Working Time --> u can record their attandance.
    let me know if its help ful.
    Regards,
    Kishore

  • Image UI element is  not displayed in Abap webdynpro application

    Hi Experts,
    I need your advice on below issue.
    I have created new ABAP Webdynpro application just to
    display employee photo.
    When loading the application, I generated a dynamic URL for
    a image in webdynpro application path in cache to map to Image UI Element. It
    is working well in DEV and QA environment. But it is not displaying when loaded
    in PRD system.
    Please suggest where to check the cache properties in system
    in order to resolve this issue.
    The user can access the application path, is there any chance for security issue in the same path?
    I suspect the URL is cleared before user access it, can it be controlled via any config?
    Looking forward for your valuable inputs.
    Thanks,
    Swetha

    HI Swetha,
    Maybe the image is not present in MIME repository for the PRD system.
    Please check.
    Regards,
    Hancila

  • Data is not displaying using ABAP WebDynPro

    Hi,
    Thanks in Advance.
    I am trying to get the data of field AUFNR and KTEXT from AUFK table into Layout.
    These are the attributes of Change Node
    Node Name            PROD_ORDER
    Interface Node                   : No
    Input Element (Ext.)           : No
    Dictionary structure AUFK
    Cardinality                    :      0..n
    Selection                     :       0..1
    Init. Lead Selection       :   Yes
    Singleton                     : No
    Supply Function
    Mapping Path
    Method :
    I have written the following code to fetch the data from AUFK table
    method WDDOINIT .
    Data: it_AUFK type standard table of AUFK,
          context_node type ref to if_wd_context_node.
    select AUFNR KTEXT from AUFK INTO table it_AUFK.
      if sy-subrc eq 0.
        context_node = wd_context->get_child_node( name = 'PROD_ORDER').
        context_node->bind_table( it_AUFK ).
      endif.
    endmethod.
    There is no syntax error and getting activated. But while testing no data or even column is displaying into browser. It is blank page.
    Am not sure where I am wrong. Please assist me.
    Thanks

    Hi ,
    Check this for testing purpose :
    Afer you have binded the internal table to the node , check if node has some vlaues in it or not :
    Use this code to get the data of node into an internal table and see if the node is getting populating with data  or not :
    DATA lo_nd_cn_table TYPE REF TO if_wd_context_node.
        DATA lo_el_cn_table TYPE REF TO if_wd_context_element.
        DATA ls_cn_table TYPE wd_this->element_cn_table.
    DATA it_table  TYPE wd_this->elements_cn_table.
    *   navigate from <CONTEXT> to <CN_TABLE> via lead selection
        lo_nd_cn_table = wd_context->get_child_node( name = wd_this->wdctx_cn_table ).
    *lo_nd_cn_table->get_static_attributes_table( IMPORTING table = lt_table).*
    <CN_table is my node binded to table.>

  • ESS Record Working Time - Display 2 weeks

    We have a requirement to display two weeks on Record Working Time portal.  Users would like to enter time for both the weeks at a time.  Rest of the screen should work as is.
    Is it configurable?  If so, please provide the detailed steps.
    Is there a solution without modifying java web dynpro component?  If not, can you provide which part of web dynpro need to be changed? 
    Any related details would help a lot.
    Appreciate your time!
    Thanks
    Sat

    >
    Sat wrote:
    > Is it configurable?  If so, please provide the detailed steps.
    > Is there a solution without modifying java web dynpro component?  If not, can you provide which part of web dynpro need to be changed? 
    > Sat
    NO.. in the Current  Record Working Time WebDynpro Java Application, only Daily & Weekly Views are available. There is no other option & adding the biweekly view will be a HUGE Development effort involving both frontend & backend changes as well.. Not sure if it is worth the trouble..
    ~Suresh

  • Recording Working Time issue

    Hello Guru's,
    We are working on Time Management and for this we are using Working Time iView in Employee Self-Service role.
    We are using Record Working Time and in this we record the working times and in the WBS Element cell there is option like F4 which opens up a popup and we can search for Projects (or WBS element) I want to make changes to that screen.
    Please guide me where to do the changes for that?
    I looked into the code but couldn't find.
    Thanks in Advance for your time.
    Regards,
    Pramod

    Hi Pramod,
    In order  to modify the standard webdynpro record working time application , you have to do below steps.
    Import source code ( XSS Components ) in NWDI
    Create a track.
    From Developer studio , connect to DTR and  check out the source code .
    Create the sap.com/ess~cat (DC') project in NWDS.
    Modify the standard SAP code as per your needs .
    Refer JDI Cookbook for ESS.doc for above tasks.
    Thanks
    Aravinda

  • Record Working Time - Approve Status

    Hi,
    How can an Employee checks whether his Time has been approved or not? I am in "Record Working Time" iView in Portal, i wasn't able to see any status on previous timesheets/weeks whether the time has been approved by the manager or not.
    Please advice.
    Thanks
    Vijay

    We can see on Daily View by clicking on DETAILS link on each line.

  • SMS text message header does not display sender information

    When I receive a text message the only header information that displays is the date and time.  The senders information does not display.  The lines are not even there.  There is no way to reply to a text message or tell who the sender is.  This problem is only with SMS messages.  Regular email headers display just fine.  I have done a wipe, reset, reload, everything possible with no luck.  I am the only one in my office with this problem.  I have not been able to find any information or postings from anyone having the same problem.  I can read the text message, but there is no header (except for the date and time).  Any thoughts?
    Blackberry Curve 8350i

    I was able to resolve the problem by uninstalling the Blackberry desktop manager software and reinstalling it selecting Internet Email vs. Blackberry Enterprise Server.  If you get to the screen that asks you to choose which type of email service you use and you accidentally choose the wrong one your phone will work but will do strange things, including sending all sorts of redirect emails.  For me, this seemed to do the trick.

  • Div header tag - not displaying correctly

    I thought I had resolved an issue with a div header tag, but - as per a reply in my 'text as gif' thread, possibly not!
    The header contains three images; a logo, a banner (text), and a picture of a castle.  These should display in a  line.
    When I first set it up, I realised that the castle picture was normally ending up below the other two on smaller screens etc. 
    So I changed the dims for my div container from min 760px/max 1260px, to a set width (960px).  I then rejigged the three images so the widths were within 960px, with some to spare for the spacing (total widths of the three are 900: hspacing another 20 pixels).  There is no padding/borders defined.  Therefore the total should be well within the 960 width (?).
    It looks fine on my PC (widescreen); in 3 browsers, using the restore down menu command (ie to make it not full screen), and by  using the Dreamweaver multiscreen preview (phone, tablet, smaller desktop).  It wasn't ideal (as scrolling required), but at least meant the header (and the rest of the screen) displayed correctly, ie in a horizontal line (and then sidebar - content - sidebar).
    If I set my container width much smaller, most of the screen will be green (the body) in big screens.
    If I rejig the dimensions, it's all a bit hit and miss (and why don't the current dimensions work?).
    Do I need to define the width of the header (as well as the container)?
    Help!  Thank you
    http://hertfordcarnival.org.uk/dev/Index.html

    Hi there, I started off using one big image, but it didn't look right with regards to size and placing (ie I wanted the logo on the left edge, the castle on the right edge, etc). When you say slice, what do you mean?  One image in from fireworks, and then ... ? Thanks again
    Date: Wed, 7 Dec 2011 01:37:10 -0700
    From: [email protected]
    To: [email protected]
    Subject: Div header tag - not displaying correctly
        Re: Div header tag - not displaying correctly
        created by osgood_ in Dreamweaver - View the full discussion
    Datafan55 wrote: I thought I had resolved an issue with a div header tag, but - as per a reply in my 'text as gif' thread, possibly not!  Why not just use one big image  then you wont have a problem of with the alignment. Certainly don't use 'vspace' and 'hspace' to position the images. If you want to use 3 seperate images start by setting them us as one complete image then slice it into 3 images. Then use the following css to position the images side by side. #header img If the total sum of the width of the images is the same or does not exceed 960px then the images should be in a nice row side by side. They will actually sit side by side without using 'float' but you'll get a small gap between them which will be added to the sum of the width which will exceed 960px causing the third image to drop onto the next line.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4068499#4068499
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4068499#4068499. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Can we display Approved Times as marked in Record Working Time Calendar

    Hi All,
    In the Calendar provided by Record Working Time iview,I could see the following three types of dates as marked
    1)Rejected
    2)Not Released
    3)Excess Time Recorded
    Similarly is it possible for us to mark the dates for which the OT is approved.
    Can some thing be done at the backend with configuration to achieve the same.
    We do not have NWDI to modify webdynpro code of the iview
    Regards,
    Santhosh

    The reason behind this was
    the descision to keep the interface simple: Highlighting should be used
    for records (or days on the calendar) for which action might be required
    by the user. No matter if a record is approved or still to be approved,
    the next step in the workflow is not for the user to perform but for
    the approver.
    If a record has been rejected, action is required by the user and
    therefore the record is highlighted. Currently, there are no plans to
    change this.
    This could be changed on a project-basis, of course. Such a change
    would require action in Java as well as in ABAP, since we do not
    transfer the status to the frontend except for the detail screen, which
    is for one record only. What would have to be done?
    1) Add a new semantic state "approved" to the DDic element used for
       semantic states.
    2) Set this semantic sate within the RFC-layer (using the method
       "build_timesheet", IIRC).
    3) Possibly do the same for the calendar as well.
    4) Adopt the Java-side to take this new semantic state into account.
    This would of course be a modification, so please understand that I
    just wrote down a rough outline of the changes that would have to
    be introduced. I didn't actually do an analysis or design for such
    a modification but simply noted all the steps that I am aware of that
    would have to be performed.
    Please refer the help.sap.com for further information on this
    or SPRO path.

  • MSS Record Working Times header

    I am losing the employee's name in the screen header when I use a custom Webdynpro Application Configuration for Record Working Times on Behalf of Employee in MSS.
    Here is what I've done...
    The ZHRESS_AC_CATS_1_CP_1 in the screenshot below is an exact copy of HRESS_AC_CATS_1. I did not make any changes to it.
    When I specify the standard HRESS_AC_CATS_1 in the Launchpad:
    This is what the Record Working Times header looks like:
    But when I specify ZHRESS_AC_CATS_1_CP_1 (EXACT copy of HRESS_AC_CATS_1) in the Launchpad:
    This is what the header looks like:
    Does anyone know why I'm losing the employee's name, and how I get it back?

    Hello David,
    I guess this is a limitation of CATS application.
    Please go through the below thread carefully. You can find the hint in Martin's reply.
    http://scn.sap.com/thread/2123734
    BR,
    RAM.    

  • ESS - Record Working Time Error Display and Approved Time in Calendar doesn't update color

    Hi Experts,
    We are using EHP7/NWBC. On ESS under Record Working Time when an employee enter time, system error message displayed on screen. Even through the message appears, employee able to submit time and manager can approve it.
    We would like to know, how to remove this error message. We tried through clearing error log but when employee logs back in, it again appears.
    And also, when Manager approves time, for the approved data Calendar doesn't get updated and employee don't have details that manager approved or not.
    Appreciate your response to resolve these two issues.
    Error Message Screenshot:
    Thanks,
    Ashish

    http://scn.sap.com/thread/3346594 http://scn.sap.com/thread/2135503

  • Ibook g4 that does not  display the battery meter, sound volume, tim

    I have an ibook g4 that does not display the battery meter, sound volume, time & day.When i move cursor over the area where they should be I see a spinning beach ball beach ball

    Choose Go to Folder from the Finder's Go menu and enter ~/Library/Preferences/ as the folder's path. Locate the item named com.apple.systemuiserver with or without a plist at the end, and drag it to the desktop.
    (10471)

  • ESS Record working time error "Profile not initialised" TS31000007

    Hi,
    This is with reference to approvals of Times in ESS . I have copied the task TS31000004  to my custom task. I have made a custom rule to determine the superior in the Z task i have created.
    Wehn i try to assign the Z task created  to the Data entry profile in the "with approval" section( *** use sap business workflow *** ) , it gives me an error "Profile not initialised" . If i remove the check box for "Use SAP Business workflow" and do not enter any task there, the record working time screen is shown in ESS.
    Any idea why it is giving the "Profile not initalised" when i assign the workflow in data entry profile.
    Your help is apprecaited.
    Regards
    PN
    Message was edited by:
            Portal Newbie

    Hi Haydn,
    I have check the wokflow through CAT2 in SAP R3. When i save the CATS record, it send a workflow task to the superiror identified through by custom rule.
    If i try it through front end ESS, the same is not working and is throwing "PROFILE_NOT_INITIALIZED" error.
    I have down the following
    1) Copy the standard task TS31000004 to ZTS31000004
    2) Assigned it as general task, assigned the custom rule in Default rules for agen determination
    3) Assigned the Task in Data entry profile, checked the box "Use SAP Business workflow" in data entry profile.
    4) In Portal i have registered the UWL system, note i am not getting the ZTS31000004 in UWL xml file.
    Do i need to ADD the new ZTS31000004 in SWFVISU and delete the standard TS31000004 provided and re-register system ?
    also do i need to create the events in SWETYPV for this Tasks as they are not present there?
    Your help is appreciated.
    Regards
    PN
    Message was edited by:
            Portal Newbie

Maybe you are looking for

  • How do I delete a movie (not bought from iTunes) and have it actually deleted from the library as well?

    How do I delete a movie (not bought from iTunes) and have it actually deleted from the library as well, I keep deleting stuff from iTunes to try and free up some space only to find the file still in the library?

  • Monitoring of materials used in projects

    hi, we use projects for construction projects.. at start of projects, we have list of all materials needed for the project (from estimating department) during the project, materials and qty have changes due to variations and wrong estimates at the en

  • How do I open a frame in a new window or tab?

    I want to be able to open frames into their own tabs or window... So how do you do this, or is Firefox NOT CAPABLE of this... i.e. it's LAME and should be shot? (=:] How do I open a frame in a new window or tab? ======================== Basically...

  • Outbound and Abstract Sync message Interface difference

    Hi Experts, Is there any difference between the input and output messagetype for Outbound/Inbound Synch Message Interface and Abstract Sync Message Interface. Do we  need to mention the same input and output messagetype for both outbound and Abstract

  • Changing Keyboard on selection of Language Programatically

    Hello All,          Sub: Changing Keyboard on selection of Language Programatically. Note: Correction to earlier post Here we had a requirement on change keyboard on language selection, There is a list of languages in a dropdown based on the selectio