Contract Item Price Report with QuickViewer in SAP

In SAP there are lots of reports. Nevertheless for some reasons users may need reports different than existing ones. Generally to have such reports an ABAP or a BI source is needed. However without any coding skills users may also design his or her own reports with a tool named QuickViewer in SAP.

In this article a sample report for the purpose of displaying item prices will be designed.

Contract Item Price Report with QuickViewer - Mind Map
Contract Item Price Report with QuickViewer – Mind Map

SQVI Access

Enter SQVI transaction code to command area and press “Enter” button on the keyboard:

SQVI - Transaction Code Entry
SQVI – Transaction Code Entry

Give a name for the quick view and then click “Create” button:

QuickViewer - Initial Screen
QuickViewer – Initial Screen

On the upcoming pop-up window give a title for the quick view and select the data source as “Table Join” and press “Enter” button:

Quick View Specifications
Quick View Specifications

Join Tables

Click “Insert table” to add join tables for the quick view:

Quick View Data Source Insert Table - 1
Quick View Data Source Insert Table – 1

Write “EKKO” and click “Continue“:

Quick View Data Source Insert Table - 1 - EKKO
Quick View Data Source Insert Table – 1 – EKKO

Click “Insert table” to add join tables for the quick view:

Quick View Data Source Insert Table - 2
Quick View Data Source Insert Table – 2

Write “EKPO” and click “Continue“:

Quick View Data Source Insert Table - 2 - EKPO
Quick View Data Source Insert Table – 2 – EKPO

Click “Insert table” to add join tables for the quick view:

Quick View Data Source Insert Table - 3
Quick View Data Source Insert Table – 3

Write “A016” and click “Continue“:

Quick View Data Source Insert Table - 3 - A016
Quick View Data Source Insert Table – 3 – A016

Click “Insert table” to add join tables for the quick view:

Quick View Data Source Insert Table - 4
Quick View Data Source Insert Table – 4

Write “KONP” and click “Continue“:

Quick View Data Source Insert Table - 4 - KONP
Quick View Data Source Insert Table – 4 – KONP

Review the automatic relations among the tables and make the related connections. Here two of the relations are deleted:

Quick View Data Source Reletion Revisions
Quick View Data Source Reletion Revisions

Click “Check Link Condition” button:

Check Link Condition
Check Link Condition

Below message says there is no problem with the conditions:

Link Conditions Check Message
Link Conditions Check Message

Press “Back” to reach the report design screen:

Back from SQVI table joins
Back from SQVI table joins

Selection Fields and List Fields Determination

Shown area can be extended as needed:

Report design screen personalization - 1
Report design screen personalization – 1

Also the shown areas can be extended for a better work:

Quick View Data Fields View
Quick View Data Fields View

After determined the selection fields and list fields click “Check” button:

Selection Fields and List Fields Check
Selection Fields and List Fields Check

The log window appears; click “Continue“:

Log display window
Log display window

If there is no inconsistency the following message will be displayed:

Message after log display
Message after log display

Click “Execute” button:

Execute Data Selection and Output
Execute Data Selection and Output

With the following message the report selection screen is displayed:

Query CONTRACT_PRC Created
Query CONTRACT_PRC Created

K: Contracts” for the document category is selected and the report is executed clicking the button “Execute“:

Contract Item Price Report Execute
Contract Item Price Report Execute

Layout Determination

Layout can be changed via “Change Layout“:

Change Layout
Change Layout

On layout change window columns can be displayed, hide or sorted,

Layout Change Window
Layout Change Window

As can be seen the layout is changed and the layout can be saved by clicking “Save Layout” option:

Layout Save
Layout Save

Layout is given a name and saved by clicking “Adopt” button:

Layout Save Adoption
Layout Save Adoption

Below message appears as the layout is saved:

Layout Saved Message
Layout Saved Message

Click “Back” button:

Contract Item Price Report Back To Selection
Contract Item Price Report Back To Selection

Click layout search help button:

Add Layout To The Selection
Add Layout To The Selection

Add the recently created layout from the list shown below and click “Continue” button:

Select The Layout
Select The Layout

Variant Determination

Save this selection as variant:

Save As Variant
Save As Variant

Give a name to the variant and make the protection field selection preferences and then click “Save” button:

Variant Save
Variant Save

Below message appears:

Variant Saved Message
Variant Saved Message

As can be seen the fields are displayed only because the variant properties are determined in this way.

Click the “Execute” button to test the layout as well:

Layout Test Execution
Layout Test Execution

The report is now in the form of the layout at the beginning of the program:

Layout Openned At The Beginning
Layout Openned At The Beginning

Go back to report design screen clicking “Back” button:

Go Back To Report Design Screen
Go Back To Report Design Screen

Save the quick view clicking “Save” button:

Save Quick View
Save Quick View

Query for the quick view is created as can be seen by the message below:

Query Creation Message
Query Creation Message

Go back to initial screen of SQVI by clicking “Back” button:

Go back to initial screen of the SQVI
Go back to initial screen of the SQVI

Save quick view by clicking “Yes” button:

Save Quick View Window
Save Quick View Window

Below message appears:

Save Query Window
Save Query Window

The quick view is ready and listed below:

SQVI report design initial screen

While on this screen the report can be executed directly, can be executed with variant and can be executed in background.

Leave a Comment