HR ABAP Report: Display employee details changes within a time period!!

Dear Friends,
I need urgent help with the below HR-ABAP report.
Thanks in Advance!
Joy
I have to create a report which would display in ALV
A table containing details of all changes to fields specified iby the user within the selected period
Details :: ~
When executing the report, the user will be given the opportunity to select which fields will be displayed in the output of the employee changes table. They will also be given the choice to display the previous value for each field and the date the change becomes effective.
Please Help !!!

First of all ensure that the fields that you need to audit have been configured.
refer to the  documentation of report RPUAUD00.
You will need to create a report that extracts data fromPCL4.
If your audit data has been configure as Lond documents then look at using FM HR_INFOTYPE_LOG_GET_LIST  &
HR_INFOTYPE_LOG_GET_DETAIL
If not you will to extract the header info & then the BELEGE info - beware of the differnt operas inuse.
J

Similar Messages

  • Display employees details in the stacked canvas from the content canvas

    Hi all,
           I want to display employees details in the stacked canvas from the content canvas,where i passed the empno & click on the find button , i have 2 blocks(emp,control), in control block only find button there, I have only one table i.e;emp
    BEGIN
        GO_BLOCK('EMP');
        Set_block_property('EMP', default_where, 'Empno = :EMP.EMPNO');
         Show_view('EMP_DET_CAN');
        execute_query;
    END;
    Thank You

    Hi Andreas Wieden,
    Andreas Weiden wrote:
    When you query on the EMP-block, yiou cannot include a WHERE-condition to that block as the block is cleared when the EXECUTE_QUERY starts. If you want to have a different find-block where you enter your search-condition, you have to include that item in your separate find-block. Otherwise use the standard-search-mechanism with ENTER_QUERY and EXECUTE_QUERY.
    You are right, so where clause is not possible in the same block, right?.I have to take empno column where it is a search column into the control block right?
    Please suggest me i want to retrieve records into the stacked canvas when i pass the empno & click on the find button in the content canvas? Is this not possible? If possible please let me know? I mean i want to take the search column in the EMP Block & find button in the control block..
    Thank You

  • Abap report for PO details including the person releasing the PO last.

    Hi gurus,
    I need to create a abap report for the purchase order details. I am finding difficulty in getting the last person who released the PO. Can anyone tell me how can I get the person who released the PO last ??
    From which table I can get this detail ??

    Hey hi ,
    thanks for your reply,
    Actually , I already went through the tables before, but here, there is one scenario listed below which is creating the problem :
    1. There are two person related with the release of PO and either of the two can release the PO ( in other's absense ). Now, how to check who released the PO among the two. Here link with the PO is necessary as the person released this PO might not release the next PO.
    Thats why i feel the link of the PO must be existing based on release code too. As suppose the organization assign another manager to release the PO, it should not affect previous PO's released by the Old manager.
    thanks
    Edited by: kanak bhandari on Feb 6, 2008 1:19 PM

  • PA30 Display Employee details on the Header Screen

    Dear Team:
    Sometimes I see that using transaction PA20 or PA30, when I give the Personnel Number, in the header screen, I do not see any employee information for some employees and could able to see other employees.
    Anything that restricts us to see the employee details in the header screen.
    If it is an authorization issue, what is the check that is restricting the same. Which authorization details should the I have to look for the employee details in the header screen.
    Thanks and Regards
    Team Member.

    Below are already avialable in the table.
    00     A     60
    00     B     80
    01     A     01
    01     B     21
    02     A     02
    02     B     22
    03     A     03
    03     B     23
    04     A     04
    04     B     24
    05     A     18
    10     A     00
    10     B     20
    45     A     45
    Regards
    Team Member

  • Inactive Item report to show Item bought within a specific period and not sold within a specific period by whse and have stock

    Hi
    I'm trying to come up with query report to show Inactive Item bought within a specific period and not sold within a specific period by whse and have stock
    The report should show  Item Number, Item Name ,Item cost,Retail Price [Based on a price list], Qty in Whse, Last Purchase Date, Last sale Date etc.
    e.g item bought between 2011-2013 and have not been sold with the same date range or the last 12 months.
    Regards
    Brian Ndunda.

    Hi,
    Try this query:
    SELECT T0.[ItemCode], T0.[ItemName], T0.[OnHand], T0.[AvgPrice], T0.[LastPurPrc], T0.[LstSalDate] FROM OITM T0  left JOIN INV1 T1 ON T0.ItemCode = T1.ItemCode left JOIN OINV T2 ON T1.DocEntry = T2.DocEntry WHERE T1.[Quantity] is null and  T0.[OnHand] >0 GROUP BY T0.[ItemCode], T0.[ItemName], T0.[OnHand], T0.[AvgPrice], T0.[LastPurPrc], T0.[LstSalDate]
    Thanks & Regards,
    Nagarajan

  • MSS reports displaying Employee Information iView

    Hi all,
    I'm currently working on MSS project where I'm trying to show reports on MSS portal.
    I have done the neccessary configurations regarding tables:
    T77MWBS (Manager's Desktop Senarios)
    T77MWBFCD (Function Code Definitions)
    T77MWBFCO (Object-dependent Function Codes)
    T77MWBFCH (Function Code Hierarchies)
    and also converted MDT data to MSS Reporting Launch Pad using RPT0 senario.
    The reports are showing in the MSS portal but when i click on for instance Birthdays, a new window pops up showing Launchpad for Reports page but I'm not able to define selection criteria i.e. select an employee from a list but instead I'm redirected to General Information page where General Data and Personal Data iViews are displayed. I clicked the Options button on the popup window to view Details and I'm able to see:
    Portal Components: com.sap.portal.wdintegrator.WebDynproIntegratorPage
    Object ID:  pcd:portal_content/com.customer.customer_content/com.customer.customer/com.customer.roles/com.customer.mss/com.sap.pct.erp.mss.general_information
    A theori i have is that Launchpad for Reports is redirecting me to General Information page and maybe the issue lies here. If that's the case, where do i change the pcd path to the correct Launch pad?
    I'm missing some configuration but can't seem to figure out what.
    Now, I'm hoping for you experts to guide me and show me the way to a successful and working portal solution.
    Points will be rewarded to helpful answers.
    Thanks in advance.
    Regards,
    Messay
    Can somebody please help me with this issue, it's urgent!!
    Edited by: Messay on Dec 1, 2011 11:09 AM

    Hello,
    Yes, you can build a WDA application to pick up the events from the WDJ application if and only if the events are portal events - quite a few of the WDJ apps actually share information through using a common component - not events.
    I would also check however, that there is not an easier way of picking up which employee has been selected - you may be able to within the RFCs that are being called add an enhancement to export the selected person to a shared memory object, which could be read by the WDA component.
    I've used this in the past to allow a WDA report to be launched from a WDJ application - taking the details of the selected item (in particular this was for WDA reporting on MSS ECM).
    Not sure what you mean with respect to the eventing of the FPM.
    You cannot include a WDA component as a Java FPM VC - so there is no way of having the WDA within your Java FPM application - events you raise to the FPM are only handled within the application.
    An alternate approach is to use the OADP views for selection and configure the columns to have links that open new windows, use the proxy class of the HPF link to embed in each link the personnel number of the employee selected - pass this as a URL parameter to the new page, this can then be picked up by both WDA applications.
    Hope this helps,
    Cheers,
    Chris

  • How do I get to display employee job titles within a list?

    I want to create a list that will hold employee data. I have a requirement to auto populate a second column based on a previous entry in the first column. More details....if the end user enters in an employee name in the first column, I want to be able to
    display the selected employee's job title in the second column. Is there a way to do this without writing custom code in SharePoint? Is there a way to use a lookup column to display this information? If so, how?
    I really appreciate the help/ideas. Thanks.

    Hi,
    As I understand, you need to auto populate Job Title per an account name in person or group field.
    I'd suggest you use InfoPath rule to auto populate. If you need to get properties in User Profile, you can refer to the article below:
    http://blogs.technet.com/b/anneste/archive/2011/11/02/how-to-create-an-infopath-form-to-auto-populate-data-in-sharepoint-2010.aspx
    However, Job Title is not listed. We can use User Information List to get Job Title of user. By default, Job Title is not available in User Information List. Please go to User Profile Service Application > Manage User Properties > Job Title > Edit
    > Policy Settings, uncheck User can override and check Replicable.
    Then manually run timer jobs below:
    Now check User Information List via
    http://sitename/_catalogs/users/simple.aspx  > Edit page > edit web part > edit current view, see if Job Title is listed.
    If so, then we can use UIL list to get Job Title value per Account name.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • SQL Report Display Error when change LOVs In Report Attribute.

    Dear Friend,
    i have created SQL Report .Now In Agent Name Column ,Agent_code is Display .
    i want to display Agemt Name In to Agent_CODE Column so i have change in Report Attribute-->edit column AGENT_CODE-->Tabular Form Element-->Display As text (Based on LOV,Does not save state) -->List of Values -->Agent_name
    Apply Changes .
    Then it show me Below Error in Report
    report error:
    ORA-20001: Error fetching column value: ORA-06502: PL/SQL: numeric or value error: character string buffer too smallHow to resolve it?
    Thanks
    Edited by: Vedant on Sep 5, 2011 10:06 PM

    Dear Jari,
    yes i am not using Named LOV ,
    i am follow
    Report Attribute-->Tabular Form Element-->Display As text (Based on LOV,Does not save state) -->List of Values -->Agent_nameThen Show me Error.
    thanks
    Edited by: Vedant on Sep 6, 2011 1:37 AM

  • How to place a ABAP report program into a Change Request?

    I used to create an ABAP4 report program, but maybe when I created it, I created it as local or $TMP that there is no any Change Request related to this program.  Now I want to transport this program from Development to Test, how would create a Change Request that includes this program?
    Thanks in advance!

    Kevin,
    Generally objects saved in a local package are not transported. You should always assign those objects to a change request and a developemnt class or package.
    Copy your program in to a new program and assign that new program to a CTS and a package. Then you always can rename the new program name to the old programs name once after deleting the old program.
    Thanks

  • Generate report for employees on leave for a given period

    Hi,
    I want to know how can i extract a report of a list of employees who are on leave for a given period of time?
    For instance i want to a list of employees who are on vacation / leave (any kind of leave) for the period of April 2010
    Is there a standard report to generate this info? or any other way of doing it?
    Regards,
    Humaira

    HI all,
    Thanx for the response.
    The info set Query was great help.
    the Tcode PT_QTA10 only gives me the leave Quota of the employees which was also helpful. Thanx
    Regards,
    Humaira

  • Static content which can be changed in specific time period.

    Hi All,
    I have a requirement where I need to create a application and put some static data ( text and images) in that.
    for example all projects running under one company or like security policies of a company( which won't change daily basis, it will be changed once in 15 days or 30 days )
    client ( with some special rights/role) will change the data for every 15-30 days.
    How can I do it efficiently.
    ( like XML form builder or using KM or any other way).
    appreciate quick and accurate suggestions.
    regards,
    Pradeep

    Hi Pradeep,
    Two ways you can do this.
    1. Create an HTML Page in KM and create a KM Document iView and make it point to your HTML Page. In this If the user wants to edit the HTML Page, he can login to portal and modify the HTML using "Edit OnLine"....
    Or
    2. Create the HTML Page in server and create an HTTP alias of this HTML Page, then create a URL iView, which will point to this HTTP Alias. with this user dont have to access the KM to change the HTML Content. He can login to server and make the required changes...
    Here is the path to blog on how to create an HTTP Alias.
    Creating an HTTP Alias in WAS
    Regards,
    Srinivas.

  • Selecting duplicates within a time period of each other? [SOLVED]

    Using Oracle 9i 9.2.0.6.0
    I'm trying to return all the rows in a table where the entries are the same and within a certain amount of time of each other (15 seconds or less). The time is not stored as a date, but rather as a number, seperate from the date column. What makes an entry a duplicate is based on a combination of columns in the table.
    If the table is:
    store_id   customer_id   product_id   date_started   time_started
    101 12345 001 2008/09/14 153412
    101 22345 001 2008/09/14 153413
    102 12222 021 2008/09/14 161005
    102 12222 040 2008/09/14 161120
    102 33355 555 2008/09/14 171244
    102 33355 555 2008/09/14 171244
    300 70012 313 2008/09/14 111502
    300 70012 313 2008/09/14 111503
    300 70012 313 2008/09/14 111504
    300 54321 424 2008/09/14 153412
    I would want to return
    102 33355 555 2008/09/14 171244
    102 33355 555 2008/09/14 171244
    300 70012 313 2008/09/14 111502
    300 70012 313 2008/09/14 111503
    300 70012 313 2008/09/14 111504
    I can't seem to wrap my head around how to do this. Any suggestions?
    Edited by: user10269852 on Sep 16, 2008 1:27 PM
    Edited by: a small rabbit on Sep 18, 2008 7:49 AM

    SQL> with t as (
      2             select '101' store_id,'12345' customer_id,'001' product_id,to_date('2008/09/14','YYYY/MM/DD') date_started,153412 time_started from dual union all
      3             select '101','22345','001',to_date('2008/09/14','YYYY/MM/DD'),153413 from dual union all
      4             select '102','12222','021',to_date('2008/09/14','YYYY/MM/DD'),161005 from dual union all
      5             select '102','12222','040',to_date('2008/09/14','YYYY/MM/DD'),161120 from dual union all
      6             select '102','33355','555',to_date('2008/09/14','YYYY/MM/DD'),171244 from dual union all
      7             select '102','33355','555',to_date('2008/09/14','YYYY/MM/DD'),171244 from dual union all
      8             select '300','70012','313',to_date('2008/09/14','YYYY/MM/DD'),111502 from dual union all
      9             select '300','70012','313',to_date('2008/09/14','YYYY/MM/DD'),111503 from dual union all
    10             select '300','70012','313',to_date('2008/09/14','YYYY/MM/DD'),111504 from dual union all
    11             select '300','54321','424',to_date('2008/09/14','YYYY/MM/DD'),153412 from dual
    12            )
    13  select  store_id,
    14          customer_id,
    15          product_id,
    16          date_started,
    17          time_started
    18    from  (
    19           select  t1.*,
    20                   case
    21                     when lead(datetime_started) over(partition by store_id,customer_id,product_id order by datetime_started) - datetime_started <= 15 then 1
    22                     when datetime_started - lag(datetime_started) over(partition by store_id,customer_id,product_id order by datetime_started) <= 15 then 1
    23                     else 0
    24                   end indicator
    25             from  (
    26                    select  t.*,
    27                            to_date(to_char(date_started,'YYYYMMDD') || to_char(time_started,'000000'),'YYYYMMDDHH24MISS') datetime_started
    28                      from t
    29                    ) t1
    30          )
    31    where indicator = 1
    32  /
    STO CUSTO PRO DATE_STAR TIME_STARTED
    102 33355 555 14-SEP-08       171244
    102 33355 555 14-SEP-08       171244
    300 70012 313 14-SEP-08       111502
    300 70012 313 14-SEP-08       111503
    300 70012 313 14-SEP-08       111504
    SQL> SY.

  • Smart playlist based on play counts within specific time period?

    I have tooled all around with the smart playlist options, and this is not a possibility, based on the options iTunes gives you. So I'd like to know if there is a posibility that a script can be written for something like this.
    What I want is to be able to create a smart playlist that generates a list of songs that I played a lot during a certain time. For example, if I want to listen to a collection of songs that I had been listening to a lot back in October, I would want an option to do something like this.....
    Plays (from [10/01/13] to [10/31/13]) is: (greater than) [12]
    Meaning I played it more than 12 times in October alone. Could've played it before that, could've played it after that, but I only want the 13+ October plays to be considered.
    Using the options "plays" and "last played" isn't going to work, because that's just gonna eliminate any song that I played again after that time period.
    So can a script be written for something like what I'm looking for?
    I don't know if it's a posibility because that would mean that iTunes would have to log every single play on a song, and I don't think it does that. I think it erases its memory of the previous play date each time the song is played again.

    The last iPod update I had is at least 3 month ago (iPod click wheel, system version 3.1). I am pretty sure that the live update at least those based on play count still did work after that. After updating to iTunes 5 it definitely was gone. I don't know if it is iTunes 5, but this is when I realized it and I did not install anything else for my iPod the last couple of months.
    I am pretty sure that it worked before, because I used to listen to audio books that consist of 5 minutes track. The live update helped to avoid listening to the same track twice. I would have recognized the missing live update earlier otherwise.

  • Employee Detail with their image

    Hi,
    I have a Employee Table and Each employee has a image.I am using Region type as Pl/sql anonymous block. i want to display Employee Detail with their Image. How i can do this?

    Hi Pars,
    I refer to sample application and find code there for image display in report. The code is
    decode(nvl(dbms_lob.getlength(p.product_image),0),0,null,
        '<img style="border: 4px solid #CCC; -moz-border-radius: 4px; -webkit-border-radius: 4px;" '||
        'src="'||
        apex_util.get_blob_file_src('P6_PRODUCT_IMAGE',p.product_id)||
        '" height="75" width="75" alt="Product Image" title="Product Image" />')
        detail_img,
    what should i replace with P6_PRODUCT_IMAGE because i don't have this item. In my code first row td has static image code. how i can replace this.
    my code is
    DECLARE
    rec USER_MAS%rowtype;
    begin
    htp.p('
    <html>
    <body>
    FOR REC IN (select EMP_ID, FIRST_NAME, LAST_NAME, ADDRESS_1, CITY_NAME, PINCODE, MOBILE_NO, EXT_CODE, EMAIL_ID, SKYPE_ID ,EMP_IMAGE, FILENAME,MIMETYPE from INT_EMP_MAS WHERE EMP_ID=:P102_EMPLOYEE_ID or upper(FIRST_NAME)=upper(:P102_EMPLOYEE_ID) OR upper(LAST_NAME)=upper(:P102_EMPLOYEE_ID))
    LOOP
    htp.p(' <table WIDTH="100%">
    <tr></br></tr>
    <tr>
    <td ALIGN="CENTER" ROWSPAN="15" ></br><img src="#WORKSPACE_IMAGES#download (2).jpg" width="60" height="50"/></td>
    <td>Emp ID :</td>
    <td>'||INITCAP(REC.emp_id)||'</td>
    </tr>
    <tr>
    <td>Name:</td>
    <td>'||INITCAP(REC.FIRST_NAME)||' '||INITCAP(REC.LAST_NAME)||'</td>
    </tr>
    <tr>
    <td>Mobile No:</td>
    <td>'||REC.MOBILE_NO||'</td>
    </tr>
    <tr>
    <td>Ext.Code:</td>
    <td>'||REC.EXT_CODE||'</td>
    </tr>
    <tr>
    <td>Email ID:</td>
    <td>'||REC.EMAIL_ID||'</td>
    </tr>
    <tr>
    <td>Skype ID:</td>
    <td>'||REC.SKYPE_ID||'</td>
    </tr>
    htp.p('
    </TABLE>');
    END LOOP;
    htp.p('</body>
    </html>');
    end;
    Thanks & regards
    Vedant

  • Macro Details in ABAP report

    Dear Friends,
    I would like to get a demand planning macro's detail in a ABAP report that I plan to develop manipulate the Macro attributes. My questions are:
    1. Is it possible to come up with a report like this
    2. If so, what is general approach to do the same  - any function module calls or any other ways of getting the macro details in the ABAP report?
    Thank you and Best Regards,
    Guru

    Hi Guru,
    For this requirement i think ABAP program is not required.you can do in macro itself in DP.
    As per my understanding i think you are trying to execute the macro step for the period current week + 1.
    If this is the case then With the ITERATION_COUNTER macro function, you can determine the value of the step counter, that is, the number of periods that have already been processed. For example, if you only want to process the third and fourth future periods, you can define a step that processes the entire future and use an IF statement to check within the step whether the step counter assumes the value three or four and only then execute the calculation.
    Note that changing macro attributes,activate using ABAP report is too complex .
    Hope this will helps you.
    Regards,
    Sunitha

Maybe you are looking for

  • PI repository url does not work (PI 7.11)

    http://host:port/rep/start/index.jsp does not run. It gaves error below. What must i do? Thanks. Error Internal Error Internal error; contact your system administrator Unable to read configuration data (ExchangeProfile/aii.properties)

  • CS6 repeatable crash event (cs5 project)

    hi everyone ok so today i installed CS6. i have been running CS5 up till now. the CS 5 project I am currently working on crashes me out of Ae when I select certain compositions in the project window. when I open cs5 and select the same comps they wor

  • Using 1.3.1 plug-in if 1.4 is installed

    I want to make sure that the end user is going to run an applet using the Java 1.3.1 plug-in, even if a 1.4 plug-in is installed. However, the client machine uses the 1.4 if it is installed. How can I "force" the browser to use the 1.3.1 plug-in even

  • Downloaded movies now only available via the Cloud

    I've purchased (not rented) and downloaded several movies and TV shows to my daughter's iPad (over the past several months).  All of a sudden, as of yesterday, only three of them are still available directly from the device (i.e. operating without Wi

  • Message "cannot find Itunes on this computer"

    Hi - I have a weird problem - I Tunes is installed, I can access and use it (and the store) from the taskbar and Google Chrome, but can't access it from Explorer - I get a message "can't find ITunes on this computer" and a download icon. I've tried d