Time admin bypassing selection screen in CATS

We have a quirk where by an employee is going into CAT2 and initially gets the employee selection screen.  If he goes into a timesheet and posts.  the next time he runs the transaction, it bypasses the selection screen and goes straight into the last employee edited.
Does anybody know why it does that? and how to stop it so it always goes to the selection screen 1st?
User params have the correct profile and employee selection variant.
One thing about this person is they were originally set up as an employee to go direct into there own record, but their params have been changed and there personnel record no longer links to their user id in info type 0050/0001.
I've not had this on other administrators, so it seems to be a bit localised / odd?
Thanks
Graham

Hello Sirs,
I have just made the testing on our internal systems.
1. This will automatically occur if you already have on SU3, configured CVR (CATS: Variant for time recording) and PER (Personnel Number (HR)).
2. If you don't have PER and CVR configured, the first time you enter on CAT2 you will need to enter the Pernr and Data Entry Profile.
3. The second time, this data will be fulfilled automatically and then the Time sheet will be shown directly.
The Option that controls this is inside CAC1 -> Select the Profile -> "No Initial Screen".
Here is the documentation:
Skip Initial Screen
Determines that you skip the initial screen, where you would normally enter the data entry profile and personnel number.
Use
Data entry is simplified for users because they are no longer required to enter a data entry profile and personnel number.
This function is only relevant if employees record their own working times. You cannot implement this function if you select from a list of personnel numbers, or record times for several personnel numbers.
Dependencies
You must maintain the user parameters CVR (Data entry profile) and PER (Personnel number) for the relevant employees. As an alternative to using the user parameter PER, you can assign users using the Communication infotype (0105), subtype 0001.
Regards,
Bentow.

Similar Messages

  • Bypassing selection screen in custom reports added to MSS reporting

    I have created a custom report (using PNP) in R/3 and added it to the MSS reporting (not Launchpad). Even though the manager is selecting his subordinate employee and clicks report result, he still sees a selection screen which i have defined in the custom report.
    When the manager runs a sap standard report RPTABS50, he sees data of the employee only he selects.
    How do i bypass the selection screen in the custom ABAP report i have added to the MSS?
    Thanks.

    Has to take an alternate approach. Picked a standard report by SAP and modified to our requirements.

  • Time field in selection screen

    Hi All,
    I have one requirement like we need to create the selection screen with date and time fields to hold the values of shift times. Please find below example.
    In selection screen I am using select-option for creating selection screen withr date and time fields.
    Select-option :    Date :-  From Date to To-Date     (Ex :  07-08-2009 to 07-09-2009
                               Shift 1:u2013 From-Time  to To-Time (Ex : Values 6:00:00 to 14:00:00)
                               Shift 2 :u2013 From-Time  to To-Time (Ex : Values 14:00:00 to 22:00:00)
                               Shift 3 :u2013 From-Time  to To-Time (Ex : Values 22:00:00 to 6:00:00)
    When I try to press enter is giving message like u201CLower Limit is Greater than higher limitu201D for shift 3 selection field.
    Please let me know how  can we design the selection screen for this type of scenario.
    Thanks in Advanceu2026u2026
    Amjad.

    Hi,
    I have added two time fields in a line using PARAMETERS. Hope this code might be helpful to add any number of time fields as you need:
    SELECTION-SCREEN: BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(10) TEXT-R01 FOR FIELD p_par1.
    PARAMETERS p_par1 like sy-uzeit.
    SELECTION-SCREEN POSITION 30.
    SELECTION-SCREEN COMMENT 45(10) TEXT-R02 FOR FIELD p_par2.
    PARAMETERS p_par2 like sy-uzeit.
    SELECTION-SCREEN END OF LINE.
    Thanks,
    Sathya.

  • Bypassing selection screen events

    hi all,
    i have some validation code for fields under "At selection screen"
    and code for disabling fields under "At selection screen output"
    now when i select the radio button "At selection screen" is triggered and error is shown before "At selection screen output"
    could get triggered , hence the selected radio button is selcted but the corresponding feild remains disabled as "At selection screen output" did not got triggered.
    can anyone help me out.

    If you need to validate fields only before extecution, You can code in this way.
    at selection-screen.
    if sy-ucomm EQ 'ONLI'.
    Validations...
    endif.
    at selection-screen output.
    Regards
    Sathar

  • Query Selection screen prompt taking very long time

    Dear All,
               We are facing performance issue for a query, where it takes very long time to show selection screen(Around 3 minutes). this query has exteansive calculation and exit variables. Kindly provide your valuable suggestions to fine tune this.
    Thanks and Regards,
    Harpal

    Hi.
    One thing that might be useful when you are waiting a long time for the variabel screen to appear, is to re-generate the query in RSRT. That has worked well for me in the past, however, since you mention that you are using a lot of exit variables, the waiting time you experience might be spend on the executing the logic to fill those variables, if they are filled before the user reaches the variable screen.. in this case, you will have to optimize the logic of the exit variables.
    br
    jacob

  • SELECTION-SCREEN OUTPUT REGARDING RM07DOCS

    hai,
    IN SELECTIN SCREEN , I AM NOT GETTING LAYOUT VALUE.
    FOR STANDARD  " /GR VKP " VALUE IS DISPLAYING AUTOMATICALLY
    BUT WHEN I COPIED THAT TO CUSTOM IT IS NOT DISPLAYING THAT VALUE
    I DEBUG THE PROGRAM
    IN INCLUDE PROGRAM     RM07ALVI , A FUNCTION MODULE : 
                          CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' .
                        EXPORTING
                              i_save     = 'A'
                       CHANGING
                            cs_variant = alv_variant
                      EXCEPTIONS
                           not_found  = 2.
      IF sy-subrc = 0.
        alv_def = alv_variant-variant.
    HERE SY-SUBRC is not 0.
    CAN ANY ONE PLEASE TELL ME , HOW TO MAKE THE SY-SUBRC VALUE = 0.
    Thanks in advance
    Dastagiri.
    Edited by: Dastagiri on Dec 9, 2011 1:36 PM

    a variant is specific to the report and stored in table VARI.
    Dont just copy an entry in that table.
    Execute your report, customize your layout and save it, then it will add an entry in table VARI that can be used next time in your selection screen.

  • Issue with MB25 BDC for Dynamic Selection Screen

    Hi Experts,
    I recorded one BDC for MB25 Tcode regarding to determine Open Reservation(s) in E Mode (Display Mode). I am passing 3 parameters.
    1. Plant,
    2. Requirement Date
    3. Multiple Reservation Numbers i.e. RSNUM from Dynamic Selection i.e. 2nd Button -> Header Data for Reservation -> Reservation -> Multiple Selection Icon.
    But while executing that BDC, I need to manually click every time on 'Header Data for Reservation' Tree and then Multiple Selection for Reservation Icon.
    I want below steps automatically while executing:
    - Open 'Header Data for Reservation' Tree
    - Click Reservation
    - Open Popup for 'Multiple Selection'.
    So no need to click every time on Dynamic Selection Screen i.e. Header Data for Reservation -> Reservation -> Multiple Selection Icon.
    Please find attached screen shot for your reference.
    Please guide.
    Thanks and Regards,
    Emon Master

    Hello Jainam,
    submit (sy-repid) with selection-table v_sp
                             with free selections EXPRESSIONS
                             via selection-screen.
    Without going through the details, dont you think this will cause an inifinite loop as the calling & the called programs are the same.
    Please enlighten me !!
    BR,
    Suhas

  • Doubt with selection screen

    Hi all!
    I have to show the inspection lot details (QA32) as per the requirements given in the selection screen.
    In my selection screen , I should have select option for Inspection lot created date(QALS-ENSTEHDAT) and lot created time (QALS-ENTSTEZEIT). I would like to know the lots created from yesterday evening till today morning.
    When I give the values 09.02.2008 to 10.02.2008 for date and 17:30:00 to 10:00:00 for time , it'll obviously intimate that 'From- time is greater than To- time'.Is there any way to relate the From-date to From-time and To-date to To-time in the selection screen , so that my problem will be solved.Please help with possible code.
    Edited by: Jayasri P. on Feb 9, 2008 5:55 AM

    Hi,
    try this.........
    TABLES qals.
    DATA it_qals TYPE TABLE OF qals WITH HEADER LINE.
    SELECT-OPTIONS   s_date  FOR  qals-enstehdat  NO-EXTENSION.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN comment (10)   for field  p_timel.
    SELECTION-SCREEN POSITION 35.
    PARAMETERS       p_timel LIKE qals-entstezeit.
    SELECTION-SCREEN comment 54(2)  for field  p_timeh.
    SELECTION-SCREEN POSITION 60.
    PARAMETERS       p_timeh LIKE qals-entstezeit.
    SELECTION-SCREEN END   OF LINE.
    SELECT *
    FROM   qals
    INTO   TABLE it_qals
    WHERE  enstehdat IN s_date.
    IF sy-subrc IS INITIAL.
      SORT it_qals BY enstehdat entstezeit.
      LOOP AT it_qals WHERE enstehdat EQ s_date-low
                      OR    enstehdat EQ s_date-high.
        CASE it_qals-enstehdat.
          WHEN s_date-low.
            IF it_qals-entstezeit LT p_timel.
              DELETE it_qals.
            ENDIF.
          WHEN s_date-high.
            IF it_qals-entstezeit GT p_timeh.
              DELETE it_qals.
            ENDIF.
        ENDCASE.
      ENDLOOP.
    ENDIF.
    LOOP AT it_qals.
      WRITE : / it_qals-enstehdat ,it_qals-entstezeit.
    ENDLOOP.
    also goto selection text and give descriptionas below..
    P_TIMEH     to
    P_TIMEL     Time
    S_DATE     Date
    Cheers,
    jose.

  • Mouse issues at Hard Drive selection screen in Boot Camp

    Hello,
    I have been searching for awhile and cannot find any information regarding this. I have a Razer Deathadder 3500 series mouse and when I go into the Boot Camp HD selection screen my mouse movements are inverted. Up is down and down is up. I am not sure why this is or how to fix it. Does anyone know?
    Thanks,
    Brad

    Hi all,
    in another thread a user had problems with a non-Razer mouse and the selection screen.
    Problem, of any, is that at the time of the selection screen, no additional mouse driver is loaded yet, but rather a seemingly 'unified' one.
    While maybe a SMC reset might be helpful, I suggested to simply use the cursor-keys for selection and then the Enter key.
    At least that works for me.
    Happy computing
    Stefan

  • Building Selection screen @runtime

    Helllo,
    I have to create a selection screen but all the parameters of the sel. screen would be generated at runtime..
    I would not know the fieldname before runtime.
    eg: s_opt for vbak-vbeln
    vbak-vbeln would only be known at runtime..
    can you please let me know, how to acheive this ?
    thanks !

    Hi Dhruv,
    I don't think this is possible.
    You may create a selection screen with all the parameters and based on some conditions can hide the parameters at run time using AT SELECTION SCREEN OUTPUT.
    Regards,
    Atish

  • Why Selection Screen is taking much time, very first time?

    Hi Experts,
    I hv a Selection Screen-1000 with 15 select options, 2 push buttons, 6  radio buttons, 3 paras. with List Boxes with my_T.Code.
    So, When I executed this SS-1000 with my_t.code, its consuming time like,
    1 - first time - 58 Sec.
    2 - 2nd time - 31 Sec.
    3 - 3rd time - 5 Sec.
    4-4th time - 5 sec.
    So,
    1 -  Why its happening like this(any buffer concept involved?)? Obviuosly, I hv been asked to get the first time also with in a short time.
    thanq.

    ThanQ Rich,
    OK, anyways, of my curiousity asking that, It shuld all times shuld consume same time for displaying the selection screen! Why its taking differed timings?
    In Intialization:
    push_name1  = 'A1'
    push_name2  = 'A2'
    AT SS OUTPUT:
    filling list_box1
    filling list_box2
    filling list_box3
    perform modify_screen
    So, U mean, I hv to look these things!
    ThanQ.

  • Selection screen value not assigning to the value when executed for the first time

    Hi ,
    Im My program at selection screen there are company code, vendor account and open items at key date(takes system date as default value).
    Facing problem at open items at key date - Open key date parameter is taken from LDB - KDF.
    First time when I am executing the program it is taking system date value in the selection screen variable even though I have given the different date.
    This problem is only when I execute for first time or press enter without giving company code.
    Can any one please help us to come out of this problem.
    Regards
    Sri Bhargavi

    HI,
         you can use the Event as AT SELECTION-SCREEN

  • Selection Screen - Date and Time

    Hi,
    I have given a selection screen where the user needs to key in the input in the following format
    dd.mm.yyyy hh:mm:ss.
    Reason is that the database fetching these elements accepts only in this criteria.
    Now as they look into automating this program, they would want to automatically take the current system date and time - 24 hours .
    How do I achieve this in the above format? If this is not possible, let me know if i can make the selection screen with normal sap date format and convert it to the above format on passing to the select statement.
    Regards
    Sam

    Hi Sam,
    See this. Is this your requirement.
    With this we are able to get Current time-stamp to selection parameter.
    REPORT ZTEST.
    DATA: L_TS TYPE TZNTSTMPS,
           L_TS_C TYPE CHAR14.
    PARAMETERS:
    P_TMSTMP TYPE TMSTMP OBLIGATORY MEMORY ID TEST.
    INITIALIZATION.
       GET TIME STAMP FIELD L_TS.
       MOVE L_TS TO L_TS_C.
       SET PARAMETER ID  'TEST' FIELD L_TS_C.
    The output is
    Jogeswara Rao K

  • Drop Down List in Query Selection Screen Takes Long Time.

    I open a report, refresh the query and get a selection screen. But when clicked on the drop down list it takes 4- 5 mins for displaying the drop down options.
    How can I speed up the displaying of drop down list in selection screen?
    Could any one please help regarding the setting to enable this?
    Thanks.

    Hi,
    I guess there is a setting to look up the master data tables or use the dimension,which would speed up the time that it takes to display the drop down selections
    Do you have any idea about the setting?
    Thanks.

  • BEx query selection screen takes long time to popup

    Hi,
    I have a query which is taking long time to popup the selection screen. I have tried in RSRT the generate report option, the generating report takes 45 to 60 mins. After the report is generated the query selection screen comes up in couple of seconds. The first time I run the query everything its fine but then for the second time the problem comes back again.
    The selection screen takes +/- 40 mins to comes up in RSRT and in the portal it times out.
    I have run the statistics of the query and according to the statistics report the query takes a  lot of time for the following component :
    OLAP: Query Gen.     2681,312682
    I have removed the query from the cache monitor and after that regenerate the report. But these steps didnu2019t solve my problem.
    I made two test queries, in one query I have made the CKFu2019s and RKFu2019s directly at the infoprovider, and dragged and dropped in the KF structure. In the other query I made the CKFu2019s and RKFu2019s in the query KF structure itself. The query where I have the CKFu2019s and RKFu2019s at the infoprovider that query times out, the other query where I put the CKFu2019s and RKFu2019s in the query KF structure doesn't has this performance problem.
    What I donu2019t know is why the query is failing when I use RKFu2019s and CKFu2019s from the infoprovider, the other query donu2019t have this problem.
    Please advise how to proceed.
    Thanks in advance,
    Arash

    Hi,
    Please check the following notes which should be useful.
    1387593 - Performance optimization for query change/generation
    1416737 - Performance optimization for query change/generation(2)
    1396485 - Performance optimization for query check/save
    Then please execute the SE38 report ANALYZE_RSZ_TABLES (see notes
    1472915, 1506560) and repair/correct the different tables to optmize
    the query definition tables.
    Regards,
    Amit

Maybe you are looking for

  • Ssrs 2008 r2 set up a 'toggle' link

    In an SSRS 2008 r2 existing dashboard, I want to allow the user to click on a link and then a list of further links can be displayed for the user to pick from. Basically I want the sublinks not to be displayed until they link on the 'main' link is se

  • Display is not working on Satellite P500-1DZ

    Hi P500-1dz display went black. No sign of anything on the screen so tried a new screen. Still no display. Put in new Inverter. Still no display. Replaced the ribbon cable on the back of the screen. Still nothing. Hooked it up via the VGA port to an

  • Help saving .swf files in Flash 8

    Okay here is the deal. I downloaded a template for oscommerce that has a flash header (this flash file is main.swf). I am able to make the adjustments that are needed in Flash 8 but once I try to save it as .swf it tells me that I am unable to save i

  • Disappearing Webpages and iDisk syncing errors in Leopard

    (1) I am having a problem that just started today. I installed Leopard on Oct. 29, I've had it for a couple of weeks. At first, I loved it, but new problems keep popping up every few days. I have an at-home business and I run Safari, Firefox and Safa

  • Oracle XE 10g connect for the first time

    I have just installed Oracle10 g express edition on Windows XP service pack 3, when trying to connect for the first time I get the ORA-12631 message error when trying to connect!! SQL> connect system Immettere la password: ERROR: ORA-12631: Recupero