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: 

User Login and execute report of function automatically (dialog?)

Former Member
0 Kudos

hi experts,

can i execute the report or function module when user login?

is it possible

thanks&regards

srinivas

Edited by: Julius Bussche on Sep 6, 2008 9:12 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can try using Enhancement SUSR0001. This enhancement gets triggered when the user logs in.

You can write your call to FM and report in include ZXUSRU01.

2 REPLIES 2

Former Member
0 Kudos

There are a number of ways of doing this.

The easiest of these is to use the "Start Transaction" - the user can however control this themselves via the menu of the session_manager.

Perhaps if you can tell us what this report or FM should do, then a better place to activate it can be suggested?

Cheers,

Julius

ps: please also use a more descriptive subject title.

Former Member
0 Kudos

You can try using Enhancement SUSR0001. This enhancement gets triggered when the user logs in.

You can write your call to FM and report in include ZXUSRU01.