cancel
Showing results for 
Search instead for 
Did you mean: 

how to remove "start transaction" setting

Former Member
0 Kudos

Hi,

this is probably easy to answer, but I couldn't find an answer anywhere...

I have a couple of systems where a transaction runs everytime a user logs on.

I don't have anything set on the menu option "Extras" - "Set start transaction" nor on the SU01 default settings.

Where else can something like this be set?

thanks

Antonio

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi Antonio,

Please refer information in thread for various available options

Regards,

Deepak Kori

Answers (2)

Answers (2)

Former Member
0 Kudos

This is the correct answer to my question:

We can do it globally for all users.

Check Function module exit EXIT_SAPLSUSF_001.

Simply use CALL TRANSACTION 'ZTEST'. inside it and assign it to a project.

Follow below steps:

Goto -> Tcode SMOD ->Enter SUSR0001 -> Click display -> Click Components -> Double click on EXIT_SAPLSUSF_001 -> Double click ZXUSRU01 -> goto change mode -> Enter code CALL TRANSACTION 'ZTEST'.  (Your 'Z' transaction) -> Activate.

Now Goto -> Tcode CMOD ->Enter Project name -> Click create ->Enter Short text ->Click Enhancement assignments -> Enter SUSR0001 -> Save -> Click Components -> Click activate.

Log off and login again.

thanks, Divyanshu Srivastava 

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Antonio,

When you login and you get su01 type /ofyhvff a random transaction and you will land on a home page with out any start transaction.  Now from one of the above tab remove there is an option to set/unset start transaction.

Regards