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: 

Sending Fire fighter mail notification once user log off

Former Member
0 Kudos

Hi Experts,

I am working on a custom program which will send mail notification to the concerned person once the user with fire fighter access will logged off.

Kindly guide me how to make this authomated....i am stuck on this " How the triger the mail when user is getting log off"

Regards,

Anil Sahni

1 ACCEPTED SOLUTION

former_member205763
Active Contributor
0 Kudos

Hi Anil,

Check this report: SAPMSDYP - Pop-ups for messages and confirmation prompts when logging off (screen 0011)

put breakpoints on this and see how it works, if you are on eCC6 then you can implement an enhancement spot in this report.

9 REPLIES 9

former_member205763
Active Contributor
0 Kudos

Hi Anil,

Check this report: SAPMSDYP - Pop-ups for messages and confirmation prompts when logging off (screen 0011)

put breakpoints on this and see how it works, if you are on eCC6 then you can implement an enhancement spot in this report.

0 Kudos

But what if the user logs off via /nex?

Rob

0 Kudos

Hi Rob,

Yes, /nex will fail the solution i should have mentioned that, but to my knowledge there are no user exits at logoff, and this the only workaround that i could think off,

i'm not sure if there is any way to block /nex for specific users, as in that case it could be blocked for FF user ids,

Regards,

Kartik

0 Kudos

It's a pretty difficult thing to implement. There are other problems as well. What if the session times out?

I would look for a procedural solution.

Rob

0 Kudos

i was wondering if one solution could be running a background job to monitor may be sm04 to detect the logoff, probably i was thinking too much,

but then i found out this "/VIRSA/ZVFATBAK" a standard report to monitor log of ff logins,

sap note 1065048 talks about some configuation to be made to send the job log to the relevant persons at the end of ff activity.

didnt dig in deeper as grc is alien to me. but i think the OP or the community might take it forward from here.

0 Kudos

Hi,

And what about audit tools? in SM19 you have possibility to trace when user logoff. You can see it in SM20. Maybe it could be of any use for you.

BR

Marcin Cholewczuk

Former Member
0 Kudos

Thanks a lot all, for your valuable inputs....but still struggle with this issue

0 Kudos

Hi Anil,

Can you let me know if tried to use the standard report and went through the note? it seems to address a similar requirement.

Regards,

0 Kudos

Hi Actually,

Over here some internal discussion is going on ...it seems like in GRC there are some parameters needs to be set up by security folks ....that will cover this requirement.

Custom development is on hold w.r.t ABAP.

Regards,

Anil Sahni