Display more columns in ESS "Time Accounts" table in "Leave Request"

Hi all,
does anybody know how to configure the display of columns in the "Time Accounts" table in the ESS-WebDynpro "Leave Request" ? I currently see
Time Account /  Deductible to / Entitlement / Remainder 
We would like to include other columns and can't find to manage this in the WebDynpro ess~lea (we're using EP6, SAP_ESS 100 SP19) - all 12 existing columns are already set to "visible" in AccListView. In implementation of method format() in FccAccList all values are assigned, but the columns get not displayed...
Please could you advise, where and how this can be customized?
Is it to customize in backend or WebDynpro or ??
Thanks,
Monika
Edited by: Monika Verwohlt on Jul 16, 2009 11:25 AM

sorry

Similar Messages

  • How to display more than 200 rows in the table?

    Hi Experts,
    Is that possible to display more than 200 rows in a Table.
    when i query from table, it has 1000 rows, i want to display all the 1000 rows in the Table.
    when i query, the values are displaying up to 201 rows only,
    when i click next on 200 - 201 it throws Exception says
    *"Query has exceeded 200 rows. Potentially more rows exist, please restrict your query."*
    let me know how to display all the 1000 rows in a table without Exception.
    Any idea will be highly appreciated.
    Thanks
    Aswath

    The number of rows retrieved is controlled by profile option "FND: View Object Max Fetch Size". I believe 200 is the default value. Pl see these MOS Docs
    386402.1- Query Has Exceeded 200 Rows
    275876.1 - Oracle Application Framework Profile Options Release 11i (11.5.10)
    HTH
    Srini

  • ME2N report displaying more columns in Background than foreground.I want same columns in Background as Foreground

    Hi All,
    ME2N report displaying more columns in Background than foreground.I want same columns in Background as Foreground having 10 columns.Already i have created the default variant in foreground when i execute the report in background by proving the same variant it is displaying more columns almost 70 columns.Kindly suggest and guide me how to restrict the report to get same columns in background as in foreground.
    Kindly provide is there any OSS Note available.
    Thanks,
    Prashanth Reddy

    I do not think it is possible to assign default layout for background job.
    System will show you all field for background job for transaction ME2N.
    Actually the screen layout is assigned with t-code (ME2N)
    When the report is running in foreground, then system will take the screen layout for the t-code.
    But when you run the background, then system will run the program directly (does not take the t-code). So the default screen layout will not fetch during running the background job.
    For more details have a look into the thread Selecting layout in selection screen

  • Display of Column Headings in Time Tracking System

    Hi
    In Time Tracking Application, instead of displaying the Day of the week like
    MON, TUE , Wed, Thu, Fri , Sat, Sun
    iS it Possible to display along with the date like below in the column headings based on the week
    selected?
    Mon TUE WED THU FRI SAT SUN
    03 04 05 06 07 08 09
    Can any one helo me on this regard.

    Hi,
    Please check if you are created the elements for the dynamic node and corresponding attributes are set.
    if you want to display the corresponding column heading in the dynamic table you should use ResultSetMetaData, like retrieving of data from table using ResultSet.
    ResultSetMetaData rsm =(ResultSetMetaData)st.executeQuery("select * from <Table_Name");
    IWDTableColumn tabColumn1=(IWDTableColumn)view.createElement(IWDTableColumn.class,"Column1");
    IWDCaption column1Cap=(IWDCaption)view.createElement(IWDCaption.class,"column1Cap");
    nameCap.setText(rsm.getColumnName(1));
    tabColumn1.setHeader((IWDCaption)column1Cap);
    like this you can add columns to table and set column headings.
    regards
    karthik

  • ESS - Time Accounts- Exit button not working

    We have implemented ESS Business Package, the Time Accounts application's Exit button is not working.
    When we click on Exit, it is not doing anything. In Development env it is working fine, but when it comes to quality it is not working.
    suggest me if we can solve this problem.

    Hi Kiran,
    We had a same problem with "Exit" button for "Benefits Enrollment" in both dev and quality systems. As a workaround we redirected to the specific iView using WDPortalNavigation.navigateAbsolute on clicking "Exit  button".
    Hope this helps.
    Regards,
    Adren

  • Problem in Displaying More Columns in report

    Dear all,
    I have one report to display, currently it displays 23 different columns...upto horizontol position of 400.
    Now I want to add 8 more columns , I have done coding accordingly ..
    But output does not show additional columns after position 400. *
    Please suggest me the possible suggestion............
    Thanks

    Hi,
    You can try below code :-
    REPORT  ZTEST LINE-SIZE 400 ( or even more) NO STANDARD PAGE HEADING.
    Hope it will help.

  • Display more columns in list view?

    Is there any way to display more than the standard columns (filename, dates, size, &c.) in list view in the Finder?  If it's possible to search for other attributes (author, EXIF info, &c.) using the find function, why can't this information also be displayed as list view columns?

    Additonally, one could send bug reports and enhancement requests to Apple via its Bug Reporter system. Register as an Apple Developer—it's free and available for all Mac users and gets you a look at some development software. If you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report/enhancement request. You'll get a get a Bug/ER ID number; thus, starting a dialog directly with engineering.

  • ESS Time Accounts

    Hello,
    We are implementing ESS and I configured Rule groups and "Display of Absence quotas" for the ESS Quota Overview service ...but when I actually goto the application I see the quotas for one employee and not for the other....
    Please help.

    In R/3 you can configure
    all the customisatin of the Quotas using
    PTarq where you ll see the
    customisation required
    for display of absence quotas You need to ensure all the groupings
    are assigned to the rule group which are you using for the leave request.
    Check the groupings through Pa30 > it2006 and see what groupings you have, and using this define them in the table
    V_T556A_WEB

  • Hide/remove the fields from the time accounts table on the screen of approval leave request

    Hi,
    i want to remove or hide the fields from the following table .
    is there anybody who know how to do? help me pls!
    Thanks in advance

    it shoukd be done by coding only ie NWDI and no config is available http://scn.sap.com/thread/1752655

  • Table for Leave request

    Hi,
    When Leave is ceated in ESS, after approval it shows in IT2001 but while in process i.e. before approval in which table leave gets saved.
    How to find out the leave in process? In which table Data gets captured? or what is Tranaction code?
    Please guide.
    Thanks,
    Abhay

    Hi ,
    You can find everything in transaction PTARQ.
    The main tables for PTARQ are :
    PTREQ_HEADER :Request Header
    PTREQ_items : Request Items
    PTREQ_attabsdata : Request Data for Attendances/Absences
    Check following query.
    You will find the exact relation ship between these three tables :
    select SINGLE item_list_id into w_item_list_id
            from ptreq_header
            where request_id = request_id
            AND VERSION_NO = ( SELECT MAX( VERSION_NO ) FROM ptreq_h
            where request_id = request_ID and status = 'SENT').
    select single ITEM_INS
            from ptreq_items
            into w_item_ins
            where ITEM_LIST_ID = w_item_list_id.
    select single *
            from ptreq_attabsdata
            into wa_ptreq_attabsdata
            where ITEM_ID = w_item_ins.
           STARTDATE = wa_ptreq_attabsdata-begda.
           ENDDATE = wa_ptreq_attabsdata-endda.
           CUSTOMERFIELD1 = wa_ptreq_attabsdata-CUSTOMER01.
           CUSTOMERFIELD2 = wa_ptreq_attabsdata-CUSTOMER02.
    Regards,
    Kalpesh

  • Function module to get time Accounts on ESS

    Hi all,
       How can i find that which FMs or BAPIs are called from the Portal Services to get the Time accounts for the Leave Request Appl on ESS. The problem which i have to investigate is that on IT2006 the balance is different and on Portal the balance is diffrent. I want to see where the Portal is pulling the data from ?
      any help will be greatly appriciated.
    Thanks
    Amandeep.

    Amandeep,
    which version do you use? I suppose ecc 5.0 Then the used RFC are:
    for leave request/time accounts:
    PT_ARQ_ACCOUNTS_GET
    PT_ARQ_CUSTOMIZING_GET
    PT_ARQ_EECALE_GET
    PT_ARQ_REQLIST_GET
    PT_ARQ_REQUEST_CHECK
    PT_ARQ_REQUEST_EXECUTE
    PT_ARQ_REQUEST_PREPARE
    PT_ARQ_SEARCH_NEXT_PROCESSOR
    PT_ARQ_TEAMCALE_GET
    badisfor time account: HR_GET_QUOTA_DATA, PT_ABS_REQ
    kr, achim

  • EHP5 Leave Request Time Accounts

    In Leave Request Overview screen, Time Accounts Overview is displaying only current year balances. I checked employee's Absence Quotas infotype and I do see we quotas have been maintained for 01/01/2011 thru 12/31/2011 and 01/01/2012 thru 12/31/2012. Time accounts overview in Leave Request is only displaying 01/01/2011 thru 12/31/2011. What could be the reason? Please advise.
    Thank you,
    Bobby

    Please read through the documentation of the Function Module
    HR_GET_QUOTA_DATA to select the proper mode. You can modify the
    mode in the BADI according to your business requirements.
    The relevant details are as follows:
    BADI: PT_ABS_REQ
    Class: CL_PT_ARQ_TIMEACCOUNTS
    Method: GET_REMAINING_QUOTA_FOR_PERNR
    METHOD if_ex_pt_abs_req~get_mod_and_qtype.
      ex_mod   = 'B'.      // Here you can change Mod
      ex_qtype = 3.
    ENDMETHOD.
    This is the method of determining which data should be read.
    The options are as follows:
       Data is read from the cluster
       Data is read from the infotype record
       Data is read from a simulated time evaluation run
    You can use parameter MOD to determine which data you want to
    base the calculation on.
    By default we are populating it as 'B'. While this standard setting
    works for most of our customers it might be insufficient for others.
    You can change the way the function module HR_GET_QUOTA_DATA is called
    by using the BAdI customer exit method
    GET_MOD_AND_QTYPE (class CL_PT_ARQ_REQ_EXIT)
    In your case it should be 'D' or 'E'.

  • Content Query display multiple columns

    Hello,
    I am using a content query web part (in sharepoint 2013) to display a list from another site. The problem is that I don't see enough info from that list because I can display maximum 2 columns.
    Is it possible to display more columns from this list with the Content query web part? I would like to display all the columns from this list. Do i need to make a display template or something? 
    Thanks. 

    You have to customize the CQWP.
    Please check the below link
    http://pholpar.wordpress.com/2010/01/21/displaying-results-in-multiple-columns-using-the-content-query-web-part/
    Other option is you ca use Dataview webpart to show the list details from one site to other site
    http://www.learningsharepoint.com/2012/08/12/sharepoint-2013-add-dataview-webpart-with-sharepoint-designer-2013/
    http://sharepointgeorge.com/2009/display-sharepoint-list-site-data-view-web-part/
    MCTS,MCPD Sharepoint 2010. My Blog-
    http://www.sharepoint-journey.com
    If a post answers your question, please click "Mark As Answer" on that post and "Vote as Helpful

  • Team Calendar in ESS Leave Request (Error)

    Hello,
      we are configuring the Leave request in ESS and MSS in the portal (EP 7.0, ECC 6.0, latest release). The Leave Request process and application, Time accounts and Workflows all working fine and the customizing is done in the IMG.
      Only under ESS -> Leave Request -> Team Calendar we are getting this Error:
    java.lang.Exception: No Views found: Missing customizing
         at com.sap.xss.ser.tecl.fc.FcTeamCalendar._checkData(FcTeamCalendar.java:799)
         at com.sap.xss.ser.tecl.fc.FcTeamCalendar._getData(FcTeamCalendar.java:751)
         at com.sap.xss.ser.tecl.fc.FcTeamCalendar.initialReadData(FcTeamCalendar.java:385)
         at com.sap.xss.ser.tecl.fc.wdp.InternalFcTeamCalendar.initialReadData(InternalFcTeamCalendar.java:319)
         at com.sap.xss.ser.tecl.fc.FcTeamCalendarInterface.initialReadData(FcTeamCalendarInterface ....etc.
    I have maintained the Customzing in IMG for Team Calendar as the following:
    00000001     SAP Standard     01.01.1800     31.12.1999     Approval Mode     View Group (MSS)     MSS_LEA_EE
    00000001     SAP Standard     01.01.1800     31.12.1999     Attendance Overview     View Group (MSS)     MSS_LEA_EE
    00000001     SAP Standard     01.01.1800     31.12.1999     Administrator Mode     View Group (MSS)
    00000001     SAP Standard     01.01.1800     31.12.1999     Request Mode     View Group (MSS)     ESS_LEA_EE
    00000001     SAP Standard     01.01.1800     31.12.1999     Team View Mode     View Group (MSS)
    Would you please help?
    Many Thanks and Regards,
    Nazih

    Hi Bryan,
    1. First of all make sure that the Internet Graphic Server is activated + up and running on your SAP ERP System (see also SAP Note  704604)
    2. Then you have to set the Customizing Parameters for the Team Calendar in IMG (SAP ERP System):
    a. Tcode: PTARQ -> Customizing
    b. Working Time -> Team Calendar
    c. Node Create Rule Group -> Example: 00000001 (SAP Standard)
    d. Node Adjust WEBMO Feature -> Assign all Nodes to your Rue Group
    e. Node Spec. Absecne to be displayed -> Here i assume you have set up the Leave Request Process and WF already, so you only need to assign this to your Rule Group:
    Example.
    00000001     SAP Standard     01     0100     Leave     01.01.1800     31.12.9999
    f. Node Select Employee -->
    Here you need to set the Group of your Employee which should be displayed in the team calendar:
    Example.
    00000001     SAP Standard     01.01.1800     31.12.9999     Approval Mode     View Group (MSS)     MSS_LEA_EE
    00000001     SAP Standard     01.01.1800     31.12.9999     CATS Approval     View Group (MSS)     MSS_LCA_EE
    00000001     SAP Standard     01.01.1800     31.12.9999     Attendance Overview     View Group (MSS)     MSS_LEA_EE     PPOME_P
    00000001     SAP Standard     01.01.1800     31.12.9999     Administrator Mode     View Group (MSS)     MSS_LEA_EE     PPOME_P
    00000001     SAP Standard     01.01.1800     31.12.9999     Request Mode     View Group (MSS)     ESS_LEA_EE
    00000001     SAP Standard     01.01.1800     31.12.9999     Team View Mode     View Group (MSS)     MSS_LEA_EE     PPOME_P
    ---> Tipp: Check all Settings and Leave Types also with an HR Consultant before maintaing these in the ESS Customizing...
    Regards,
    Nazih

  • Leave request from/to time in non-military format - how to get military bak

    Dear all,
    we are migrating from the old stand-alone ESS to the ESS in EP7.
    During testing we found that the t0/from time fields in the leave request are not in military format anymore but rather have to be used with AM and PM.
    We trained our users for many years to use military time. How can we get it back?
    Thanks in advance!
    Mathi

    Dear all,
    we are migrating from the old stand-alone ESS to the ESS in EP7.
    During testing we found that the t0/from time fields in the leave request are not in military format anymore but rather have to be used with AM and PM.
    We trained our users for many years to use military time. How can we get it back?
    Thanks in advance!
    Mathi

Maybe you are looking for

  • How can i change my email account from the update program?

    I have the update icon on the bar of my mac, and it keeps asking me for my email verification but my email account is misspelled.

  • Error while report bursting in infoview

    Hi all, I have created a publication for report bursting when i am scheduling in my Development  environment it is working fine and reports are generated but when same publication i m using in PRODUCTION environment it is showing below error 2014-08-

  • Compiler replaces final static

    Hi! I've got the following problem:I need to check the version of an external jar which is contained in an attribute number of of class called Version. The problem with this is that the attribute is static final and therefore is replaced at compile-t

  • Installation of Photoshop Elements Trial Version opens but is frozen.

    How can I repair an installation of Photoshop Elements Trial Version which will not run?

  • FF_5 how to ignore error

    Hi experts, My client asked us to include a file bank statements (FF_5) with a bank account is not set because it does not wish to record entries in this account. Currently the file is rejected in full. Do you know how to integrate a file ignoring th