Display TE Reports in detail for terminated employees

Hello
Do you know any other report we can use to display the travel expenses in details for the employees already terminated?
I know that we can do that throug PRTE (trip details) but we would like have another option if there are any other way.
The other reports under Trip statistics"  does not alow us to display the information in detail as the IT00017 is already delimited in past. The users could check in PR05, but they can check that only for people with travel privilleges that is not the case of terminated employees.
Thanks in advance!

Hi,
Use the report and uncheck the checkbox at personal data tab (Select only Personnel Numbers Valid today)
S_AHR_61016401 - General Trip Data/Trip Totals
Hope this help!
Cheers,
Vaibhav

Similar Messages

  • Report for time log on detail for each employees in SAP ABAP-HR report

    hi experts,
          please help me .how to create a report for time log on detail for each employees in SAP ABAP-HR report.please help me.
                                                      thank you

    Hi,
    For Time Management Infotypes , If you want to read the data using macro you need to use the Macro called RP_READ_ALL_TIME_ITY
    Example:
    DATA: BEGDA LIKE P2001-BEGDA, ENDDA LIKE P2001-ENDDA.
       INFOTYPES:  0000, 0001, 0002, ...
                         2001 MODE N, 2002 MODE N, ...
         GET PERNR.
       BEGDA = '19900101'. ENDDA = '19900131'.
       RP_READ_ALL_TIME_ITY BEGDA ENDDA.
       IF PNP-SW-AUTH-SKIPPED-RECORD NE '0'.
          WRITE: / 'Authorization for time data missing'.
          WRITE: / 'for personnel number', PERNR-PERNR. REJECT.
       ENDIF.

  • Displaying/Printing Sub-group Details for Each Parent Group

    My question is based on the example code provided under the "Creating an RTF Template" chapter of the Oracle Business Intelligence Publisher Report Designer's Guide, Release 10.1.3.4, Part Number E12187-01. I modified that example as follows:
    <?xml version="1.0" encoding="WINDOWS-1252" ?>
    - <VENDOR_REPORT> -
    - <LIST_G_VENDOR_NAME>
    - <G_VENDOR_NAME>
    <VENDOR_NAME>COMPANY A</VENDOR_NAME>
    - <LIST_G_INVOICE_NUM>
    - <G_INVOICE_NUM> --TRANS_TYPE
    <SET_OF_BOOKS_ID>124</SET_OF_BOOKS_ID>
    <GL_DATE>10-NOV-03</GL_DATE>
    <INV_TYPE>Standard</INV_TYPE>
    <INVOICE_NUM>031110</INVOICE_NUM>
    <INVOICE_DATE>10-NOV-03</INVOICE_DATE>
    <INVOICE_CURRENCY_CODE>EUR</INVOICE_CURRENCY_CODE>
    <LIST_G_LINE_ITEM>
    - <G_LINE_ITEM>
    <LINE_ITEM_NUM>01</LINE_ITEM_NUM>
    <LINE_ITEM_DESC>WIDGETS</LINE_ITEM_DESC>
    <DATE>10-NOV-03</DATE>
    <PROD_ID>882P</PROD_ID>
    <QTY>50</QTY>
    <UNIT PRICE>3.0</UNIT_PRICE>
    <TOT_AMT>150</TOT_AMT>
    </G_LINE_ITEM>
    - <G_LINE_ITEM>
    <LINE_ITEM_NUM>01</LINE_ITEM_NUM>
    <LINE_ITEM_DESC>STUFF</LINE_ITEM_DESC>
    <DATE>10-NOV-05</DATE>
    <PROD_ID>725P</PROD_ID>
    <QTY>20</QTY>
    <UNIT PRICE>5.0</UNIT_PRICE>
    <TOT_AMT>100</TOT_AMT>
    </G_LINE_ITEM>
    - <G_LINE_ITEM>
    <LINE_ITEM_NUM>01</LINE_ITEM_NUM>
    <LINE_ITEM_DESC>WIDGETS</LINE_ITEM_DESC>
    <DATE>10-DEC-05</DATE>
    <PROD_ID>882P</PROD_ID>
    <QTY>5</QTY>
    <UNIT PRICE>4.0</UNIT_PRICE>
    <TOT_AMT>20</TOT_AMT>
    </G_LINE_ITEM> </LIST_G_LINE_ITEM>
    <ENT_AMT>122</ENT_AMT>
    <ACCTD_AMT>122</ACCTD_AMT>
    <VAT_CODE>VAT22%</VAT_CODE>
    </G_INVOICE_NUM>
    <G_INVOICE_NUM> --TRANS_TYPE
    <SET_OF_BOOKS_ID>124</SET_OF_BOOKS_ID>
    <GL_DATE>10-NOV-03</GL_DATE>
    <INV_TYPE>Standard</INV_TYPE>
    <INVOICE_NUM>031110</INVOICE_NUM>
    <INVOICE_DATE>10-NOV-03</INVOICE_DATE>
    <INVOICE_CURRENCY_CODE>EUR</INVOICE_CURRENCY_CODE>
    <ENT_AMT>122</ENT_AMT>
    <ACCTD_AMT>122</ACCTD_AMT>
    <VAT_CODE>VAT22%</VAT_CODE>
    </G_INVOICE_NUM>
    </LIST_G_INVOICE_NUM>
    <ENT_SUM_VENDOR>1000.00</ENT_SUM_VENDOR>
    <ACCTD_SUM_VENDOR>1000.00</ACCTD_SUM_VENDOR>
    </G_VENDOR_NAME>
    </LIST_G_VENDOR_NAME>
    <ACCTD_SUM_REP>108763.68</ACCTD_SUM_REP>
    <ENT_SUM_REP>122039</ENT_SUM_REP>
    </VENDOR_REPORT>
    In my XML file example there are multiple invoices for each vendor as subgroups under the <G_VENDOR_NAME> group. So that multiple <G_INVOICE_NUM> subgroups maybe embedded under the <G_VENDOR_NAME> group element. I would like to create a schedule (table) displaying line item details for each vendor and invoice number. Using the simplified syntax, I'm having problems displaying the line item details for each invoice. Instead I’m only able to display a single line item for each invoice. Unfortunately my example report cannot be uploaded and "Thread" text does not seem to accurately retain blank spaces. So descriptively the report would have a line for vendor name, separate line for group number, and lne item details displaying consectively by line to the right
    COMPANY A: Vendor Number: ##
    Invoice Number LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    Invoice Number LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    Please ignore the data details of my example report. The values do not exactly match the XML data example above. Based on my XML example, please provide a RTF template marked with the XLS or simplified syntax approach to get my results.
    Thanks.

    Make 2 contacts with an email address each rather than 1 contact with 2 addresses.

  • Person type and assignment status for terminated employee

    Hi,
    When I terminate an employee, is it possible to default the field "type" on "Person type and assignment status for terminated employee" section into another value? Its default values is: "Ex-Employee released".
    Thank you.

    Navigate to Work Structures -> Status and query for all rows with system status Terminated Assignment. select your required assignment status as Default. Untick the other default.

  • W2 process & Final Check for Terminated employee (Payroll)

    -- how to create a Final Check for Terminated Employee ?
    --- How are W2 processed?
    thanks

    Hi Arun,
    You need to delimit IT0588 sty 0001... . till 19.2.2014.... (i.e separation date)
    e.g
    Joining date 1.1.2010
    Termination date :- 19.2.2014...
    Delimit the info type with period as 1.1.2010 to 19.2.2014...
    Hope this should solve your issue...
    Regards,
    Veeram

  • Net Leave not prorated for Terminated employees in View Accrual Screen

    Hi,
    We are using R12 HRMS. In the View Accrual screen, The Net Leave entitlement is considering only the leaves accrued as of the last full month payroll, and not prorating the leaves accrued in the current month for Terminated employees. Can you please suggest the required setups to rectify this.
    Thanks.

    Dear Gaurav,
    I have this code for termination cases; but it is not working. can you please check where it is going wrong.
    IF EMPLOYEE TERMED IN THE MIDDLE OF MONTH. NEED TO COMPUTE TILL LWD.
    if (EMP_TERM_DATE <= PAY_EARNED_END_DATE and EMP_TERM_DATE >= PAY_EARNED_START_DATE) then
    l_tot_elig_days = days_between(EMP_TERM_DATE,PAY_EARNED_START_DATE)+1
    l_term_days = Round((2.5/l_tot_days) * l_tot_elig_days,2)
         if to_char(PTO_DATE_EARNED_START_DATE,'MM') = '01' then
         l_total_leave = Round(LEAVE_ACCRUAL_PLAN_BALANCE_ASG_ITD + l_term_days,2)
         else
         l_total_leave = Round(Total_Accrued_PTO + LEAVE_ACCRUAL_PLAN_BALANCE_ASG_ITD + l_term_days,2)
         message9 = 'No of Leaves in Termination Month ' + to_text(l_term_days)
    else
    /* When New Year Begins – JAN Month*/
              /* if LEAVE_ACCRUAL_PLAN_BALANCE_ASG_YTD <=0 then
                   (Total_Accrued_PTO = 2.5
                   l_total_leave = LEAVE_ACCRUAL_PLAN_BALANCE_ASG_ITD + 2.5*/
    if to_char(PTO_DATE_EARNED_START_DATE,'MM') = '01' then
    l_total_leave = Total_Accrued_PTO
    Total_Accrued_PTO = Round(l_total_leave - LEAVE_ACCRUAL_PLAN_BALANCE_ASG_ITD,2)
    Message10 = ' In Loop for JAN '
    else
    ( message10 = ' In Loop for rest of months '
         if (Total_Accrued_PTO > 0) OR (LEAVE_ACCRUAL_PLAN_BALANCE_ASG_ITD > 0) then
         (l_total_leave = Round(Total_Accrued_PTO + LEAVE_ACCRUAL_PLAN_BALANCE_ASG_ITD - l_encash_days,2)
    else
         if (Total_Accrued_PTO < 0)then
         (l_total_leave = Round(LEAVE_ACCRUAL_PLAN_BALANCE_ASG_ITD,2)
    Message11 = ' In loop for negative accrual ')
    Message12= 'Total Leave accrued ' + to_text(l_total_leave)

  • Enter time for terminated employees in cats

    I am trying to enter time for terminated employees in cats during their active period,but I got "An error occurred on starting the workflow", I checked employee's master data, and standard workflow being triggered ws2000460, everything seems to be fine,any help?

    the error I got right after I tried to submit time entry in cats: "An error occurred on starting the workflow", upon the time time sheet is being submitted, std workflow20000460 gets triggered, but this error prevented it from being triggered. so I deleted this employee's termination action, and his active status got extended to 99991231, then I submitted time for him again, no workflow error, everything seemed working. My guess is that termination action can prevent from submitting time in cats. so I hope any time management expert or workflow expert could verfiy my assumption.

  • How to push the outstanding time sheet for terminated employee?

    Hello Everyone,
    Sometimes employees who are leaving the company forget to submit last time sheet. They get terminated before time keeper has a chance to push the time sheet. Are you aware of any method of pushing time for ex-employees?
    I found the note on Metalink which explains ability for "further payroll processing to occur for the assignment up
    to the Last Standard Process / Final Process dates" (Note: What is the Definition of Final Process Date [ID 824817.1]). I tried to follow it by changing Last Standard Process on the employee term form but I didnt get results.
    Is there a way to push time for ex-employee?
    I appreciate you advice.
    Thanks,
    Kasia

    usual fix, reverse the termination and complete all the flow, then terminate again.
    --Shiv                                                                                                                                                                                           

  • E-rec candidate object for terminated employees

    Hi,
    In an intergrated solution of e-Recruiting with HCM, the internal candidates remain  active after the employee has been terminated from employment.
    Require a standard solution to delete or delimit the candidate objects for all terminated employees.
    Any inputs are highly appreciated.
    BR,
    Sudhir.

    Hello Sudhir,
    the candidate for an employee is still active in the e-recruiting system even when the employee is terminated - this has to be this way. But if you configured the integration correctly the candidate should get the flag IS_INACTIVE in HRP5102 set to X. With this flag set the candidate is treated as external candidate in e-recruiting an can no longer apply to internal publications but to external which is correct. Please check if the flag is set for the candidates, if not check you integration configuration.
    Best Regards
    Roman Weise

  • How to list all reports with details for when it was last run by whom?

    Hi, Expert:
    We are running BW3.5. I need to create a report to get a list of all reports (including queries, workbook, web report) with the details of on which day was the report last executed and which user ran it.
    Is there any report in bussiness contact provide this information?
    I was tring of using statistic cube 0BWTC_C02. Is it the right cube to use?
    I was setting up filter by characteristics "Process Type OLAP" including only values of "Execute Query/Navigation Step" and "Query in WWW", also by characteristics "Object Version" including only value of "Active". Will these filter get correct data?
    Can someone please tell me what the following date/time fields mean? e.g. when it is executed, changed, data captured?
    Key Figure: "Start Date"
    Characteristics: "Calendar Day"
    Characteristics: "UTC Timestamp"
    Thanks,
    Jenny

    Hi,
    This below help link provides a detail description of each and every field of 0BWTC_C02.
    Also it gives details about the calculated key figures like "when the query was last run" etc.
    Check if all your reports based on InfoCubes and are the statistics ON for those cubes or reports?
    http://help.sap.com/saphelp_bw33/helpdata/en/52/e91c3b85e6e939e10000000a11402f/frameset.htm
    Thanks
    El.

  • Offcycle for terminated employees

    dear experts
    can we run offcycle for employees who are terminated or separated or resigned or retired ?
    can we run offcycle for employees whose  in their action infotype , employment status is "withdrawn"
    is it possible by standards?
    regards
    nataraj s

    dear sarath nag,
    i understand that when employees are separated or terminated and their employment status is " withdrawn"
    then  offcycle run is not possible
    but on the other hand, i understand from senior payroll experts that , if employee leaves the company and if their employment status is "inactive" in infotype 0000
    then offcycle can be run and it will work fine.
    is this a correct information ?
    kindly confirm this scenario
    regards
    nataraj s
    payroll consultant

  • Insurance Details for the employee

    Hi,
    How are the insurance details ( setups) handled in oracle hrms( Gulf Countries).?
    Any link or metalink will help
    Regards
    846691

    You can easily achieved by configuring EIT.
    If needed you can enabled Approval using AME
    Thanks

  • I want to include/display the absence details for employee

    Hi
    I want to display the absence details for an employee in the payslip.
    Please guide.
    Minal

    Hi
    I think you got the solution .
    Please do one thing tell the note number and close the thread.
    So that it may be useful for others.
    Manoj Shakya

  • Unable to enter Bank details for Employee

    Hi,
    Is there any possibility to enter Bank details for the Employee in Employee Master Data. This is credit any salary to the employee.
    The provision given for setting up the bank accounts is not getting reflected in the EMD screen. Can anyone please help.
    Regards
    Balaji

    Hi Balaji,
    Please select the county in the Address tab which will automatically display all the
    bank names defined for that country code under Finance tab.
    Regards,
    Vijay kumar

  • Visa Card upload for withdrawn / terminated employees

    Is anyone else having issues uploading the visa files for terminated / withdrawn employees?
    We are currently undoing the termination action, loading the file, then terminating them again.
    Any work around?
    Thanks,
    Dianna

    Hi Janhavi,
    For terminated employees I generally create a custom hiring action (e.g. X1) which includes only minimum infotypes that are required to be maintained for a terminated employee (including IT0001, IT0002, social security number). then I record an LSMW or BDC first running the X1 hiring action and then running the leaving action afterwards.
    Regards,
    Dilek

Maybe you are looking for

  • Third Party Order - Not possible to determine a consumption account

    Hi All, I know there are a number of threads on this subject but the answer for me doesn't seem to be here. The scenario I am trying to configure is around buying and selling software licenses using a Third Party Sales Order process (Item Cat TAS). M

  • Int vlan up while no port connected on the vlan

    Hello, Having a cat3750 stack (Layer2-Layer3, release 12.2.25SEB4), I would like to have an interface vlan up for administration reason with no port connected on this vlan? Do you know a way to get it, wihout using loopback interface, i.e. having a s

  • Thread Pool - EMS

    Hi, How can I increase the number of threads of an EMS (Enterprise Manager Source)? We define a JMS Queue and I only see there are only 5 consumers.. The processing of the messages from the queue are two slow.. Thanks in advance, Julian

  • Best processor for Photoshop

    I'm buying a new system running Windows 7, 64-bit. Does CS3 take advantage of the triple memory channel on the i7-9xx series? The turbo on the i7-8xx is apparently much better, but it's only dual channel memory. I am generally processing dng files th

  • Volume level adjustment

    Well, it's looking pretty good, except for volume levels. The levels were terrific in imovie, but once burned, they are too soft. The menu theme, however, plays nice and loud (this is an imported wav file.) I can, of course, lower the menu theme volu