SQVI – Quickviewer

Like the Data Browser (SE16) reviewed in the last article, Quickviewer (transaction SQVI) is very useful tool for quick and dirty reporting through Adhoc Queries. The advantage of using Quickviewer is it ability to perform table joins enables us to display data from multiple tables.

In the example below, we create a query to return the tcodes executable by an indivdual user. We name the query “Z_USER_TCODE” using table join.

SQVI - Initial Screen
SQVI - Initial Screen
SQVI - Query Definition
SQVI - Query Definition

On clicking the check button, we get to the design window shown below. We insert the three tables which we will be using for our report and add graphically add the join conditions as shown below.

SQVI - Join Conditions
SQVI - Join Conditions

Once the data sources and join conditions are set up, we need to check the fields appearing in the selection and list output. We have the option or changing the field order of both the selection and list screens or even the sort order of the resulting data.

SQVI - Selection & List Fields
SQVI - Selection & List Fields

We now save our query and click the execute button. In the example, we filter the query to return the tcodes for user “test_user”.

SQVI - Query Selection Screen
SQVI - Query Selection Screen

The output returns a list of tcodes that can be executed by the user and also the role which contains the tcode.

SQVI - List Output
SQVI - List Output

2 thoughts on “SQVI – Quickviewer

  • October 21, 2013 at 3:32 am
    Permalink

    what’s this T-code used for? can anyone let me know the function please? Thanks

    Reply
    • October 28, 2013 at 10:22 am
      Permalink

      It is used for creating quick reports based on table joins or infosets. Ideally the use of SQVI should be limited in production system as it is a resource hog and a wrongly written join can affect performance pretty drastically.

      Reply

Leave a Reply

Your email address will not be published. Required fields are marked *