CATS_DA

Hi All
How can we restrict users from seeing the time / allowance records of other users when in CATS_DA?  i.e. a user should only see their own records as a default.
Regards
Ritu

Hi .
Can you please guide me how to add these fields in the report output of CATS_DA.I have already copy the standard program in to one Z program.
But i stocked here as because i have no clues what to do in next to bring these fields in teh report output.
Please help me out .

Similar Messages

  • Problem in report of cats_da data is not coming for one absence type.

    Dear experts,
    For one absence type the data is not coming in the report cats_da. When I check the other absence type the report is showing the data. I dont know where is the problem. Customer is entering data throught PA30  transaction. Kindly help me where is the problem in customization.

    No answers so closed.

  • CATS_DA kind of report per Vendor

    I have an extra requirement for the CATS_DA report and just wondering if same thing can be managed within standard functionality:
    We have many contractors using CATS and they come from some 15-20 different companies.  In CATS_DA kind of report we would like to see it company by company or having any attribute for that.
    There is a Vendor field in the InfoType 0315, but is not transferred anywhere.  If we will maintain it, will it help?
    It sounds like quite common or even natural requirement, what is the best practice to get it?
    Thank you!

    CATSXT_DA

  • Select-options in CATS_DA using BAdI

    How do you alter the selection screen options in CATS_DA?  I am using the CATS_REPORT BAdI and implemented a class ZCL_IM_CATS_REPORTING_01 using the interface IF_EX_CATS_REPORTING.
    The documentation states that the methods GET_SELECTION_VALUE and SET_SELECTION_VALUE should be used in BEFORE_CATS_DATA_SELECTION, but I have not found any examples.
    Points will be rewarded.

    Hello Brian
    Perhaps the following sample implementation gives you an idea how to influence the selection screen of transaction CATS_DA.
    BAdI CATS_REPORTING -> implementation ZUS_SDN_CATS_REPORT -> implementing class ZCL_IM_US_SDN_CATS_REPORT -> implemented method IF_EX_CATS_REPORTING~LOAD_OF_PROGRAM :
    METHOD if_ex_cats_reporting~load_of_program.
    * define local data
    **  data: ls_fieldsel   like line of im_report_manager->gt_modify_selscreen.
      DATA: ls_fieldsel   TYPE field_selection,
            ld_comp(30)   TYPE c,
            lo_obj        TYPE REF TO object.
      FIELD-SYMBOLS:
        <lt_modify_selscreen> TYPE HASHED TABLE. " of field_selection
                                                 "with unique key mfeld.
      " NOTE: For a more detailed explanation of the following lines of coding see
      " ' Accessing the Inacessible - Local Classes within Global Classes'
      " https://wiki.sdn.sap.com/wiki/display/ABAP/Accessing+    _continued
      "        the+Inacessible+-+Local+Classes+within+Global+Classes
      lo_obj ?= im_report_manager.  " casting to generic root object !!!
      ld_comp = 'GT_MODIFY_SELSCREEN'.
      ASSIGN lo_obj->(ld_comp) TO <lt_modify_selscreen>.
      CHECK ( <lt_modify_selscreen> IS ASSIGNED ).
      " Hide selection field for personnel number
      CLEAR: ls_fieldsel.
      ls_fieldsel-mfeld   = 'PNPPERNR'. " personnel number
      ls_fieldsel-visible = abap_false.  " -> type-pool: ABAP
      INSERT ls_fieldsel INTO TABLE <lt_modify_selscreen>.
      " Make selection field for company code mandatory
      CLEAR: ls_fieldsel.
      ls_fieldsel-mfeld    = 'PNPBUKRS'. " company code
      ls_fieldsel-visible = abap_true.
      ls_fieldsel-required = abap_true.
      INSERT ls_fieldsel INTO TABLE <lt_modify_selscreen>.
      " Make selection field for cost center read-only
      CLEAR: ls_fieldsel.
      ls_fieldsel-mfeld    = 'PNPKOSTL'. " cost center
      ls_fieldsel-visible = abap_true.
      ls_fieldsel-readonly = abap_true.
      INSERT ls_fieldsel INTO TABLE <lt_modify_selscreen>.
    ENDMETHOD.
    " NOTE: Definintion of gt_modify_selscreen in include CATS_REPORT_MANAGER:
    **  data: gt_modify_selscreen    type hashed table of field_selection
    **                                    with unique key mfeld.
    * Structure of FIELD_SELECTION:
    **MFELD
    **VISIBLE
    **REQUIRED
    **READONLY
    Further reading:
    [ Accessing the Inacessible - Local Classes within Global Classes|https://wiki.sdn.sap.com/wiki/display/ABAP/AccessingtheInacessible-LocalClasseswithinGlobalClasses]
    Regards
       Uwe

  • CATS_DA and CADO different column fields

    Hy friends,
    i have problem with CATS_DA when i log on in different language in system. I create z field in CATSDB - zccode. When i create report in English version everything is fine - field zccode show results. When i logon in Bulgarian language in system field zccode is not there. Other think when open report CADO - old of CATS_DA the filed zccode show in every language.
    And now is the question where field zccode is language dependent ?

    Hi,
    Table maintenance generator is an auto generated module pool program.
    Whenever you change anything in your table delete the maintenance generator it will ask for TR give TR and regenerate it (again give TR ) now transport it to QA it will work fine.
    One common mistake done by developer is they do not give or give some local TR (which do not get transported)  while deleting the maintenanc generatior and it cause the problem you are facing.
    Hope this helps.
    Regards
    Bikas

  • Empty on the fields of activity description in CATS_DA

    Hello Experts,
    We use CAT2 to post some absence , and we can see the activity description related here.
    But when we try to use CATS_DA to to download report, some of rows are empty on the activity desciption fields.
    Who know why ? and how to solve ?
    Thanks and Regards
    Shubin

    check in CATSDB table, is there any entry for PERNR and activity type. CATS_DA takes values from CATSDB table

  • Problem in CATS_DA Report output

    Hi Friends.
    Few days back I added one custom field in CI_CATSDB structure to bring additional field in CAT2 screen.Its working fine and reflected the field in CATSDB table also.
    But when I run CATS_DA Report, I can able to view the field in development and Quality system.But that field is not coming in production system.I checked transport sequence also.Everything looks good.But I am not able to figure out this issue.
    Why its not coming in PRD.
    Thanks
    Gowrishankar

    Hello Sir,
    Please have a look at BADI CATS_REPORTING. This BADI influences CATS_DA and CATS_APPR_LITE reports. Probably, the code is different among your systems.
    Regards,
    Bentow.

  • Jump to CATS_DA (field PERNR)- Assignment Details !

    Hi,
    I need to create a jump from my query in BI to transaction CATS_DA in R/3 ( the underlygin table for this transaction being CATSDB).
    I need to jump from 0EMPLOYEE from my BI report to PERNR in the transaciton CATS_DA.
    I have created the jump in RSBBS. But i am only able to jump to the initial screen of the transaction CATS_DA. I need to pass the 0EMPLOYEE from which i am jumping to R/3 ....to PERNR in R/3.....
    What should be the assignment details to pass the value ?????
    Need it urgently
    Thanks
    Shalabh Jain

    Hi,
    please have a look at this: http://help.sap.com/saphelp_nw04/helpdata/en/a2/9b548d979de04180d15b5a55aa94aa/frameset.htm
    and additionally at this: https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1053310&_NLANG=EN
    and this: https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=363203&_NLANG=EN
    but anyway, in case of r/3, use table field and enter the name of the field, the dataelement, the domain and the parameter id of the target field.
    regards
    Siggi

  • Production Order Operation Confirmations & CATS_DA

    Hi All,
    We are trying to reconcile a discrepancy between CATS_DA data and confirmations entered against production order operations.
    I can see the Operation text in the CATS_DA report, and also the WBS element.
    I can see the time entries on the confirmations on the production order.
    But I can't find any link between the two, and if we sum or aggregate our data, the total hours for Production Order Confirmations are always more than the total hours in CATS.
    This is driving us crazy.  Can anyone help with some ideas?
    Thanks,
    Timothy

    Hi Selva,
    1. What is the  object type for "Planned Orders" to define number range?
    The object for planned order is PLAF. You can directly maintain the number range in OMI2 (for planned orders created during MRP) and OMI3 (for manually created planned orders).
    2. How to define number range for reservations, operation numbers, order confirmations?
    Go to SPRO on the following path: Production Planning for Process Industries - Process Order - Master Data - Order - Number Ranges
    Or use the following transactions:
    CO83 - reservations
    CO81 - operations
    CO80 - confirmations
    Bonus: to define default values for operation, use transaction OPJG.
    Regards,
    Julian

  • Holiday hours(saturday,sunday and other holidays of employee) in CATS_DA

    HI,
    My client wants Holiday hours (Iu2019e Saturday, Sunday & other leaves) to be shown in CATS_DA report. Usually employee is going to fill his time sheet thru CAT2.
    I would like to know the possibilities for getting Holiday hours to be shown in the CATS_DA report.
    Is there any provision using function module or possibility to track employee holiday hours from CATS with help of holiday calender. If so kindly suggest me.
    Is there any provision using functional module or possibility to track data from clusters. Kindly suggest me
    Regards
    Amar

    Hello Koutilya,
    I got the same requirement as yours. Can you please suggest me how to achieve this one.
    Thanks,
    R V Narayana.

  • Report CATS_DA, long text

    Hi.
    If I run report CATS_DA and someone have filled in something in the long text, there is a little pen and paper there.
    If I then would like to save this to an excel sheet, the long text will not follow. I can understand why, because there can be a very very long text.
    But if I would like to write my own report to get this long text out of the system, from which table, cluster or what ever, can I find the text.
    I found table STXL but it only point to a cluster line.
    Anyone having any idea?
    Thanks  //  Peter B

    Do obtain text from table STXL you can use FM: READ_TEXT.
    Get the entry from STXL that you are requiring and get the text using this FM.
    thanks.
    JB

  • Authorization report cats_da

    Hi,
    The authorization report CATS_DA working with my client in such a way where my client is getting report on the employees working under him but he requires his name to be included in the report.
    regards
    amar

    HI guys,
    Any solution for this problem.
    To elaborate it further,my client is running cats_da report for his employees under him and he is getting the report fine for his employees but he is looking the report would apart from his employees he wants his name to be run in the report.
    regards
    amar

  • Need help to Modify the STD report which uses the Tcode CATS_DA.

    Hi ,
    we have a requirement as below. we need Add two Additional Fileds in the OutPut of the Std Report ( Tcode CATS_DA) .( 2 fileds are  one is Managername /Manager employee number ) ..
    Can you Please where we need to Modify the code to meet the above requirement.
    Thanks in Advance.
    Edited by: sandeep on Jul 29, 2008 12:45 PM

    Copy the report to "Z" version and plug in fields .
    Thanks,
    Saquib

  • Authorization to CATS_DA report

    Hi All,
    I have a requirement from the client. The Org unit managers will approve timesheets of the employees in their Org Unit. But there are Project Managers who require access to view the timesheet of employees in CATS_DA report in CATS.
    A project might comprise of People from different Org Units. Project Manager of a particular project should be given access to view the timesheets of those employees alone in CATS_DA report. They should not be allowed to view timesheets from other projects.
    Similarly Project Controller will manage multiple Projects and he should have access to employees timesheets of all those projects.
    For Ex: Org Unit A has 5 employees and Org Unit B has 7 employees. The project has 2 persons from Org unit A and 3 persons from Org Unit B. The Project Manager of this Project who is from Org Unit B should have access to the timesheets of these 5 employees only and should not have access to rest of the employees.
    How this requirement can be addressed? Appreciate you help.
    Many Thanks!

    Nels
    Here are my questions, are you able to see the relationship of Project managers and their direct reports and also the Project controller's relationship to individual groups in your PPOSE?
    If that is well defined, the workflow can accomodate the relationship in the structure.
    could you please check that?
    Thanks
    Ranjani

  • Personnel number in CATS_DA with BAdI

    I would like to fill the personnel number automaticly in transaction CATS_DA.
    Re: Select-options in CATS_DA using BAdI gave me some hints, but it's still not working the way it should.
    Does anyone has some example code for the method INITIALIZATION and how to pass values like PERNR?

    I would like to fill the personnel number automaticly in transaction CATS_DA.
    Re: Select-options in CATS_DA using BAdI gave me some hints, but it's still not working the way it should.
    Does anyone has some example code for the method INITIALIZATION and how to pass values like PERNR?

  • CAT2 issue- CATS_DA report

    Hello,
    Request your inputs for one my query below -
    I have deleted time off for a personnel number from a WBS element and re entered to some other WBS element in November 2011 and when I checked the CATS_DA report on the Receving WBS, it showed me the costs have been moved.
    But, however the cost for this time does not appear to have been moved from the original project (Sender project). When I check the CJI3 report for sender project, their is still actual costs on the same WBS element.
    Please let me know, what could be the reason for this?
    Thanks for your inputs.
    Regards,
    Sumanth

    Hi Gokul,
    Thanks for your response.
    After I deleted the hours on the old WBS, I ran CAT2 to re-enter the time to the new WBS element.
    I believe, by deleting the time on old WBS and re-entering the time on new WBS, the costs would automatically flow to the new WBS (please correct me if I am wrong, this is because, I have just started working on CATS). This is in response to your 2nd sentence- Gokul.
    Hi Pramod,
    There are no background jobs are in action for this. It is all manual activity. You said there can be some problem with the deleted time transfer to target component, what could be it is?
    Please let me know for any other clarification.
    Regards,
    Sumanth

Maybe you are looking for