Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

TEMS Report

aarif_baig
Active Participant
0 Likes
1,332

Hi Abapers,

                 I have a requirement where in I need to develop an Audit report for Qualifications infotytpe 0024.

Scenario :

              Generally Qualification infotype is updated through business event like going through tcode psv1 and psv2 don't have much clue about it.

But user wants to see the data of the employees who have manually updated Qualification infotype via PA30.

Can anyone explain me how this thing works I don't have any expereince in TEM module.

Please Help

1 ACCEPTED SOLUTION
Read only

aarif_baig
Active Participant
0 Likes
1,242

Hi guys,

             Just an update on this one,

  HRVPAD25 is a table which has all the entries which occurs through business event.

So the logic is :

Fetch data from HRVPAD25 table

Use FM

  RHPP_Q_PROFILE_READ this will give you all the qualification now we can compare both if there is any mismatch that entry has not come from business event.

This worked for me and can be useful to other people as well.

Thanks everyone for your time and help.

Hi Abapers,

                 I have a requirement where in I need to develop an Audit report for Qualifications infotytpe 0024.

Scenario :

              Generally Qualification infotype is updated through business event like going through tcode psv1 and psv2 don't have much clue about it.

But user wants to see the data of the employees who have manually updated Qualification infotype via PA30.

Can anyone explain me how this thing works I don't have any expereince in TEM module.

Please Help

8 REPLIES 8
Read only

AnishOommen
Explorer
0 Likes
1,242

Hi Aarif,

Are you referring to developing a report to show details from Infotype 0024 that have been modified?

If so, please go through the following link which should be able to help you out :

http://help.sap.com/saphelp_erp2005/helpdata/en/d8/2d183828204b1ae10000009b38f889/content.htm

Regards,

Anish Oommen

Message was edited by: Anish Koshy Oommen

Message was edited by: Anish Koshy Oommen

Read only

0 Likes
1,242

Thanks for ur reply but unfortunately this is not what I am looking for

Read only

0 Likes
1,242

Hi Aarif,

Are you suggesting that the report should pull data only for those employees who have manually updated Qualification infotype via PA30 ?

Could you please be a bit clear on the actual requirement.

Regards,

Anish Oommen

Read only

0 Likes
1,242

Hi Anish,

             Not exactly it should show both kind of comparison report

Read only

0 Likes
1,242

I have found a way of achieving it and going to try it if it works will update here

Read only

0 Likes
1,242

Hi,

We hope you back.

Regards,

John.

Read only

AnishOommen
Explorer
0 Likes
1,242

Hi Aarif,

Pls do post the solution if it works,

Regards,

Anish Oommen

Read only

aarif_baig
Active Participant
0 Likes
1,243

Hi guys,

             Just an update on this one,

  HRVPAD25 is a table which has all the entries which occurs through business event.

So the logic is :

Fetch data from HRVPAD25 table

Use FM

  RHPP_Q_PROFILE_READ this will give you all the qualification now we can compare both if there is any mismatch that entry has not come from business event.

This worked for me and can be useful to other people as well.

Thanks everyone for your time and help.