SlideShare a Scribd company logo
3
Most read
5
Most read
6
Most read
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 1
Quick Viewer: SAP Report
Generating Tool
Applies to:
SAP Net Weaver 7.0, ABAP, SAP ECC 6.0, to all those who wants to learn about
SAP Report Generating Tool: Quick Viewer. For more information, please visit the ABAP homepage.
Summary
Quick Viewer is a Report Generating tool. Quick Viewer has been designed for users with little or no
knowledge of the SAP programming language. It generates simple reports as per business need, without the
need for any ABAP coding. It is quick and easy to use tool for quick collection of data from SAP R/3 system.
This document will take through detailed step by step approach by means of example and screen shots, so
as to understand the use of Quick Viewer in detail.
Author: Harsh Vardhan Bhalla
Company: Infosys Technologies Ltd.
Created on: 21 October 2010
Author Bio
Harsh Vardhan Bhalla is working as a Technology Analyst for Infosys Technologies Limited
from past 3.5 years. He has total 5.5 years of Professional Experience which includes 4.5
years of SAP Consulting Experience.
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 2
Table of Contents
Introduction .........................................................................................................................................................3
Quick Viewer VS SAP Query..............................................................................................................................3
Navigation path for Quick Viewer .......................................................................................................................3
Report Generation by Quick Viewer ...................................................................................................................4
Step 1:.............................................................................................................................................................4
Step 2:.............................................................................................................................................................4
Step 3:.............................................................................................................................................................5
Step 4:.............................................................................................................................................................5
Step 5:.............................................................................................................................................................6
Step 6:.............................................................................................................................................................7
Step 7:.............................................................................................................................................................8
Step 8:.............................................................................................................................................................9
Step 9:...........................................................................................................................................................10
Step 10:.........................................................................................................................................................11
Step 11:.........................................................................................................................................................11
Step 12:.........................................................................................................................................................12
Modes in Quick Viewer .....................................................................................................................................13
Converting QuickViews to Queries...................................................................................................................14
Transport of QuickViews...................................................................................................................................15
Related Content................................................................................................................................................16
Disclaimer and Liability Notice..........................................................................................................................17
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 3
Introduction
Quick Viewer is a Report Generating tool. Quick Viewer has been designed for users with little or no
knowledge of the SAP programming language. It generates simple reports as per business need, without the
need for any ABAP coding. It is quick and easy to use tool for quick collection of data from SAP R/3 system.
Quick Viewer VS SAP Query
1. Quick Viewer reports are user dependent they cannot be exchanged between
users while SAP Queries can be assigned to one or more user group.
2. Quick Viewer only creates Basic List while SAP Queries also have capability to
create Statistics and Ranked lists.
3. Quick Viewer do not require Infosets for their generation as we can specify data
source explicitly while SAP Queries does.
Navigation path for Quick Viewer
IMG Menu path SAP Menu  Tools  ABAP Workbench  Utilities 
SQVI – Quick Viewer
Transaction Code SQVI
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 4
Report Generation by Quick Viewer
Step 1:
Execute Transaction SQVI.
Step 2:
Enter name of the QuickView and press .
Note: Name space is not restricted to Y or Z.
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 5
Step 3:
Input Title and Comment.
Step 4:
Choose the Data Source.
Following Data sources can be used:
1. Table: Select this when business requirement is to fetch records from only single database
table. For example, suppose we have to display Purchasing Document Number (EBELN) on
the basis of Company Code (BUKRS). Then select Data Source as Table and Database
table as EKKO (Purchasing Document Header).
2. Table Join: Select this when business requirement is to fetch records from more than one
table. For Example, suppose we have to display Sales data from sales tables VBAK (Sales
Document: Header Data), VBAP (Sales Document: Item Data) and VBEP (Sales Document:
Schedule Line Data) on the basis of Sales Document (VBELN) and Sales Document Item
(POSNR).
3. Logical Database: Select this when business requirement is to fetch records from a Logical
Database. For Example, suppose we have to display Accounting Document data from
Logical Database BRM (Accounting Documents).
4. SAP Query InfoSet: Select this when business requirement is to fetch records based on an
available InfoSet of a SAP Query.
In our example we will display Purchase data from EKKO (Purchasing Document Header)
and EKPO (Purchasing Document Item) as follows:
Choose mode:
1. Basis Mode : To create list directly without design and
2. Layout Mode: To design list.
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 6
Step 5:
Select Tables using and specify their join condition.
We have to insert EKKO (Purchasing Document Header) and EKPO (Purchasing Document
Item) database tables.
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 7
Note: SAP automatically proposes joins based on data type of the field. Join condition is represented as horizontal line
connecting the fields of the database tables.
Step 6:
Correct join condition.
Join condition can be edited by a right click on the horizontal line between the tables.
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 8
Step 7:
Press and reach to main screen. Also press to change mode.
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 9
Step 8:
Choose the field to be displayed.
Output will display following fields from the database tables:
EKKO-EBELN (Purchasing Document Number),
EKPO-EBELP (Item Number of Purchasing Document),
EKKO-BSART (Purchasing Document Type),
EKPO-AEDAT (Purchasing Document Item Change Date),
EKPO-BUKRS (Company Code),
EKPO-WERKS (Plant) and
EKPO-LGORT (Storage Location) .
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 10
Step 9:
Choose Selection Fields.
Selection screen will contain following fields:
EKKO-EBELN (Purchasing Document Number) and
EKKO-BSART (Purchasing Document Type) .
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 11
Step 10:
Choose the Sort sequence.
Sort the output by EBELN (Purchasing Document Number).
Step 11:
Check Consistency and Execute .
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 12
Step 12:
Output
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 13
Modes in Quick Viewer
Two modes are available:
1. Basis Mode: For display or export of list in standard format.
Basis mode allows:
a. Selection of fields and their sequence.
b. Sort criteria and order.
c. Fields for the selection screen.
d. List display in standard format and list export to Word Excel etc.
2. Layout Mode: To modify graphical structure of list. Use especially for constructing basic lists.
Layout mode allows:
a. Change positioning and Size of fields.
b. Sort.
c. Create Total lists.
d. Create Screen templates.
e. Create headers, footers, and column headers etc.
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 14
Converting QuickViews to Queries
1.Choose Utilities  SAP Query  Queries in the ABAP Workbench or execute
transaction SQ01.
2.Select desired User Group.
3.Choose Query Convert QuickView.
4.Enter a name of the Query.
5.Enter a name of the Infoset.
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 15
Transport of QuickViews
Once Quickview is created,
1. Press 'SAP Query' button in Quickviwer/SQVI transaction. Then it will lead you to
SAP Query.
2. Choose from menu. Query  Convert QuickView  Assign Infoset name and user
group. This will create a Query.
3. Then transport the query.
Transport of the query objects is done as follows:
1. By using the standard program ‘RSAQR3TR’.
2. By using the transport option available on the application bar in Transactions SQ02 or
SQ03.
3. Order of transport should be :
i. User Group transport
ii. Infoset transport
iii. Queries transport
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 16
Related Content
BC - SAP Query and the Quick Viewer
SAP Documentation : Quick Viewer
For more information, please visit the ABAP homepage
Quick Viewer: SAP Report Generating Tool
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 17
Disclaimer and Liability Notice
This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not
supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade.
SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document,
and anyone using these methods does so at his/her own risk.
SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or
code sample, including any liability resulting from incompatibility between the content within this document and the materials and
services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this
document.

More Related Content

PDF
Automatic vendor payment advice notes by mail
PPT
Internal tables
PPT
0104 abap dictionary
DOCX
Badis
DOC
1000 solved questions
PPTX
Queries in SAP: Introduction
PPT
Step by step lsmw tutorial
PPTX
SAP Flexible workflows.pptx
Automatic vendor payment advice notes by mail
Internal tables
0104 abap dictionary
Badis
1000 solved questions
Queries in SAP: Introduction
Step by step lsmw tutorial
SAP Flexible workflows.pptx

What's hot (20)

PDF
Bapi step-by-step
PDF
Business partner-2
 
PDF
Introducing enhancement framework.doc
DOC
F.13 gl account automatic clearing
PPTX
Sap User Exit for Functional Consultant
DOC
Adding custom fields to the fi report fbl5 n using bt es
PDF
How to add new Object Link in SAP DMS
PDF
331507492-Sap-Internal-Order.pdf
DOCX
SAP PM: Inspection Rounds & Operation Account Assignment
PDF
Technical Overview of CDS View - SAP HANA Part II
PDF
SAP Financial Closing cockpit in SAP S/4HANA; status and Roadmap
PDF
Funds management configuration sap ag
PPTX
Sap abap
PDF
Sap query creation & transcation code creation for sap query
PPTX
SAP Adobe forms
PPT
Call transaction method
PDF
05 internal tables
PDF
Central Finance Configuration.pdf
DOC
Important tables for sap sd
PDF
SAP PM Master Data Training Guide
Bapi step-by-step
Business partner-2
 
Introducing enhancement framework.doc
F.13 gl account automatic clearing
Sap User Exit for Functional Consultant
Adding custom fields to the fi report fbl5 n using bt es
How to add new Object Link in SAP DMS
331507492-Sap-Internal-Order.pdf
SAP PM: Inspection Rounds & Operation Account Assignment
Technical Overview of CDS View - SAP HANA Part II
SAP Financial Closing cockpit in SAP S/4HANA; status and Roadmap
Funds management configuration sap ag
Sap abap
Sap query creation & transcation code creation for sap query
SAP Adobe forms
Call transaction method
05 internal tables
Central Finance Configuration.pdf
Important tables for sap sd
SAP PM Master Data Training Guide
Ad

Similar to SAP Quickviewer (20)

PPTX
Report Generation by Quick Viewer-SQVI.pptx
PDF
Exp31sp1 at a-glance-en
PDF
PDF
SAP SD QUERY REPORT_GANESH
PDF
Using infoset query ,sap query and quick viewer
PDF
Using infoset query %2c sap query and quick viewer
PDF
Sap business objects xir3.03.1, bi 4.0 & 4.1 training
PPT
Lecture16 abap on line
PPT
How Sap Quickviewer Helps Air Products And Chemicals With Sarbanes Oxley Comp...
PPT
Bo explorer
PPTX
SAP Business Objects - Lopes Supermarket
DOC
Sap bo 4.2 course content (1)
DOC
Sap bo 4.2 course content
DOC
SAP Business Objects 4.2 Training Online
DOC
SAP BusinessObjects Design Studio 1.7
DOC
BOBJ Training Online
DOC
Online SAP BO 4.2 Training
PPTX
2012 - Selecting the right BI product based on your requirements %28updated v...
PDF
PDF
Training BOBJ SAP Online
Report Generation by Quick Viewer-SQVI.pptx
Exp31sp1 at a-glance-en
SAP SD QUERY REPORT_GANESH
Using infoset query ,sap query and quick viewer
Using infoset query %2c sap query and quick viewer
Sap business objects xir3.03.1, bi 4.0 & 4.1 training
Lecture16 abap on line
How Sap Quickviewer Helps Air Products And Chemicals With Sarbanes Oxley Comp...
Bo explorer
SAP Business Objects - Lopes Supermarket
Sap bo 4.2 course content (1)
Sap bo 4.2 course content
SAP Business Objects 4.2 Training Online
SAP BusinessObjects Design Studio 1.7
BOBJ Training Online
Online SAP BO 4.2 Training
2012 - Selecting the right BI product based on your requirements %28updated v...
Training BOBJ SAP Online
Ad

More from otchmarz (19)

PDF
Leading Agile Teams - Sample - Chapter 3.pdf
PDF
Glossary_Agile.pdf
PDF
Vehicle fleetmanagement 04-02-28
PDF
Waystowordanswerchoicesinquestionnaires
PDF
Ariba sourcingsolution
PDF
Wawa evolution of_business_process_design
PDF
Warehousing and inventory management
PPTX
Case study in implementing sap material ledger
PDF
Cost incurred in freight transport
PPTX
Case Study_SAP Material Ledger
PDF
Material Ledger Product costing
PDF
4 P's of Marketing
PDF
Strategic orgdesign
PDF
3 strategicplanning
PDF
Sap system-measurement-guide
PDF
Challenges in implementing erp
PDF
3 strategicplanning
PDF
3 strategicplanning
PDF
SAP and Browser settings- Support
Leading Agile Teams - Sample - Chapter 3.pdf
Glossary_Agile.pdf
Vehicle fleetmanagement 04-02-28
Waystowordanswerchoicesinquestionnaires
Ariba sourcingsolution
Wawa evolution of_business_process_design
Warehousing and inventory management
Case study in implementing sap material ledger
Cost incurred in freight transport
Case Study_SAP Material Ledger
Material Ledger Product costing
4 P's of Marketing
Strategic orgdesign
3 strategicplanning
Sap system-measurement-guide
Challenges in implementing erp
3 strategicplanning
3 strategicplanning
SAP and Browser settings- Support

Recently uploaded (20)

PPTX
IB Computer Science - Internal Assessment.pptx
PPTX
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
PPTX
Computer network topology notes for revision
PPTX
STUDY DESIGN details- Lt Col Maksud (21).pptx
PPTX
Introduction to machine learning and Linear Models
PDF
Lecture1 pattern recognition............
PDF
Foundation of Data Science unit number two notes
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PPTX
Acceptance and paychological effects of mandatory extra coach I classes.pptx
PPTX
oil_refinery_comprehensive_20250804084928 (1).pptx
PPT
Miokarditis (Inflamasi pada Otot Jantung)
PPTX
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
PDF
.pdf is not working space design for the following data for the following dat...
PPT
Reliability_Chapter_ presentation 1221.5784
PPTX
Qualitative Qantitative and Mixed Methods.pptx
PPTX
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PDF
Business Analytics and business intelligence.pdf
PPTX
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
IB Computer Science - Internal Assessment.pptx
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
Computer network topology notes for revision
STUDY DESIGN details- Lt Col Maksud (21).pptx
Introduction to machine learning and Linear Models
Lecture1 pattern recognition............
Foundation of Data Science unit number two notes
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
Acceptance and paychological effects of mandatory extra coach I classes.pptx
oil_refinery_comprehensive_20250804084928 (1).pptx
Miokarditis (Inflamasi pada Otot Jantung)
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
.pdf is not working space design for the following data for the following dat...
Reliability_Chapter_ presentation 1221.5784
Qualitative Qantitative and Mixed Methods.pptx
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
Business Analytics and business intelligence.pdf
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb

SAP Quickviewer

  • 1. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 1 Quick Viewer: SAP Report Generating Tool Applies to: SAP Net Weaver 7.0, ABAP, SAP ECC 6.0, to all those who wants to learn about SAP Report Generating Tool: Quick Viewer. For more information, please visit the ABAP homepage. Summary Quick Viewer is a Report Generating tool. Quick Viewer has been designed for users with little or no knowledge of the SAP programming language. It generates simple reports as per business need, without the need for any ABAP coding. It is quick and easy to use tool for quick collection of data from SAP R/3 system. This document will take through detailed step by step approach by means of example and screen shots, so as to understand the use of Quick Viewer in detail. Author: Harsh Vardhan Bhalla Company: Infosys Technologies Ltd. Created on: 21 October 2010 Author Bio Harsh Vardhan Bhalla is working as a Technology Analyst for Infosys Technologies Limited from past 3.5 years. He has total 5.5 years of Professional Experience which includes 4.5 years of SAP Consulting Experience.
  • 2. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 2 Table of Contents Introduction .........................................................................................................................................................3 Quick Viewer VS SAP Query..............................................................................................................................3 Navigation path for Quick Viewer .......................................................................................................................3 Report Generation by Quick Viewer ...................................................................................................................4 Step 1:.............................................................................................................................................................4 Step 2:.............................................................................................................................................................4 Step 3:.............................................................................................................................................................5 Step 4:.............................................................................................................................................................5 Step 5:.............................................................................................................................................................6 Step 6:.............................................................................................................................................................7 Step 7:.............................................................................................................................................................8 Step 8:.............................................................................................................................................................9 Step 9:...........................................................................................................................................................10 Step 10:.........................................................................................................................................................11 Step 11:.........................................................................................................................................................11 Step 12:.........................................................................................................................................................12 Modes in Quick Viewer .....................................................................................................................................13 Converting QuickViews to Queries...................................................................................................................14 Transport of QuickViews...................................................................................................................................15 Related Content................................................................................................................................................16 Disclaimer and Liability Notice..........................................................................................................................17
  • 3. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 3 Introduction Quick Viewer is a Report Generating tool. Quick Viewer has been designed for users with little or no knowledge of the SAP programming language. It generates simple reports as per business need, without the need for any ABAP coding. It is quick and easy to use tool for quick collection of data from SAP R/3 system. Quick Viewer VS SAP Query 1. Quick Viewer reports are user dependent they cannot be exchanged between users while SAP Queries can be assigned to one or more user group. 2. Quick Viewer only creates Basic List while SAP Queries also have capability to create Statistics and Ranked lists. 3. Quick Viewer do not require Infosets for their generation as we can specify data source explicitly while SAP Queries does. Navigation path for Quick Viewer IMG Menu path SAP Menu  Tools  ABAP Workbench  Utilities  SQVI – Quick Viewer Transaction Code SQVI
  • 4. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 4 Report Generation by Quick Viewer Step 1: Execute Transaction SQVI. Step 2: Enter name of the QuickView and press . Note: Name space is not restricted to Y or Z.
  • 5. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 5 Step 3: Input Title and Comment. Step 4: Choose the Data Source. Following Data sources can be used: 1. Table: Select this when business requirement is to fetch records from only single database table. For example, suppose we have to display Purchasing Document Number (EBELN) on the basis of Company Code (BUKRS). Then select Data Source as Table and Database table as EKKO (Purchasing Document Header). 2. Table Join: Select this when business requirement is to fetch records from more than one table. For Example, suppose we have to display Sales data from sales tables VBAK (Sales Document: Header Data), VBAP (Sales Document: Item Data) and VBEP (Sales Document: Schedule Line Data) on the basis of Sales Document (VBELN) and Sales Document Item (POSNR). 3. Logical Database: Select this when business requirement is to fetch records from a Logical Database. For Example, suppose we have to display Accounting Document data from Logical Database BRM (Accounting Documents). 4. SAP Query InfoSet: Select this when business requirement is to fetch records based on an available InfoSet of a SAP Query. In our example we will display Purchase data from EKKO (Purchasing Document Header) and EKPO (Purchasing Document Item) as follows: Choose mode: 1. Basis Mode : To create list directly without design and 2. Layout Mode: To design list.
  • 6. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 6 Step 5: Select Tables using and specify their join condition. We have to insert EKKO (Purchasing Document Header) and EKPO (Purchasing Document Item) database tables.
  • 7. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 7 Note: SAP automatically proposes joins based on data type of the field. Join condition is represented as horizontal line connecting the fields of the database tables. Step 6: Correct join condition. Join condition can be edited by a right click on the horizontal line between the tables.
  • 8. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 8 Step 7: Press and reach to main screen. Also press to change mode.
  • 9. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 9 Step 8: Choose the field to be displayed. Output will display following fields from the database tables: EKKO-EBELN (Purchasing Document Number), EKPO-EBELP (Item Number of Purchasing Document), EKKO-BSART (Purchasing Document Type), EKPO-AEDAT (Purchasing Document Item Change Date), EKPO-BUKRS (Company Code), EKPO-WERKS (Plant) and EKPO-LGORT (Storage Location) .
  • 10. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 10 Step 9: Choose Selection Fields. Selection screen will contain following fields: EKKO-EBELN (Purchasing Document Number) and EKKO-BSART (Purchasing Document Type) .
  • 11. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 11 Step 10: Choose the Sort sequence. Sort the output by EBELN (Purchasing Document Number). Step 11: Check Consistency and Execute .
  • 12. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 12 Step 12: Output
  • 13. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 13 Modes in Quick Viewer Two modes are available: 1. Basis Mode: For display or export of list in standard format. Basis mode allows: a. Selection of fields and their sequence. b. Sort criteria and order. c. Fields for the selection screen. d. List display in standard format and list export to Word Excel etc. 2. Layout Mode: To modify graphical structure of list. Use especially for constructing basic lists. Layout mode allows: a. Change positioning and Size of fields. b. Sort. c. Create Total lists. d. Create Screen templates. e. Create headers, footers, and column headers etc.
  • 14. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 14 Converting QuickViews to Queries 1.Choose Utilities  SAP Query  Queries in the ABAP Workbench or execute transaction SQ01. 2.Select desired User Group. 3.Choose Query Convert QuickView. 4.Enter a name of the Query. 5.Enter a name of the Infoset.
  • 15. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 15 Transport of QuickViews Once Quickview is created, 1. Press 'SAP Query' button in Quickviwer/SQVI transaction. Then it will lead you to SAP Query. 2. Choose from menu. Query  Convert QuickView  Assign Infoset name and user group. This will create a Query. 3. Then transport the query. Transport of the query objects is done as follows: 1. By using the standard program ‘RSAQR3TR’. 2. By using the transport option available on the application bar in Transactions SQ02 or SQ03. 3. Order of transport should be : i. User Group transport ii. Infoset transport iii. Queries transport
  • 16. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 16 Related Content BC - SAP Query and the Quick Viewer SAP Documentation : Quick Viewer For more information, please visit the ABAP homepage
  • 17. Quick Viewer: SAP Report Generating Tool SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com © 2010 SAP AG 17 Disclaimer and Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade. SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk. SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document.