cancel
Showing results for 
Search instead for 
Did you mean: 

Find selection criteria used by a user

Former Member
0 Kudos

Hi,

One of our business users gets a time out error when she executes a Z t-code (dialog mode). Is there a way that I can find out the selection criteria enabled by her while using this t-code. I did dig around ST04 but could'nt nail it. Thanks for your time.

Regards,

Aj

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member66264
Contributor
0 Kudos

Do you know it before or after the timout dump?

if you know she will use it:

trace the user via ST12, should be part of the SQL

st12 -> user, start trace

if it's after, then you have to look in the dump..

ST22

look for here ID

Most of the time you will see the select statement where it failed. if you ctrl f the parameters, you should find it back in the varialbe sections

Former Member
0 Kudos

Hi ,

use Transaction code SUIM

Regards

ASADUZZAMAN

Former Member
0 Kudos

Hi Shilamoni,

Thanks for your reply. I already have the user info who executed the t-code. I want to know the selection criteria used by the user, like the time interval that the user uses to retrieve data for.

Cheers!!