cancel
Showing results for 
Search instead for 
Did you mean: 

Assign a transaction code to a Quickview in SE93

JulienGirard
Participant
0 Kudos

Hi,

I created a quickview using t-code SQVI. I want to assign this quickview to a transaction code using t-code SE93.

In SE93, I maintained:

Name of screen field: D_SREPOVARI-REPORTTYPE Value: AQ

Name of screen field: D_SREPOVARI-REPORT Value: ????

Which value to I have to maintain for D_SREPOVARI-REPORT ?

Thanks a lot for your help.

Julien

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

D_SREPOVARI-REPORT : <User Group value>

Refer to this link..

Answers (2)

Answers (2)

shadow
Participant
0 Kudos

Hi ,

chek this one.

D_SREPOVARI-REPORTTYPE 'AQ'

D_SREPOVARI-REPORT 'HR G'

D_SREPOVARI-EXTDREPORT ' E2'

Here ..

AQ meant for ABAP Query.

HR is user group and G mean for Global. It has to be after 10 chars( It depends on the filed length of user group tech info).

E2 is Query name(in SQ01).

Regard's

SHAIK.

JulienGirard
Participant
0 Kudos

Impossible for a quickview. I had to create an SAP (ABAP) Query.

former_member194669
Active Contributor
0 Kudos

I think

D_SREPOVARI-REPORT = G

G means Global Area

You need to enter 8 char space (for user group) ,then a space and then G.