ESS CATS

Hi all
I've got two problems.
1. In the ESS CATS (ESS 60.2) I should close the calendar. It has to be possible to open it when it is needed. Where Can I Do this? I allready searched in den CcCatRcordInterface but I didn't find any code where the state is set.
2. In the Weekview of the cats record part we should have to implement a from and a to time for the time recording. I allredy tried to insert columns and it works, but how can format the cells and how i put also the time data in the backend? Or is it posible to do this settings in teh backend?
We have Portal 2004 SP 17.
Thanks for a quick answer.
pascal

Hi Sofia
I sent an OSS to SAP. You can't customize it in the backend with Netweaver 2004. All possible user-Exits or BADI's are mostöy for Netweaver 200s Portal.
We also asked developers from SAP. the answer there is that is posible to modify the CATS but it is very complex. How to modify they did not say.
Sorry that I don't have a better answer.
Rg
Pascal

Similar Messages

  • Addig a new row in a table in Ess/cats

    Hello all,
    I am working on Ess/cats application.
    By default it is displying me 8 rows.I have to put a button to add a new row in the table.
    but i could not find a way to add a new row.
    Thanks and Regards.
    Punit Pawar

    Hi,
    In the onAction of button Add one more element in node which is bounded to the table. You can use following code.
    public void onActionAddRow(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionAddRow(ServerEvent)
           IWDNodeElement element = wdContext.node<Node_Name>().create<Node_Name>Element();" Here Node_Name is the name of node which is bounded to your table.
           wdContext.node<Node_Name>().addElement(element);
        //@@end
    I hope it helps.
    Regards,
    Rohit

  • Multiple backend systems in ESS CATS Webdynpro scenario - challenge

    Hello Everyone!
    For one of our customers we have the following challenging situation with the ESS CATS Webdynpro scenario:
    System Landscape:
    ERP 6.0 HR Backend System
    ERP 6.0 FI/CO Backend System
    EP 7.0 with already running ESS scenarions
    Our customer actually uses the ESS CATS Scenario for collecting wage types into infotyp 2010. Now, additionally, they want to
    use ESS CATS for an internal cost allocation scenario. This means, that the data from the CATS Webdynpro have to be redirected to the FI/CO backend system instead of the HR system (because of a missing standard ALE scenario for this case). The JCO SAP_R3_HumanResources points to the HR-System. Is there a way to dynamically redirect the system assignment depending of the used CATS scenario. Out of the CATS Profile we can conclude which system should be assigned. I red a lot about dynamic system resolution in the SAP Library, but it seems not to be the right solution for this issue - because I need to know the CATS profile for the descision.
    Any hints would be great. Thanks in advance!
    Cheers,
    Harald

    Rob Christopher
    First of all, I introduce myself: it’s Oscar Garcia de las Heras, from Madrid, Spain.
    I can check in SCN and Linkedin your high expertise in ALE, ESS and SAP.
    We have a delicate situation in my current project; I would like to ask your help.
    The situation is this: we have different machines in HR and FI, and are trying to implement Travel Management through the SAP Standard Portal.
    TM settings is in the FI machine, but ESS calls to the HR machine.
    We have 2 ideas:
    -A, differentiate the different services of the Portal, so specific HR processes will call to a HR machine and others will call to a FI machine.
    -B, set the ALE processes to duplicate HR information in FI, and Portal will call just FI machine.
    We prefer first idea; would you recommend us?
    Thanks a lot for your time

  • ESS Cats Table Fields

    Hello,
    I am working on the ESS Cats Webdynpro for Java Application wherein the Data Entry Section of the Cats Table has the 'Total' Sum column which has 3 0's after the decimal rather than 2.....I found the ListViewerSlim.java file where the table is constructed and the fields of the Table are constructed using the bindValue() function of the IWDInputField with the Datanode....I don't know how to get these values...to modify them....
    Please help..

    Now in CATS WD as you are aware uses different search help
    ie CLASS CL_XSS_CAT_RFC_COMMAND_TOOLS method BUILD_F4_HELP
    SAPLHRXSS_CAT_WEBDYNP          / LHRXSS_CAT_WEBDYNPU02
    FUNCTION                       / HRXSS_CAT_WD_F4_AWART
    filters deactivated ones from V_T554S_ESSEX.
    T554s is the table where customisation of Absence/attendance are done for PSG for the employees belong to.

  • ESS CATS Timesheet without Project Systems

    Hi experts,
    My customer have ECC EhP7. So far the customer uses a .NET based custom web based application to book time against projects.
    Possibly the project information are stored somewhere in the background database the custom application is connecting to.
    Now they want to move to SAP ESS CATS for time recording.
    Also, they have not implemented the projects information in PS module and have no plan for the same.
    In this situation, if I have to get those project information in CATS, what are my options?
    Is it mandatory in CATS to maintain the project details in PS module ?
    Best Regards
    Arindam

    Hi Count,
    Thanks a lot for your help. Can you please give me little more technical inputs on how to add a z field in CATS?
    And about sending data from catsdb to .net system through file, can you please little elaborate on this
    in terms of what kind of objects need to be developed for this?
    Any function module needs to be developed and configured as a batch job?
    Would this function module will extract data from catsdb and send to .net system in the form of a
    flat file or idoc?
    Can you please advise.
    Best Regards
    Arindam

  • ESS CATS - Hide weekly view

    Hi,
    We are on ERP 2005, ESS BP 1.0. The ESS CATS has 2 views weekly and daily.
    Is it possible to hide/disable either of them.. for example for a certain group of employees only the daily view should be shown and weekly view should be hidden/disabled.  I tried controlling this with the properties in data entry profiles.
    It does not work and it gives errors.
    Thanks,
    Mark.

    Mark,
    This is completely a front end thing. Not a back end configuration as far as my knowledge goes. You will have to work through the ess~cats DC and make the required modification through NWDI. I have done a decent amount of work on this DC though not specifically on ur requirement. Let me know if you require any more inputs on this

  • Change of tabs ess~cat/CatDataRecord - VcCatRecordEntryView

    Hi
    I have an issue regarding changing the sequence of the Tabs in the ESS application ess~cat/CatDataRecord.
    I have managed to get the view for Day to be presented before Week, but the table for day are not loaded directly when launching the application in the portal. Instead I have to select the Week entry and then back to Day to be able to register my time.
    I think it has something to do vith the VcCatTableDay and some onload issues.
    If solved - 10 points is given:)
    Regards
    Kay-Arne

    Hi,
    Pl go through this link
    http://help.sap.com/saphelp_nw04/helpdata/en/ef/e18d3f7057eb0ce10000000a114084/frameset.htm
    Regards
    Ayyapparaj

  • ESS CATS: Hide "Daily View" tab

    Hi,
    We are using ERP 2005, ESS BP 1.0. The ESS CATS has 2 views weekly and daily.
    Is it possible to hide/disable Daily View tab..
    I tried controlling this with the properties in data entry profiles.
    It does not work and it gives errors.
    Can anyone suggest me on this...!
    Thanks,
    Vijay

    1. Content administation > Portal Content > Content Provided by SAP >
    End User Content > Employee Self-Service > iviews
    2. Click 'Preview' on required iview
    3. Click Ctrl + Right mouse to personalize the UI elements
    Both Weekly and Daily views have to co-exist for the application to work
    correctly.
    So probably its not going to work, Try it

  • ESS Cats Timesheet Performance Considerations

    Hi Experts,
    We are using ESS Standard Portal Cats timesheet.
    But the client is not happy with way the Timesheet performs
    Like for example to fill up time in one of the cell -  when the user places the cursor it takes 3-4 secs for the entire row to get selected ( orange in color ) . Once selected the user can fill that cell.
    Our users timesheet runs from 20-30 lines so u can imagine how painful its for a user to complete booking his time.
    The row selections is one of the major pain points in our timesheet.
    Can we do any thing about the slow performance of our timesheet?. I mean something from the design perpective of Java Webdynpro.
    We are also open to develop something in custom.  But we would still end up developing a java wd application. Would it be worth the effort considering the standard timesheet is also in java wd/
    All your thoughts/experiences would be appreciated.
    Thanks alot

    Hi,
    Maybe is more a Basis problem, Talk with the basis guys and check this [Link...|http://www.sdn.sap.com/irj/scn/shop?rid=/media/uuid/90eea55f-a10a-2a10-fca3-b9e42239c7c3]
    Jose
    Regards.

  • ESS CATS User Exit

    Hi ,
      We are using ESS - Record Working Time service to track employee time.
      We have used CATS user exits CATS0006. The standard ESS functionality calls this user exit on "check" , "save", "release" "refresh" actions on ESS screen. So the functionality in the user exit is executed multiple times and this does not work in our scenario.
    Is a way to perform certain actions upon saving the time to the database from ESS  ?? or how can I distinguish between "check" and "save" actions in the user exit.
    Pat.

    Hi Pat,
    You may simply check SY-UCOMM to determine which action has generated the execution of your User Exit.
    The value of this system variable will provide you the information of function that was called by the user.
    Cheers,
    Thierry Bodson.

  • ESS CATS Timesheet - Default to daily view?

    Is it possible to set the ESS web dynpro timesheet to open to the Daily View automatically as the defualt?

    Dear Friend
    Really need ur help as we are upgrading from 4.7 to ECC6.
    Our client want to implement tiem sheet. Request you to provide gudiance wheher CATS i.e CATSRegular orESS timesheet would be useful.
    if would be great if u could provide a kind of advantages adn disadvantages of both.
    Suitable points would be rewarded
    Sam

  • ESS CATS IVIEW ACCESS

    Hello,
    We have an ESS role with the CATS Iview. We wants to deny the access to this iview for people that don't have a specific status. How we can restrict and disable the acess for the CATS iview wihout creating two roles ?
    Thanks a lot,
    Regards,

    Not sure about hiding but you can show specific error msg. in case the emp doesn't meet certain condition.
    Lets say you have link for timesheet. When employee clicks on it, if he meet certain condition he'll be shown timesheet entry page otherwise an appropriate error msg. This can be achieved using WDNavigation API. Create a new WD app. which has logic to determine whether timesheet iview has to be shown or not. Using WDNavigation API in the application, navigate the user to appropriate page. If he satisfies the condition, navigate to cats iview otherwise show error msg. The iview which you create from this custom WD app. should be inserted in place of existing timesheet iview in the ess role.
    cheers~
    avadh

  • ESS CATS Timesheet

    Hi,
    I want to display the planned hours in the working hours row in CATS timesheet in portal implemented as CATS Regular.
    Is there any configuration change needed for that in the CATS profile or I need to use an user-exit. If a user-exit is needed, please let me know which one.
    Thanks a lot for your help.
    Kumar

    Hi Bala,
    Thanks for the tip. The exporting parameter ta_timesheetdata has the timesheet data and when I enhanced the FM HRXSS_CAT_WD_RECORD, I was able to get the working hours to display in the planned hours. But the problem is, I got the working hours data from WS in IT0007 which is not giving the correct output.
    I want some way in which I can link the PERNR to Personnel subgrouping and Daily Work Schedule. I could find them in T550A but i couldn't figure out a way to link them to PERNR.
    And one more thing is I want some FM where if I give the holiday/factory calender ID, then it should return me the dates which are holidays in a given date range. The reason being those days should display 0 as working hours.
    So Any ideas???
    Thanks,
    Kumar

  • ESS CATS user exit not triggered

    Hi,
    I am making some validations on the time sheet using enhancement cats0006, but that user exit is not triggered in the portal, in ESS.
    I have my project activated through tr. CMOD, the user exit is triggered in R/3 using transaction CAT2.
    What could be the reason ?
    Thanks,
    Stefan
    Edited by: Stefan Kolev on Jan 24, 2012 10:51 AM

    Solved

  • Add Security API to ess~cat project

    Hi All,
    I am trying to add the com.sap.security.api.jar to the esscatsap.com project (ESS - Working Time). I can add the file using "Add External Jars..." in project properties->java build path->libraries, but when I rebuild the project the jar file is lost and so I am unable to deploy with the security jar. Has anyone run into a similar issue? Any ideas?
    Thanks,
    -Kevin

    you have to add jar file like this
    DC meta data-used dcs(right click)-add DC-seelct track-select sc(SAP_JEE) there you will find the com.sap.api.security.sda
    reward points if helpful

Maybe you are looking for