SlideShare a Scribd company logo
1 of 32
Download to read offline
Using Infoset Query, SAP Query
and Quick Viewer
Applies to:
SAP BI NetWeaver 7.0. For more information, visit the Business Intelligence homepage.
Summary
This tutorial will give you a brief understanding of how to deal with SAP Query; info set query and quick
viewer while using ABAP for BI.
Author: Abhinav Saxena
Company: Deloitte
Created on: 9th
July 2009
Author Bio
Abhinav Saxena is a NetWeaver 7.0 Certified Consultant with 2.5 years of experience in SAP
BW/BI.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 1
Using Infoset Query, SAP Query and Quick Viewer
Table of Contents
SAP Query..........................................................................................................................................................3 
Purpose:..........................................................................................................................................................3 
Creating User Group.......................................................................................................................................3 
Steps to create new user group: ..................................................................................................................................3 
Creation of SAP queries: ................................................................................................................................5 
Creating an InfoSet...........................................................................................................................................14 
Steps: ............................................................................................................................................................15 
Infoset Query: ...................................................................................................................................................20 
Now we will discuss about steps to create InfoSet Query: ...........................................................................20 
Steps:.........................................................................................................................................................................20 
Creating a Quick View ......................................................................................................................................25 
Related Content................................................................................................................................................31 
Disclaimer and Liability Notice..........................................................................................................................32 
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 2
Using Infoset Query, SAP Query and Quick Viewer
SAP Query
SAP Query is SAP’s tool to define and execute once own reports without knowing ABAP programming
language.
Purpose:
• The SAP query application is used to create reports not already contained in the default. It has been
designed for users with little or no knowledge of the SAP programming language ABAP.
• SAP Query offer users a broad range of ways to define reports and create different types of reports
such as basic list, statistics and ranked lists.
• These outputs can include lists on screens in table format, ALV grids, downloadable spreadsheets,
and downloadable flat files.
The whole process comprises of three steps.
1. Creation of user group
2. Creation of infoset
3. Creation of queries
The transaction codes associated with ABAP Query are
• SQ01 - ABAP Query
• SQ02 - Infoset
• SQ03 - User group
Creating User Group
• The technical definition of “User Groups” is a collection of SAP users who are grouped together.
• A user’s assignment to a user group determines which queries he or she can execute or maintain.
Additionally, it designates which InfoSets the user can access.
• Basically, Query Groups permit users to create, modify, and execute reports in a certain area within
R/3.
Steps to create new user group:
• Navigate to the User Group Initial screen using transaction code SQ03.
• Type the user group name that you will be creating, ZUSER, and select the create button.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 3
Using Infoset Query, SAP Query and Quick Viewer
3. Type the name of the user group zuser, Test for user group and click save button.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 4
Using Infoset Query, SAP Query and Quick Viewer
4. Select the Assign Users and InfoSets button. Type the SAP user IDs of any users
whom you want to include in your test group.
Creation of SAP queries:
1. Navigate to the Queries Initial screen using transaction code SQ01.
Give ZTEST_QUERY as Query Name and Click on Create button.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 5
Using Infoset Query, SAP Query and Quick Viewer
2. A hit list opens assigned to the user group (ZUSER). Select ZMYINFOSET and click Ok.
3. This moves to the first screen of creation of query. Type the title (mandatory), notes and specify the
number of lines to be displayed in a page.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 6
Using Infoset Query, SAP Query and Quick Viewer
4. After entering a title, select the Save button on the standard toolbar. To navigate to the next screen
in the SAP query-creation process, select the next screen (white navigational arrow) button from the
application toolbar. Select the field groups that are to be used in our query.
Next Screen button
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 7
Using Infoset Query, SAP Query and Quick Viewer
5. Click on Next screen to select the list of fields required in the query. (Fields include both Selection
Screen and Output fields).
6. Click on Next screen to determine which of these fields are to be used in the selection screen and
specify the sequence in which selection to appear in selection screen.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 8
Using Infoset Query, SAP Query and Quick Viewer
7. Select the Basic List button from the application toolbar. The Basic List screen shows you a list of the
selected fields that you want to include for your report. For each field, you can specify the Line and
Sequence number as you want them to appear on your report.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 9
Using Infoset Query, SAP Query and Quick Viewer
8. Click on Next Screen to check the sequence specifications.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 10
Using Infoset Query, SAP Query and Quick Viewer
9. Click on Next screen to specify field output options.
Length, position & color formats of the fields on output screen can be changed.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 11
Using Infoset Query, SAP Query and Quick Viewer
10. Click on Next screen to specify report header and footer
11. Click on Next Screen to determine the graphics for Output.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 12
Using Infoset Query, SAP Query and Quick Viewer
12. A pop-up is displayed giving the option to set the number of database records to be read.
13. Click Ok to get the selection-screen displayed.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 13
Using Infoset Query, SAP Query and Quick Viewer
14. Give input to it as per the requirement to get the list of records.
Creating an InfoSet
• An InfoSet describes which fields of a data source can be reported on in queries.
• InfoSets are assigned to user groups.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 14
Using Infoset Query, SAP Query and Quick Viewer
Steps:
1. Navigate to the Infoset Initial screen using transaction code SQ02. Type the InfoSet name that you
will be creating, ZMYINFOTEST, and select the Create button.
2. Type the name of the infoset, TEST FOR INFOSET. Choose the data source and press ok button.
3. You will be provided with a screen as shown below. Select insert table icon in application tool bar. A pop-
up will appear, give the table name to be inserted and select OK button.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 15
Using Infoset Query, SAP Query and Quick Viewer
Insert Table Button
4. Select the OK button in the POP-UP and you will be provided with the screen as shown below.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 16
Using Infoset Query, SAP Query and Quick Viewer
5. For maintaining the infoset, click on Infoset button. A popup opens asking what fields should be there in
field groups. Select radio button Create empty field groups and press Ok.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 17
Using Infoset Query, SAP Query and Quick Viewer
6. Two empty field groups got created. In the left pane, we find the list of fields in both the tables LFA1 and
LFB1.
7. Drag and drop the fields from the left pane on to the field groups.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 18
Using Infoset Query, SAP Query and Quick Viewer
8. Next, you need to generate the InfoSet by selecting the Generate button (the red beach ball) from the
application toolbar. A message appears in the status bar saying that the InfoSet ZMYINFOSET generated.
Generate Button
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 19
Using Infoset Query, SAP Query and Quick Viewer
9. Go back to the main screen of SQ02 by clicking Back Button on standard tool bar. Click on Role/User
Group Assignment button to assign the infoset to a specific user group.
Infoset Query:
• The InfoSet Query is designed for basic users to retrieve simple single-use lists of data from your
R/3 database.
• Unlike the SAP Query all query information—including the selection criteria for Info Set Query
reporting—is available on a single screen.
Now we will discuss about steps to create InfoSet Query:
Steps:
1. Navigate to the Queries Initial screen using transaction code SQ01
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 20
Using Infoset Query, SAP Query and Quick Viewer
2. Give ZINFO_QUERY as Query Name and Click on InfoSet Query button. You are prompted to
select your InfoSet (data source) from a dialog box.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 21
Using Infoset Query, SAP Query and Quick Viewer
3. The main screen of the InfoSet Query appears.
The main screen contains three areas:
The actual InfoSet from which you select and choose your fields, the sample report display, and the
Selection screen values.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 22
Using Infoset Query, SAP Query and Quick Viewer
4. For creating your report, check the Output box next to each field.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 23
Using Infoset Query, SAP Query and Quick Viewer
5. Choose fields for the Selection screen by marking Selection check box, and click the output button to
execute the report.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 24
Using Infoset Query, SAP Query and Quick Viewer
6. The output will be displayed as shown below.
Creating a Quick View
1. Navigate to the Queries Initial screen using transaction code SQ01 and click Quick Viewer button.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 25
Using Infoset Query, SAP Query and Quick Viewer
2. A Quick Viewer initial screen appears. Type ZQUICK_VIEW and press create button.
3. A pop-up appears, give title and select a data source.
4. Enter the required table in the pop-up as shown below and select the OK button.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 26
Using Infoset Query, SAP Query and Quick Viewer
5. You will be provided with a screen as shown below. Select insert table icon in application tool bar. A
pop-up will appear, give the table name to be inserted and select OK button.
6. Come back to initial screen. There are three main tabs that allow us to specify QuickView.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 27
Using Infoset Query, SAP Query and Quick Viewer
7. The first tab is to list the output fields. Select fields listed in the Available Fields column and select
the arrow keys to move them to the output column. The second tab enables to dictate the sort
sequence for selected fields. The third tab enables to indicate selection fields for specifying final
output.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 28
Using Infoset Query, SAP Query and Quick Viewer
8. In the middle of the screen different Export options for Quick View is available. Select one from the
drop-down box and then select the Execute button to see the Reports Selection screen.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 29
Using Infoset Query, SAP Query and Quick Viewer
9. Specify the selections and select the Execute button to see completed Quick View.
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 30
Using Infoset Query, SAP Query and Quick Viewer
Related Content
Creating a SAP Query & Ad-Hoc Query
Quick Viewer
Creating User Groups
For more information, visit the Business Intelligence homepage
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 31
Using Infoset Query, SAP Query and Quick Viewer
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG 32
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

What's hot

Bdc BATCH DATA COMMUNICATION
Bdc BATCH DATA COMMUNICATIONBdc BATCH DATA COMMUNICATION
Bdc BATCH DATA COMMUNICATIONHitesh Gulani
 
Queries in SAP: Introduction
Queries in SAP: IntroductionQueries in SAP: Introduction
Queries in SAP: IntroductionJonathan Eemans
 
Introducing enhancement framework.doc
Introducing enhancement framework.docIntroducing enhancement framework.doc
Introducing enhancement framework.docKranthi Kumar
 
Chapter 01 user exits
Chapter 01 user exitsChapter 01 user exits
Chapter 01 user exitsKranthi Kumar
 
ABAP for Beginners - www.sapdocs.info
ABAP for Beginners - www.sapdocs.infoABAP for Beginners - www.sapdocs.info
ABAP for Beginners - www.sapdocs.infosapdocs. info
 
Guide to Configure Custom SD Output Types in S/4HANA Using BRF+
Guide to Configure Custom SD Output Types in S/4HANA Using BRF+Guide to Configure Custom SD Output Types in S/4HANA Using BRF+
Guide to Configure Custom SD Output Types in S/4HANA Using BRF+Ashish Saxena
 
Internal tables
Internal tables Internal tables
Internal tables Jibu Jose
 
BADI IMPLEMENTATION.pdf
BADI IMPLEMENTATION.pdfBADI IMPLEMENTATION.pdf
BADI IMPLEMENTATION.pdfssuser08365f
 
Etm equipment and_tools management
Etm equipment and_tools managementEtm equipment and_tools management
Etm equipment and_tools managementPiyush Bose
 
Functional specification doc Gst purcahse register
Functional specification doc Gst purcahse registerFunctional specification doc Gst purcahse register
Functional specification doc Gst purcahse registerLokesh Modem
 
How to write a routine for 0 calday in infopackage selection
How to write a routine for 0 calday in infopackage selectionHow to write a routine for 0 calday in infopackage selection
How to write a routine for 0 calday in infopackage selectionValko Arbalov
 

What's hot (20)

Sap abap
Sap abapSap abap
Sap abap
 
Module pool programming
Module pool programmingModule pool programming
Module pool programming
 
Bdc BATCH DATA COMMUNICATION
Bdc BATCH DATA COMMUNICATIONBdc BATCH DATA COMMUNICATION
Bdc BATCH DATA COMMUNICATION
 
Queries in SAP: Introduction
Queries in SAP: IntroductionQueries in SAP: Introduction
Queries in SAP: Introduction
 
Introducing enhancement framework.doc
Introducing enhancement framework.docIntroducing enhancement framework.doc
Introducing enhancement framework.doc
 
Badi document
Badi documentBadi document
Badi document
 
Business Area in SAP FI
Business Area in SAP FIBusiness Area in SAP FI
Business Area in SAP FI
 
SAP Landscape
SAP Landscape SAP Landscape
SAP Landscape
 
Chapter 01 user exits
Chapter 01 user exitsChapter 01 user exits
Chapter 01 user exits
 
Sapscript
SapscriptSapscript
Sapscript
 
ABAP for Beginners - www.sapdocs.info
ABAP for Beginners - www.sapdocs.infoABAP for Beginners - www.sapdocs.info
ABAP for Beginners - www.sapdocs.info
 
Batch input session
Batch input sessionBatch input session
Batch input session
 
Guide to Configure Custom SD Output Types in S/4HANA Using BRF+
Guide to Configure Custom SD Output Types in S/4HANA Using BRF+Guide to Configure Custom SD Output Types in S/4HANA Using BRF+
Guide to Configure Custom SD Output Types in S/4HANA Using BRF+
 
Internal tables
Internal tables Internal tables
Internal tables
 
Sap abap tutorials
Sap abap tutorialsSap abap tutorials
Sap abap tutorials
 
BADI IMPLEMENTATION.pdf
BADI IMPLEMENTATION.pdfBADI IMPLEMENTATION.pdf
BADI IMPLEMENTATION.pdf
 
Using idoc method in lsmw
Using idoc method in lsmwUsing idoc method in lsmw
Using idoc method in lsmw
 
Etm equipment and_tools management
Etm equipment and_tools managementEtm equipment and_tools management
Etm equipment and_tools management
 
Functional specification doc Gst purcahse register
Functional specification doc Gst purcahse registerFunctional specification doc Gst purcahse register
Functional specification doc Gst purcahse register
 
How to write a routine for 0 calday in infopackage selection
How to write a routine for 0 calday in infopackage selectionHow to write a routine for 0 calday in infopackage selection
How to write a routine for 0 calday in infopackage selection
 

Similar to SAP Query, Infoset and Quick Viewer

SAP Quickviewer
SAP QuickviewerSAP Quickviewer
SAP Quickviewerotchmarz
 
Dynamic variant creation
Dynamic variant creationDynamic variant creation
Dynamic variant creationyoung moon woo
 
Creating transaction and screen variants
Creating transaction and screen variantsCreating transaction and screen variants
Creating transaction and screen variantsvenkat reddy
 
How to Create SAP MarketPlace user id
How to Create SAP MarketPlace user idHow to Create SAP MarketPlace user id
How to Create SAP MarketPlace user idAshwin Mane
 
Creating attachments to work items or to user decisions in workflows
Creating attachments to work items or to user decisions in workflowsCreating attachments to work items or to user decisions in workflows
Creating attachments to work items or to user decisions in workflowsHicham Khallouki
 
Creating new unit of measure in sap bw
Creating new unit of measure in sap bwCreating new unit of measure in sap bw
Creating new unit of measure in sap bwRajat Agrawal
 
_Using Selective Deletion in Process Chains.pdf
_Using Selective Deletion in Process Chains.pdf_Using Selective Deletion in Process Chains.pdf
_Using Selective Deletion in Process Chains.pdfssuserfe1f82
 
Management Cockpit (SEM-CPM-MC) Step by Step Creation
Management Cockpit (SEM-CPM-MC) Step by Step CreationManagement Cockpit (SEM-CPM-MC) Step by Step Creation
Management Cockpit (SEM-CPM-MC) Step by Step CreationRahul Desai
 
SAP Adding fields to dynamic selection for fbln transactions (2)
SAP Adding fields to dynamic selection for fbln transactions (2)SAP Adding fields to dynamic selection for fbln transactions (2)
SAP Adding fields to dynamic selection for fbln transactions (2)Imran M Arab
 
Variables in sap bi
Variables in sap biVariables in sap bi
Variables in sap bishabari76
 
SAP HANA Developer Access Beta program - 7 steps towards your first HANA report
SAP HANA Developer Access Beta program - 7 steps towards your first HANA reportSAP HANA Developer Access Beta program - 7 steps towards your first HANA report
SAP HANA Developer Access Beta program - 7 steps towards your first HANA reportRonald Konijnenburg
 
Let start with GUIXT
Let start with GUIXTLet start with GUIXT
Let start with GUIXTKang YAyan
 
Lo extraction part 7 enhancements
Lo extraction   part 7 enhancementsLo extraction   part 7 enhancements
Lo extraction part 7 enhancementsJNTU University
 
SAP PR released
SAP PR releasedSAP PR released
SAP PR releasedpiwal123
 
Backup%20 domain%20controller%20(bdc)%20step by-step(1)
Backup%20 domain%20controller%20(bdc)%20step by-step(1)Backup%20 domain%20controller%20(bdc)%20step by-step(1)
Backup%20 domain%20controller%20(bdc)%20step by-step(1)Srinivas Dukka
 
SAP FI automatic payment program (configuration and run)
SAP FI automatic payment program (configuration and run)SAP FI automatic payment program (configuration and run)
SAP FI automatic payment program (configuration and run)kalralalit1
 
Sap fi automatic payment program (configuration and run)
Sap fi   automatic payment program (configuration and run)Sap fi   automatic payment program (configuration and run)
Sap fi automatic payment program (configuration and run)Rajeev Kumar
 
SAP SD QUERY REPORT_GANESH
SAP SD QUERY REPORT_GANESHSAP SD QUERY REPORT_GANESH
SAP SD QUERY REPORT_GANESHGanesh Tarlana
 
Rda step by step
Rda   step by stepRda   step by step
Rda step by stepPhani Kumar
 

Similar to SAP Query, Infoset and Quick Viewer (20)

Query
QueryQuery
Query
 
SAP Quickviewer
SAP QuickviewerSAP Quickviewer
SAP Quickviewer
 
Dynamic variant creation
Dynamic variant creationDynamic variant creation
Dynamic variant creation
 
Creating transaction and screen variants
Creating transaction and screen variantsCreating transaction and screen variants
Creating transaction and screen variants
 
How to Create SAP MarketPlace user id
How to Create SAP MarketPlace user idHow to Create SAP MarketPlace user id
How to Create SAP MarketPlace user id
 
Creating attachments to work items or to user decisions in workflows
Creating attachments to work items or to user decisions in workflowsCreating attachments to work items or to user decisions in workflows
Creating attachments to work items or to user decisions in workflows
 
Creating new unit of measure in sap bw
Creating new unit of measure in sap bwCreating new unit of measure in sap bw
Creating new unit of measure in sap bw
 
_Using Selective Deletion in Process Chains.pdf
_Using Selective Deletion in Process Chains.pdf_Using Selective Deletion in Process Chains.pdf
_Using Selective Deletion in Process Chains.pdf
 
Management Cockpit (SEM-CPM-MC) Step by Step Creation
Management Cockpit (SEM-CPM-MC) Step by Step CreationManagement Cockpit (SEM-CPM-MC) Step by Step Creation
Management Cockpit (SEM-CPM-MC) Step by Step Creation
 
SAP Adding fields to dynamic selection for fbln transactions (2)
SAP Adding fields to dynamic selection for fbln transactions (2)SAP Adding fields to dynamic selection for fbln transactions (2)
SAP Adding fields to dynamic selection for fbln transactions (2)
 
Variables in sap bi
Variables in sap biVariables in sap bi
Variables in sap bi
 
SAP HANA Developer Access Beta program - 7 steps towards your first HANA report
SAP HANA Developer Access Beta program - 7 steps towards your first HANA reportSAP HANA Developer Access Beta program - 7 steps towards your first HANA report
SAP HANA Developer Access Beta program - 7 steps towards your first HANA report
 
Let start with GUIXT
Let start with GUIXTLet start with GUIXT
Let start with GUIXT
 
Lo extraction part 7 enhancements
Lo extraction   part 7 enhancementsLo extraction   part 7 enhancements
Lo extraction part 7 enhancements
 
SAP PR released
SAP PR releasedSAP PR released
SAP PR released
 
Backup%20 domain%20controller%20(bdc)%20step by-step(1)
Backup%20 domain%20controller%20(bdc)%20step by-step(1)Backup%20 domain%20controller%20(bdc)%20step by-step(1)
Backup%20 domain%20controller%20(bdc)%20step by-step(1)
 
SAP FI automatic payment program (configuration and run)
SAP FI automatic payment program (configuration and run)SAP FI automatic payment program (configuration and run)
SAP FI automatic payment program (configuration and run)
 
Sap fi automatic payment program (configuration and run)
Sap fi   automatic payment program (configuration and run)Sap fi   automatic payment program (configuration and run)
Sap fi automatic payment program (configuration and run)
 
SAP SD QUERY REPORT_GANESH
SAP SD QUERY REPORT_GANESHSAP SD QUERY REPORT_GANESH
SAP SD QUERY REPORT_GANESH
 
Rda step by step
Rda   step by stepRda   step by step
Rda step by step
 

More from Shailendra Surana

Parallel accounting principle
Parallel accounting principleParallel accounting principle
Parallel accounting principleShailendra Surana
 
Accounting principle configuration
Accounting principle  configurationAccounting principle  configuration
Accounting principle configurationShailendra Surana
 
Accounting principle configuration
Accounting principle  configurationAccounting principle  configuration
Accounting principle configurationShailendra Surana
 
Asset accounting config step
Asset accounting config stepAsset accounting config step
Asset accounting config stepShailendra Surana
 
Bankreconciliation ff67-130519130827-phpapp02
Bankreconciliation ff67-130519130827-phpapp02Bankreconciliation ff67-130519130827-phpapp02
Bankreconciliation ff67-130519130827-phpapp02Shailendra Surana
 
Fin900 en col98_fv_co_a4 (1)
Fin900 en col98_fv_co_a4 (1)Fin900 en col98_fv_co_a4 (1)
Fin900 en col98_fv_co_a4 (1)Shailendra Surana
 
172275575 sample-fscm-config-user-guide (2)
172275575 sample-fscm-config-user-guide (2)172275575 sample-fscm-config-user-guide (2)
172275575 sample-fscm-config-user-guide (2)Shailendra Surana
 
Docslide.net how ale-and-idocs-affect-sap-in-house-cash-configuration
Docslide.net how ale-and-idocs-affect-sap-in-house-cash-configurationDocslide.net how ale-and-idocs-affect-sap-in-house-cash-configuration
Docslide.net how ale-and-idocs-affect-sap-in-house-cash-configurationShailendra Surana
 
Sap credit-and-collection-management
Sap credit-and-collection-managementSap credit-and-collection-management
Sap credit-and-collection-managementShailendra Surana
 

More from Shailendra Surana (10)

Parallel accounting principle
Parallel accounting principleParallel accounting principle
Parallel accounting principle
 
Accounting principle configuration
Accounting principle  configurationAccounting principle  configuration
Accounting principle configuration
 
Asset accounting 1809
Asset  accounting 1809Asset  accounting 1809
Asset accounting 1809
 
Accounting principle configuration
Accounting principle  configurationAccounting principle  configuration
Accounting principle configuration
 
Asset accounting config step
Asset accounting config stepAsset accounting config step
Asset accounting config step
 
Bankreconciliation ff67-130519130827-phpapp02
Bankreconciliation ff67-130519130827-phpapp02Bankreconciliation ff67-130519130827-phpapp02
Bankreconciliation ff67-130519130827-phpapp02
 
Fin900 en col98_fv_co_a4 (1)
Fin900 en col98_fv_co_a4 (1)Fin900 en col98_fv_co_a4 (1)
Fin900 en col98_fv_co_a4 (1)
 
172275575 sample-fscm-config-user-guide (2)
172275575 sample-fscm-config-user-guide (2)172275575 sample-fscm-config-user-guide (2)
172275575 sample-fscm-config-user-guide (2)
 
Docslide.net how ale-and-idocs-affect-sap-in-house-cash-configuration
Docslide.net how ale-and-idocs-affect-sap-in-house-cash-configurationDocslide.net how ale-and-idocs-affect-sap-in-house-cash-configuration
Docslide.net how ale-and-idocs-affect-sap-in-house-cash-configuration
 
Sap credit-and-collection-management
Sap credit-and-collection-managementSap credit-and-collection-management
Sap credit-and-collection-management
 

Recently uploaded

VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...Suhani Kapoor
 
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...Suhani Kapoor
 
Preventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxPreventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxGry Tina Tinde
 
Résumé (2 pager - 12 ft standard syntax)
Résumé (2 pager -  12 ft standard syntax)Résumé (2 pager -  12 ft standard syntax)
Résumé (2 pager - 12 ft standard syntax)Soham Mondal
 
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...shivangimorya083
 
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsSonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsNiya Khan
 
PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterHector Del Castillo, CPM, CPMM
 
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackVIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackSuhani Kapoor
 
Production Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjProduction Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjLewisJB
 
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...Suhani Kapoor
 
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual serviceanilsa9823
 
Experience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdfExperience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdfSoham Mondal
 
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home MadeDubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Madekojalkojal131
 
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...Suhani Kapoor
 
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳anilsa9823
 
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service CuttackVIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service CuttackSuhani Kapoor
 
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Suhani Kapoor
 

Recently uploaded (20)

VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...
VIP Call Girls Service Jamshedpur Aishwarya 8250192130 Independent Escort Ser...
 
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
VIP Russian Call Girls in Amravati Deepika 8250192130 Independent Escort Serv...
 
Preventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptxPreventing and ending sexual harassment in the workplace.pptx
Preventing and ending sexual harassment in the workplace.pptx
 
Résumé (2 pager - 12 ft standard syntax)
Résumé (2 pager -  12 ft standard syntax)Résumé (2 pager -  12 ft standard syntax)
Résumé (2 pager - 12 ft standard syntax)
 
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
 
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsSonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
 
PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring Chapter
 
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackVIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
 
Production Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjProduction Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbj
 
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
VIP Russian Call Girls in Bhilai Deepika 8250192130 Independent Escort Servic...
 
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Call Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCeCall Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
 
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
 
Experience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdfExperience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdf
 
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home MadeDubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
Dubai Call Girls Naija O525547819 Call Girls In Dubai Home Made
 
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
 
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
VIP Call Girls in Jamshedpur Aarohi 8250192130 Independent Escort Service Jam...
 
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
 
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service CuttackVIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
VIP Call Girl Cuttack Aashi 8250192130 Independent Escort Service Cuttack
 
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
 

SAP Query, Infoset and Quick Viewer

  • 1. Using Infoset Query, SAP Query and Quick Viewer Applies to: SAP BI NetWeaver 7.0. For more information, visit the Business Intelligence homepage. Summary This tutorial will give you a brief understanding of how to deal with SAP Query; info set query and quick viewer while using ABAP for BI. Author: Abhinav Saxena Company: Deloitte Created on: 9th July 2009 Author Bio Abhinav Saxena is a NetWeaver 7.0 Certified Consultant with 2.5 years of experience in SAP BW/BI. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 1
  • 2. Using Infoset Query, SAP Query and Quick Viewer Table of Contents SAP Query..........................................................................................................................................................3  Purpose:..........................................................................................................................................................3  Creating User Group.......................................................................................................................................3  Steps to create new user group: ..................................................................................................................................3  Creation of SAP queries: ................................................................................................................................5  Creating an InfoSet...........................................................................................................................................14  Steps: ............................................................................................................................................................15  Infoset Query: ...................................................................................................................................................20  Now we will discuss about steps to create InfoSet Query: ...........................................................................20  Steps:.........................................................................................................................................................................20  Creating a Quick View ......................................................................................................................................25  Related Content................................................................................................................................................31  Disclaimer and Liability Notice..........................................................................................................................32  SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 2
  • 3. Using Infoset Query, SAP Query and Quick Viewer SAP Query SAP Query is SAP’s tool to define and execute once own reports without knowing ABAP programming language. Purpose: • The SAP query application is used to create reports not already contained in the default. It has been designed for users with little or no knowledge of the SAP programming language ABAP. • SAP Query offer users a broad range of ways to define reports and create different types of reports such as basic list, statistics and ranked lists. • These outputs can include lists on screens in table format, ALV grids, downloadable spreadsheets, and downloadable flat files. The whole process comprises of three steps. 1. Creation of user group 2. Creation of infoset 3. Creation of queries The transaction codes associated with ABAP Query are • SQ01 - ABAP Query • SQ02 - Infoset • SQ03 - User group Creating User Group • The technical definition of “User Groups” is a collection of SAP users who are grouped together. • A user’s assignment to a user group determines which queries he or she can execute or maintain. Additionally, it designates which InfoSets the user can access. • Basically, Query Groups permit users to create, modify, and execute reports in a certain area within R/3. Steps to create new user group: • Navigate to the User Group Initial screen using transaction code SQ03. • Type the user group name that you will be creating, ZUSER, and select the create button. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 3
  • 4. Using Infoset Query, SAP Query and Quick Viewer 3. Type the name of the user group zuser, Test for user group and click save button. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 4
  • 5. Using Infoset Query, SAP Query and Quick Viewer 4. Select the Assign Users and InfoSets button. Type the SAP user IDs of any users whom you want to include in your test group. Creation of SAP queries: 1. Navigate to the Queries Initial screen using transaction code SQ01. Give ZTEST_QUERY as Query Name and Click on Create button. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 5
  • 6. Using Infoset Query, SAP Query and Quick Viewer 2. A hit list opens assigned to the user group (ZUSER). Select ZMYINFOSET and click Ok. 3. This moves to the first screen of creation of query. Type the title (mandatory), notes and specify the number of lines to be displayed in a page. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 6
  • 7. Using Infoset Query, SAP Query and Quick Viewer 4. After entering a title, select the Save button on the standard toolbar. To navigate to the next screen in the SAP query-creation process, select the next screen (white navigational arrow) button from the application toolbar. Select the field groups that are to be used in our query. Next Screen button SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 7
  • 8. Using Infoset Query, SAP Query and Quick Viewer 5. Click on Next screen to select the list of fields required in the query. (Fields include both Selection Screen and Output fields). 6. Click on Next screen to determine which of these fields are to be used in the selection screen and specify the sequence in which selection to appear in selection screen. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 8
  • 9. Using Infoset Query, SAP Query and Quick Viewer 7. Select the Basic List button from the application toolbar. The Basic List screen shows you a list of the selected fields that you want to include for your report. For each field, you can specify the Line and Sequence number as you want them to appear on your report. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 9
  • 10. Using Infoset Query, SAP Query and Quick Viewer 8. Click on Next Screen to check the sequence specifications. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 10
  • 11. Using Infoset Query, SAP Query and Quick Viewer 9. Click on Next screen to specify field output options. Length, position & color formats of the fields on output screen can be changed. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 11
  • 12. Using Infoset Query, SAP Query and Quick Viewer 10. Click on Next screen to specify report header and footer 11. Click on Next Screen to determine the graphics for Output. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 12
  • 13. Using Infoset Query, SAP Query and Quick Viewer 12. A pop-up is displayed giving the option to set the number of database records to be read. 13. Click Ok to get the selection-screen displayed. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 13
  • 14. Using Infoset Query, SAP Query and Quick Viewer 14. Give input to it as per the requirement to get the list of records. Creating an InfoSet • An InfoSet describes which fields of a data source can be reported on in queries. • InfoSets are assigned to user groups. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 14
  • 15. Using Infoset Query, SAP Query and Quick Viewer Steps: 1. Navigate to the Infoset Initial screen using transaction code SQ02. Type the InfoSet name that you will be creating, ZMYINFOTEST, and select the Create button. 2. Type the name of the infoset, TEST FOR INFOSET. Choose the data source and press ok button. 3. You will be provided with a screen as shown below. Select insert table icon in application tool bar. A pop- up will appear, give the table name to be inserted and select OK button. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 15
  • 16. Using Infoset Query, SAP Query and Quick Viewer Insert Table Button 4. Select the OK button in the POP-UP and you will be provided with the screen as shown below. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 16
  • 17. Using Infoset Query, SAP Query and Quick Viewer 5. For maintaining the infoset, click on Infoset button. A popup opens asking what fields should be there in field groups. Select radio button Create empty field groups and press Ok. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 17
  • 18. Using Infoset Query, SAP Query and Quick Viewer 6. Two empty field groups got created. In the left pane, we find the list of fields in both the tables LFA1 and LFB1. 7. Drag and drop the fields from the left pane on to the field groups. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 18
  • 19. Using Infoset Query, SAP Query and Quick Viewer 8. Next, you need to generate the InfoSet by selecting the Generate button (the red beach ball) from the application toolbar. A message appears in the status bar saying that the InfoSet ZMYINFOSET generated. Generate Button SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 19
  • 20. Using Infoset Query, SAP Query and Quick Viewer 9. Go back to the main screen of SQ02 by clicking Back Button on standard tool bar. Click on Role/User Group Assignment button to assign the infoset to a specific user group. Infoset Query: • The InfoSet Query is designed for basic users to retrieve simple single-use lists of data from your R/3 database. • Unlike the SAP Query all query information—including the selection criteria for Info Set Query reporting—is available on a single screen. Now we will discuss about steps to create InfoSet Query: Steps: 1. Navigate to the Queries Initial screen using transaction code SQ01 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 20
  • 21. Using Infoset Query, SAP Query and Quick Viewer 2. Give ZINFO_QUERY as Query Name and Click on InfoSet Query button. You are prompted to select your InfoSet (data source) from a dialog box. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 21
  • 22. Using Infoset Query, SAP Query and Quick Viewer 3. The main screen of the InfoSet Query appears. The main screen contains three areas: The actual InfoSet from which you select and choose your fields, the sample report display, and the Selection screen values. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 22
  • 23. Using Infoset Query, SAP Query and Quick Viewer 4. For creating your report, check the Output box next to each field. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 23
  • 24. Using Infoset Query, SAP Query and Quick Viewer 5. Choose fields for the Selection screen by marking Selection check box, and click the output button to execute the report. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 24
  • 25. Using Infoset Query, SAP Query and Quick Viewer 6. The output will be displayed as shown below. Creating a Quick View 1. Navigate to the Queries Initial screen using transaction code SQ01 and click Quick Viewer button. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 25
  • 26. Using Infoset Query, SAP Query and Quick Viewer 2. A Quick Viewer initial screen appears. Type ZQUICK_VIEW and press create button. 3. A pop-up appears, give title and select a data source. 4. Enter the required table in the pop-up as shown below and select the OK button. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 26
  • 27. Using Infoset Query, SAP Query and Quick Viewer 5. You will be provided with a screen as shown below. Select insert table icon in application tool bar. A pop-up will appear, give the table name to be inserted and select OK button. 6. Come back to initial screen. There are three main tabs that allow us to specify QuickView. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 27
  • 28. Using Infoset Query, SAP Query and Quick Viewer 7. The first tab is to list the output fields. Select fields listed in the Available Fields column and select the arrow keys to move them to the output column. The second tab enables to dictate the sort sequence for selected fields. The third tab enables to indicate selection fields for specifying final output. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 28
  • 29. Using Infoset Query, SAP Query and Quick Viewer 8. In the middle of the screen different Export options for Quick View is available. Select one from the drop-down box and then select the Execute button to see the Reports Selection screen. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 29
  • 30. Using Infoset Query, SAP Query and Quick Viewer 9. Specify the selections and select the Execute button to see completed Quick View. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 30
  • 31. Using Infoset Query, SAP Query and Quick Viewer Related Content Creating a SAP Query & Ad-Hoc Query Quick Viewer Creating User Groups For more information, visit the Business Intelligence homepage SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 31
  • 32. Using Infoset Query, SAP Query and Quick Viewer SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 32 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.