Application Development 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: 

In PA30 transaction of HR

Former Member
0 Kudos

Hi All,

In PA30, if there is any changes made by user, can it be track as who(userid), when(datetime) and from which terminal(computer) he has changed the record?

Also is it possible to restrict user from login from terminal assigned to them?

Any help will be appreciated!!

I have already raised a new thread in HR, will give you the feedback once it is answered.

regards

Prash

5 REPLIES 5

Former Member
0 Kudos

Hi,

yes it is possible to track the changes made by the user in PA30, for that you need to turn on the trace on a particular user in SM19 and you can view the result in SM20.

Reward points, If helpful

Regards

Malti!!!!!!!!!!

Former Member
0 Kudos

I have got something from another thread, that there is one transaction S_AHR_61016380 which gives the details.

But my question still lies with the workstation name.

And also my 2 question?

0 Kudos

oh, did not see your last post....

Bernhard_SAP
Employee
Employee
0 Kudos

Hi Prashant,

there is an exit at logon, which you can use to verify, from which Terminal the user logs in.

Pls refer to [SAP Note 37724|https://service.sap.com/sap/support/notes/37724]

to get the terminal name in that exit:

CALL FUNCTION 'GUI_GET_DESKTOP_INFO'

with TYPE = 1 "Computer name

2 "Windows directory

3 "System directory

4 "Temp directory

5 "User name

6 "Windows platform

7 "Windows build no.

8 "Windows version

9 "Program name (SAPGUI.EXE)

10 "Program path

11 "Current directory

12 "Desktop directory

to logoff a user:

call 'SYST_LOGOFF'.

Pls test your coding carefully to avoid, that nobody can login anymore!

I think the post of Malti will not provide the data you require for PA30 , as with sec-audit the change cannot be identified....(?)

b.rgds, Bernhard

Former Member
0 Kudos

Not yet tried. Sorry..