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: 

Open a Report when user logon to SAP.

Former Member
0 Kudos

Dear gurus

I like to make news bulletin application when ever a user logon to SAP my created bulletin shows first on the screen.

can this be done ?

Regards Saad Nisar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Should be possible. Check User Exit SUSR0001 which gets called whenever user logs in..

7 REPLIES 7

former_member194669
Active Contributor
0 Kudos

In the main screen > top menu> extras-->Set Start Transaction

0 Kudos

can't this be done through coding?.

everyone can set it off. i dont want it to be set off.

0 Kudos

with the report ADMIN_SET_START_TRANSACTION_FO you can set the start transaction for other users

or


    CALL FUNCTION 'NAVIGATION_GET_START_TCODE'
         EXPORTING
              UNAME       = i_usr02-bname
         IMPORTING
              START_TCODE = start_tcode_dummy.

Former Member
0 Kudos

Should be possible. Check User Exit SUSR0001 which gets called whenever user logs in..

0 Kudos

Dear Shital

I went to cmod

created my Z Project

and enter enhancement assignment SUSR0001

it doen't allow me to edit.

Former Member
0 Kudos

Hi Saad Nisar,

Would You try Start Transaction?

Create a Transaction to that Report .

In the initial Screen go to this parth Extras->Set Initial Transaction(or Shift+F7).

I think This Helps You.

Regards,

Raghava Channooru.

Former Member
0 Kudos

Try with enhancement "SUSR0001", Component : EXIT_SAPLSUSF_001.

Regards

Vinod