SlideShare a Scribd company logo
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
1 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
Introduction about SAP QUERY:
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 offers users a broad range of ways to define reports and create different
types of reports such as basic lists, statistics, and ranked lists.
The whole process comprises of three steps..
 Creation of user group
 Creation of info set
 Creation of queries
The transaction codes associated with ABAP Query are
 SQ03 – User Group
 SQ02 - Info set
 SQ01 – SAP Query
Step-1: SQ03---USERGROUP CREATION
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 Info Sets the user can access
Basically, Query Groups permit users to create, modify, and execute reports in a
certain area within R/3.
The relationship b/w user group and Info set is one to many.
One user group can be assigned to no. of Info sets, in which users are placed.
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
2 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
SAP QUERY REPORT CONFIGURATION
Mention User Group Name and click create
Mention short text name and save it.
Assign Users in User group
Save it again.
Step-2: SQ02--.INFOSET CREATION
An Info Sec describes which fields of a data source can be reported on in queries.
1. Mention info set and Click create
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
3 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
2.Mention Info set name
Data source
 TABLE JOIN : Multiple tables (VBAK,VBAP,LIKP,LIPS,VBRK,VBRP)
 DIRECT READ TABLE: Single Table VBAK
Select Table join and Press Enter then system show Navigation Screen
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
4 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
If you want to add other tables click Insert Table then Click the JOIN
Conditions and then click Info set Maintain
System gives one pop with following options
A. include all tables fields: All fields
If you select first one system takes all the fields from selected tables.
Example: it is for your understanding
Sales Header Data VBAK
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
5 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
Sales Item Data VBAP
B. Key fields for user specific: System taken default fields
S.NO FIELDS
1 Sales document
2 Sales document item
3 Material Number
C.Create empty field group: Add user specific Fields
1. Two empty field groups got created. In the left pane, we find the list of
fields in both the tables VBAK and VBAP.
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
6 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
2.Drag and drop the fields from the left pane on to the field groups
Click save button system gives one pop up screen
Package or Local object both are optional.
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
7 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
click Generate Button after Save Infoset.
ASSIGNEMENT OF INFOSET TO USERGROUP
Go to Info set and click Role/user assignment
Select our user group and save it.
Note: when we save the info set it’s automatically assign to our user
group.
Next step continuous in next page
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
8 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
Step-3: SQ01----SAP QUERY REPORT CREATION
Create SAP QUERY
Enter query name (our own name) and Click create button then system open
another screen. Please observe below screen.
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
9 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
Next screen will open
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
10 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
a) ENTER Query title name
b) Select output format
SAP provides different types of report output for user specific.
c) Click Basic List then system will open layout design.
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
11 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
The below screen is showing report layout design
Select Table and drag all the fields
System shows our selected tables, List fields, Selection fields.
1. List Fields means Output fields
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
12 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
2. Selection Fields means Input Fields.
Select output list fields and Input Fields from our selected tables then click Test
button.
After above step click the test and System open report input screen
Enter our input data and Execute (Press F8) then system is shows our designed
simple report.
Please observe below screen.
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
13 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
This is SAP Query report output.
The below step Explains query and user specific transaction report and in this step
integration will be there B/W Functional consultants (FI, SD, MM, PP etc.…) and
Technical consultants (ABAP).
Step-4 Maintain user specific transaction (ABAPER WILL DO THIS STEP)
Go to SE93
Create new transaction YQ01
Mention short text name
Select Parameter transaction and press enter
Maintain default transaction START_REPORT
[*] Skip initial screen
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
14 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
Maintain default values in SE93
Note: The below parameters are mandatory for any query report
Name of screen field Values
D_SREPOVARI-REPORTTYPE AQ
D_SREPOVARI-EXTDREPORT SAP QUERY NAME(Z_QUERY_SALES)
D_SREPOVARI-REPORT USER-GROUPNAME(Z_USEER_GROUP)
Click the TEST Button .
If success, then save it.
Now execute YQ01 Transaction.
Give your input data and Execute
System will show user specific simple report.
User specific report -1
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
15 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
User specific report -2
1. Requirement: I want to see Sales report, sales organization wise with
diagrammatically.
Output Format
SAP QUERY REPORT FOR ALL FUNCTIONAL
CONSULTANTS
16 | P a g e
C R E A T E D B Y
G A N E S . T A R L A N A
S A P S D
SALES
DOC
SALES
DOCTYPE
SALES
ORG
DISTRI.CHANNEL DIVISION SALES
OFFICE
CUSTOMER Net
value
Plant
This is SAP QUERY REPORT.
THE END

More Related Content

What's hot

Output determination
Output determinationOutput determination
Output determination
Srinivasulu Algaskhanpet
 
SAP Account determination SD-FI by odaiah pelley
SAP Account determination SD-FI by odaiah pelleySAP Account determination SD-FI by odaiah pelley
SAP Account determination SD-FI by odaiah pelley
Intelligroup, Inc.
 
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
 
SAP FI AP: Configuration & End User Guide
SAP FI AP: Configuration & End User GuideSAP FI AP: Configuration & End User Guide
SAP FI AP: Configuration & End User Guide
sapdocs. info
 
GST_Configuration Document_GANESH_SAPSD
GST_Configuration Document_GANESH_SAPSD GST_Configuration Document_GANESH_SAPSD
GST_Configuration Document_GANESH_SAPSD
Ganesh Tarlana
 
Sap SD Standard Reports
Sap SD Standard ReportsSap SD Standard Reports
Sap SD Standard Reports
Srinivasulu Algaskhanpet
 
Third party process
Third party processThird party process
Third party process
Srinivasulu Algaskhanpet
 
Revenue account determination
Revenue account determinationRevenue account determination
Revenue account determination
Srinivasulu Algaskhanpet
 
Intercompany assets transfer
Intercompany assets transferIntercompany assets transfer
Intercompany assets transfer
SURESH BABU MUCHINTHALA
 
shipment cost.pdf
shipment cost.pdfshipment cost.pdf
shipment cost.pdf
MuraliKrishna253220
 
Configuration of TCS
Configuration of TCSConfiguration of TCS
Configuration of TCS
Rajeev Kumar
 
Credit Management in SAP SD
Credit Management in SAP SDCredit Management in SAP SD
Credit Management in SAP SD
Srinivasulu Algaskhanpet
 
SAP SD interview questions
SAP SD interview questions SAP SD interview questions
SAP SD interview questions
IT LearnMore
 
Quick sap co configuration Internal Order
Quick sap co configuration Internal OrderQuick sap co configuration Internal Order
Quick sap co configuration Internal Order
Capgemini
 
Sap auc internal orders as investment measures
Sap auc internal orders as investment measuresSap auc internal orders as investment measures
Sap auc internal orders as investment measures
SURESH BABU MUCHINTHALA
 
BATCH DATA COMMUNICATION
BATCH DATA COMMUNICATIONBATCH DATA COMMUNICATION
BATCH DATA COMMUNICATIONKranthi Kumar
 
Fiori app for sales distribution module
Fiori app for sales  distribution moduleFiori app for sales  distribution module
Fiori app for sales distribution module
Mandeep SINGH
 
Sap 1099 misc generic withholding tax reporting
Sap 1099 misc generic withholding tax  reportingSap 1099 misc generic withholding tax  reporting
Sap 1099 misc generic withholding tax reporting
SURESH BABU MUCHINTHALA
 
Consignment process
Consignment processConsignment process
Consignment process
Srinivasulu Algaskhanpet
 

What's hot (20)

Output determination
Output determinationOutput determination
Output determination
 
SAP Account determination SD-FI by odaiah pelley
SAP Account determination SD-FI by odaiah pelleySAP Account determination SD-FI by odaiah pelley
SAP Account determination SD-FI by odaiah pelley
 
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+
 
SAP FI AP: Configuration & End User Guide
SAP FI AP: Configuration & End User GuideSAP FI AP: Configuration & End User Guide
SAP FI AP: Configuration & End User Guide
 
GST_Configuration Document_GANESH_SAPSD
GST_Configuration Document_GANESH_SAPSD GST_Configuration Document_GANESH_SAPSD
GST_Configuration Document_GANESH_SAPSD
 
Sap SD Standard Reports
Sap SD Standard ReportsSap SD Standard Reports
Sap SD Standard Reports
 
Third party process
Third party processThird party process
Third party process
 
Revenue account determination
Revenue account determinationRevenue account determination
Revenue account determination
 
Intercompany assets transfer
Intercompany assets transferIntercompany assets transfer
Intercompany assets transfer
 
shipment cost.pdf
shipment cost.pdfshipment cost.pdf
shipment cost.pdf
 
Configuration of TCS
Configuration of TCSConfiguration of TCS
Configuration of TCS
 
Credit Management in SAP SD
Credit Management in SAP SDCredit Management in SAP SD
Credit Management in SAP SD
 
SAP SD interview questions
SAP SD interview questions SAP SD interview questions
SAP SD interview questions
 
Fi tds report
Fi tds reportFi tds report
Fi tds report
 
Quick sap co configuration Internal Order
Quick sap co configuration Internal OrderQuick sap co configuration Internal Order
Quick sap co configuration Internal Order
 
Sap auc internal orders as investment measures
Sap auc internal orders as investment measuresSap auc internal orders as investment measures
Sap auc internal orders as investment measures
 
BATCH DATA COMMUNICATION
BATCH DATA COMMUNICATIONBATCH DATA COMMUNICATION
BATCH DATA COMMUNICATION
 
Fiori app for sales distribution module
Fiori app for sales  distribution moduleFiori app for sales  distribution module
Fiori app for sales distribution module
 
Sap 1099 misc generic withholding tax reporting
Sap 1099 misc generic withholding tax  reportingSap 1099 misc generic withholding tax  reporting
Sap 1099 misc generic withholding tax reporting
 
Consignment process
Consignment processConsignment process
Consignment process
 

Viewers also liked

Top chrono s08_spécial_VisiteStéphanePeterhansel
Top chrono s08_spécial_VisiteStéphanePeterhanselTop chrono s08_spécial_VisiteStéphanePeterhansel
Top chrono s08_spécial_VisiteStéphanePeterhansel
Maria Magali
 
U.S. Storage Battery Market. Analysis And Forecast to 2020
U.S. Storage Battery Market. Analysis And Forecast to 2020U.S. Storage Battery Market. Analysis And Forecast to 2020
U.S. Storage Battery Market. Analysis And Forecast to 2020
IndexBox Marketing
 
DÍA DE LA MUJER
DÍA DE LA MUJER DÍA DE LA MUJER
DÍA DE LA MUJER
Teo Daza
 
SICUREZZA CANTIERI - Impianto elettrico nei piccoli cantieri
SICUREZZA CANTIERI - Impianto elettrico nei piccoli cantieriSICUREZZA CANTIERI - Impianto elettrico nei piccoli cantieri
SICUREZZA CANTIERI - Impianto elettrico nei piccoli cantieri
Marinella Peraino
 
Underground (2)
Underground (2)Underground (2)
Underground (2)
Chris Green
 
I chronicles 7 commentary
I chronicles 7 commentaryI chronicles 7 commentary
I chronicles 7 commentary
GLENN PEASE
 
Sách Vô Cùng Tàn Nhẫn Vô Cùng Yêu Thương
Sách Vô Cùng Tàn Nhẫn Vô Cùng Yêu ThươngSách Vô Cùng Tàn Nhẫn Vô Cùng Yêu Thương
Sách Vô Cùng Tàn Nhẫn Vô Cùng Yêu Thương
Nhân Nguyễn Sỹ
 
I chronicles 6 commentary
I chronicles 6 commentaryI chronicles 6 commentary
I chronicles 6 commentary
GLENN PEASE
 
COMM 101-Reflective Project #1
COMM 101-Reflective Project #1COMM 101-Reflective Project #1
COMM 101-Reflective Project #1
profluther
 
Завдання шкільного моніторингу з математики 6 клас
Завдання шкільного моніторингу з математики 6 класЗавдання шкільного моніторингу з математики 6 клас
Завдання шкільного моніторингу з математики 6 клас
Jo01
 
14 розчепий л.и. шкільний дім 2015
14 розчепий л.и. шкільний дім 201514 розчепий л.и. шкільний дім 2015
14 розчепий л.и. шкільний дім 2015
Ирина Мироненко
 
Cerec Omnicam and Bluecam a Comparison
Cerec Omnicam and Bluecam  a ComparisonCerec Omnicam and Bluecam  a Comparison
Cerec Omnicam and Bluecam a Comparison
Atlas Resell Management
 
Post-Modern CSS: Start learning CSS Grid, Flexbox and other new properties
Post-Modern CSS: Start learning CSS Grid, Flexbox and other new propertiesPost-Modern CSS: Start learning CSS Grid, Flexbox and other new properties
Post-Modern CSS: Start learning CSS Grid, Flexbox and other new properties
Bryan Robinson
 
Perspective on network based improvement: using health-related quality of lif...
Perspective on network based improvement: using health-related quality of lif...Perspective on network based improvement: using health-related quality of lif...
Perspective on network based improvement: using health-related quality of lif...
Helen Bevan
 
Análise Estrutural de um Mini BAJA
Análise Estrutural de um Mini BAJAAnálise Estrutural de um Mini BAJA
Análise Estrutural de um Mini BAJA
Rodrigo Lobo
 
Titanium and titanium alloys/ /certified fixed orthodontic courses by India...
Titanium  and  titanium alloys/ /certified fixed orthodontic courses by India...Titanium  and  titanium alloys/ /certified fixed orthodontic courses by India...
Titanium and titanium alloys/ /certified fixed orthodontic courses by India...
Indian dental academy
 
Are you GST Ready?
Are you GST Ready?Are you GST Ready?
Are you GST Ready?
YASH Technologies
 
School for Change Agents 2017 Module 4
School for Change Agents 2017 Module 4School for Change Agents 2017 Module 4
School for Change Agents 2017 Module 4
NHS Horizons
 
School for Change Agents - Module 4 Slides
School for Change Agents - Module 4 SlidesSchool for Change Agents - Module 4 Slides
School for Change Agents - Module 4 Slides
NHS Horizons
 
Regresión lineal simple
Regresión lineal simpleRegresión lineal simple
Regresión lineal simple
Emilia Bennet
 

Viewers also liked (20)

Top chrono s08_spécial_VisiteStéphanePeterhansel
Top chrono s08_spécial_VisiteStéphanePeterhanselTop chrono s08_spécial_VisiteStéphanePeterhansel
Top chrono s08_spécial_VisiteStéphanePeterhansel
 
U.S. Storage Battery Market. Analysis And Forecast to 2020
U.S. Storage Battery Market. Analysis And Forecast to 2020U.S. Storage Battery Market. Analysis And Forecast to 2020
U.S. Storage Battery Market. Analysis And Forecast to 2020
 
DÍA DE LA MUJER
DÍA DE LA MUJER DÍA DE LA MUJER
DÍA DE LA MUJER
 
SICUREZZA CANTIERI - Impianto elettrico nei piccoli cantieri
SICUREZZA CANTIERI - Impianto elettrico nei piccoli cantieriSICUREZZA CANTIERI - Impianto elettrico nei piccoli cantieri
SICUREZZA CANTIERI - Impianto elettrico nei piccoli cantieri
 
Underground (2)
Underground (2)Underground (2)
Underground (2)
 
I chronicles 7 commentary
I chronicles 7 commentaryI chronicles 7 commentary
I chronicles 7 commentary
 
Sách Vô Cùng Tàn Nhẫn Vô Cùng Yêu Thương
Sách Vô Cùng Tàn Nhẫn Vô Cùng Yêu ThươngSách Vô Cùng Tàn Nhẫn Vô Cùng Yêu Thương
Sách Vô Cùng Tàn Nhẫn Vô Cùng Yêu Thương
 
I chronicles 6 commentary
I chronicles 6 commentaryI chronicles 6 commentary
I chronicles 6 commentary
 
COMM 101-Reflective Project #1
COMM 101-Reflective Project #1COMM 101-Reflective Project #1
COMM 101-Reflective Project #1
 
Завдання шкільного моніторингу з математики 6 клас
Завдання шкільного моніторингу з математики 6 класЗавдання шкільного моніторингу з математики 6 клас
Завдання шкільного моніторингу з математики 6 клас
 
14 розчепий л.и. шкільний дім 2015
14 розчепий л.и. шкільний дім 201514 розчепий л.и. шкільний дім 2015
14 розчепий л.и. шкільний дім 2015
 
Cerec Omnicam and Bluecam a Comparison
Cerec Omnicam and Bluecam  a ComparisonCerec Omnicam and Bluecam  a Comparison
Cerec Omnicam and Bluecam a Comparison
 
Post-Modern CSS: Start learning CSS Grid, Flexbox and other new properties
Post-Modern CSS: Start learning CSS Grid, Flexbox and other new propertiesPost-Modern CSS: Start learning CSS Grid, Flexbox and other new properties
Post-Modern CSS: Start learning CSS Grid, Flexbox and other new properties
 
Perspective on network based improvement: using health-related quality of lif...
Perspective on network based improvement: using health-related quality of lif...Perspective on network based improvement: using health-related quality of lif...
Perspective on network based improvement: using health-related quality of lif...
 
Análise Estrutural de um Mini BAJA
Análise Estrutural de um Mini BAJAAnálise Estrutural de um Mini BAJA
Análise Estrutural de um Mini BAJA
 
Titanium and titanium alloys/ /certified fixed orthodontic courses by India...
Titanium  and  titanium alloys/ /certified fixed orthodontic courses by India...Titanium  and  titanium alloys/ /certified fixed orthodontic courses by India...
Titanium and titanium alloys/ /certified fixed orthodontic courses by India...
 
Are you GST Ready?
Are you GST Ready?Are you GST Ready?
Are you GST Ready?
 
School for Change Agents 2017 Module 4
School for Change Agents 2017 Module 4School for Change Agents 2017 Module 4
School for Change Agents 2017 Module 4
 
School for Change Agents - Module 4 Slides
School for Change Agents - Module 4 SlidesSchool for Change Agents - Module 4 Slides
School for Change Agents - Module 4 Slides
 
Regresión lineal simple
Regresión lineal simpleRegresión lineal simple
Regresión lineal simple
 

Similar to SAP SD QUERY REPORT_GANESH

Using infoset query %2c sap query and quick viewer
Using infoset query %2c sap query and quick viewerUsing infoset query %2c sap query and quick viewer
Using infoset query %2c sap query and quick viewer
Shailendra Surana
 
Using infoset query ,sap query and quick viewer
Using infoset query ,sap query and quick viewerUsing infoset query ,sap query and quick viewer
Using infoset query ,sap query and quick viewer
bsm fico
 
Sap query creation & transcation code creation for sap query
Sap query creation & transcation code creation for sap querySap query creation & transcation code creation for sap query
Sap query creation & transcation code creation for sap query
SURESH BABU MUCHINTHALA
 
Report Generation by Quick Viewer-SQVI.pptx
Report Generation by Quick Viewer-SQVI.pptxReport Generation by Quick Viewer-SQVI.pptx
Report Generation by Quick Viewer-SQVI.pptx
MdRashidulAlam1
 
Wiki sap query
Wiki sap queryWiki sap query
Wiki sap query
masoomjajoo
 
SAP BASIS Training in Chennai
SAP BASIS Training in ChennaiSAP BASIS Training in Chennai
SAP BASIS Training in Chennai
Thecreating Experts
 
Sap S4 HANA PM Online training +918660816919
Sap S4 HANA PM Online training +918660816919Sap S4 HANA PM Online training +918660816919
Sap S4 HANA PM Online training +918660816919
Senthil kumar
 
User manual tr dunning lev1
User manual tr dunning lev1User manual tr dunning lev1
User manual tr dunning lev1
UF Technology
 
Fi enhancement technique how-to-guide on the usage of business transaction ...
Fi enhancement technique   how-to-guide on the usage of business transaction ...Fi enhancement technique   how-to-guide on the usage of business transaction ...
Fi enhancement technique how-to-guide on the usage of business transaction ...Kranthi Kumar
 
Fi enhancement technique how-to-guide on the usage of business transaction ...
Fi enhancement technique   how-to-guide on the usage of business transaction ...Fi enhancement technique   how-to-guide on the usage of business transaction ...
Fi enhancement technique how-to-guide on the usage of business transaction ...
Rajeev Kumar
 
Satyanarayana fi notes
Satyanarayana fi notesSatyanarayana fi notes
Satyanarayana fi notes
uppityintheyours
 
Fico material
Fico materialFico material
Fico material
oceanicbank
 
Sap-fi Material
Sap-fi  MaterialSap-fi  Material
Sap-fi Material
rasineni
 
Copa realignment
Copa realignmentCopa realignment
Copa realignment
suryanarayana tata
 
Sap pm-master-data
Sap pm-master-dataSap pm-master-data
Sap pm-master-data
Marco Antônio Claret Teixeira
 
Report exchange designer
Report exchange designerReport exchange designer
Report exchange designerrlsotto
 

Similar to SAP SD QUERY REPORT_GANESH (20)

Query
QueryQuery
Query
 
Using infoset query %2c sap query and quick viewer
Using infoset query %2c sap query and quick viewerUsing infoset query %2c sap query and quick viewer
Using infoset query %2c sap query and quick viewer
 
Using infoset query ,sap query and quick viewer
Using infoset query ,sap query and quick viewerUsing infoset query ,sap query and quick viewer
Using infoset query ,sap query and quick viewer
 
Sap query creation & transcation code creation for sap query
Sap query creation & transcation code creation for sap querySap query creation & transcation code creation for sap query
Sap query creation & transcation code creation for sap query
 
Ab ap faq
Ab ap faqAb ap faq
Ab ap faq
 
Report Generation by Quick Viewer-SQVI.pptx
Report Generation by Quick Viewer-SQVI.pptxReport Generation by Quick Viewer-SQVI.pptx
Report Generation by Quick Viewer-SQVI.pptx
 
Wiki sap query
Wiki sap queryWiki sap query
Wiki sap query
 
SAP BASIS Training in Chennai
SAP BASIS Training in ChennaiSAP BASIS Training in Chennai
SAP BASIS Training in Chennai
 
Sap S4 HANA PM Online training +918660816919
Sap S4 HANA PM Online training +918660816919Sap S4 HANA PM Online training +918660816919
Sap S4 HANA PM Online training +918660816919
 
User manual tr dunning lev1
User manual tr dunning lev1User manual tr dunning lev1
User manual tr dunning lev1
 
Sap fico-fi-notes
Sap fico-fi-notesSap fico-fi-notes
Sap fico-fi-notes
 
Fi enhancement technique how-to-guide on the usage of business transaction ...
Fi enhancement technique   how-to-guide on the usage of business transaction ...Fi enhancement technique   how-to-guide on the usage of business transaction ...
Fi enhancement technique how-to-guide on the usage of business transaction ...
 
Fi enhancement technique how-to-guide on the usage of business transaction ...
Fi enhancement technique   how-to-guide on the usage of business transaction ...Fi enhancement technique   how-to-guide on the usage of business transaction ...
Fi enhancement technique how-to-guide on the usage of business transaction ...
 
Satyanarayana fi notes
Satyanarayana fi notesSatyanarayana fi notes
Satyanarayana fi notes
 
Fico material
Fico materialFico material
Fico material
 
Sap-fi Material
Sap-fi  MaterialSap-fi  Material
Sap-fi Material
 
Sap fico satyanarayana material
Sap fico satyanarayana materialSap fico satyanarayana material
Sap fico satyanarayana material
 
Copa realignment
Copa realignmentCopa realignment
Copa realignment
 
Sap pm-master-data
Sap pm-master-dataSap pm-master-data
Sap pm-master-data
 
Report exchange designer
Report exchange designerReport exchange designer
Report exchange designer
 

Recently uploaded

Graphic Design Crash Course for beginners
Graphic Design Crash Course for beginnersGraphic Design Crash Course for beginners
Graphic Design Crash Course for beginners
e20449
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
Donna Lenk
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
NYGGS Automation Suite
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Globus
 
Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
abdulrafaychaudhry
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Globus
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
Globus
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
Globus
 
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptxText-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
ShamsuddeenMuhammadA
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
Globus
 
Enterprise Software Development with No Code Solutions.pptx
Enterprise Software Development with No Code Solutions.pptxEnterprise Software Development with No Code Solutions.pptx
Enterprise Software Development with No Code Solutions.pptx
QuickwayInfoSystems3
 
Pro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp BookPro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp Book
abdulrafaychaudhry
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
Globus
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604
Fermin Galan
 
Introduction to Pygame (Lecture 7 Python Game Development)
Introduction to Pygame (Lecture 7 Python Game Development)Introduction to Pygame (Lecture 7 Python Game Development)
Introduction to Pygame (Lecture 7 Python Game Development)
abdulrafaychaudhry
 
BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
Ortus Solutions, Corp
 
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket ManagementUtilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
Neo4j
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
Juraj Vysvader
 

Recently uploaded (20)

Graphic Design Crash Course for beginners
Graphic Design Crash Course for beginnersGraphic Design Crash Course for beginners
Graphic Design Crash Course for beginners
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
 
Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
 
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptxText-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
 
Enterprise Software Development with No Code Solutions.pptx
Enterprise Software Development with No Code Solutions.pptxEnterprise Software Development with No Code Solutions.pptx
Enterprise Software Development with No Code Solutions.pptx
 
Pro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp BookPro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp Book
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604
 
Introduction to Pygame (Lecture 7 Python Game Development)
Introduction to Pygame (Lecture 7 Python Game Development)Introduction to Pygame (Lecture 7 Python Game Development)
Introduction to Pygame (Lecture 7 Python Game Development)
 
BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
 
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket ManagementUtilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
 

SAP SD QUERY REPORT_GANESH

  • 1. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 1 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D Introduction about SAP QUERY: 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 offers users a broad range of ways to define reports and create different types of reports such as basic lists, statistics, and ranked lists. The whole process comprises of three steps..  Creation of user group  Creation of info set  Creation of queries The transaction codes associated with ABAP Query are  SQ03 – User Group  SQ02 - Info set  SQ01 – SAP Query Step-1: SQ03---USERGROUP CREATION 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 Info Sets the user can access Basically, Query Groups permit users to create, modify, and execute reports in a certain area within R/3. The relationship b/w user group and Info set is one to many. One user group can be assigned to no. of Info sets, in which users are placed.
  • 2. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 2 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D SAP QUERY REPORT CONFIGURATION Mention User Group Name and click create Mention short text name and save it. Assign Users in User group Save it again. Step-2: SQ02--.INFOSET CREATION An Info Sec describes which fields of a data source can be reported on in queries. 1. Mention info set and Click create
  • 3. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 3 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D 2.Mention Info set name Data source  TABLE JOIN : Multiple tables (VBAK,VBAP,LIKP,LIPS,VBRK,VBRP)  DIRECT READ TABLE: Single Table VBAK Select Table join and Press Enter then system show Navigation Screen
  • 4. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 4 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D If you want to add other tables click Insert Table then Click the JOIN Conditions and then click Info set Maintain System gives one pop with following options A. include all tables fields: All fields If you select first one system takes all the fields from selected tables. Example: it is for your understanding Sales Header Data VBAK
  • 5. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 5 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D Sales Item Data VBAP B. Key fields for user specific: System taken default fields S.NO FIELDS 1 Sales document 2 Sales document item 3 Material Number C.Create empty field group: Add user specific Fields 1. Two empty field groups got created. In the left pane, we find the list of fields in both the tables VBAK and VBAP.
  • 6. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 6 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D 2.Drag and drop the fields from the left pane on to the field groups Click save button system gives one pop up screen Package or Local object both are optional.
  • 7. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 7 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D click Generate Button after Save Infoset. ASSIGNEMENT OF INFOSET TO USERGROUP Go to Info set and click Role/user assignment Select our user group and save it. Note: when we save the info set it’s automatically assign to our user group. Next step continuous in next page
  • 8. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 8 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D Step-3: SQ01----SAP QUERY REPORT CREATION Create SAP QUERY Enter query name (our own name) and Click create button then system open another screen. Please observe below screen.
  • 9. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 9 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D Next screen will open
  • 10. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 10 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D a) ENTER Query title name b) Select output format SAP provides different types of report output for user specific. c) Click Basic List then system will open layout design.
  • 11. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 11 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D The below screen is showing report layout design Select Table and drag all the fields System shows our selected tables, List fields, Selection fields. 1. List Fields means Output fields
  • 12. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 12 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D 2. Selection Fields means Input Fields. Select output list fields and Input Fields from our selected tables then click Test button. After above step click the test and System open report input screen Enter our input data and Execute (Press F8) then system is shows our designed simple report. Please observe below screen.
  • 13. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 13 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D This is SAP Query report output. The below step Explains query and user specific transaction report and in this step integration will be there B/W Functional consultants (FI, SD, MM, PP etc.…) and Technical consultants (ABAP). Step-4 Maintain user specific transaction (ABAPER WILL DO THIS STEP) Go to SE93 Create new transaction YQ01 Mention short text name Select Parameter transaction and press enter Maintain default transaction START_REPORT [*] Skip initial screen
  • 14. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 14 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D Maintain default values in SE93 Note: The below parameters are mandatory for any query report Name of screen field Values D_SREPOVARI-REPORTTYPE AQ D_SREPOVARI-EXTDREPORT SAP QUERY NAME(Z_QUERY_SALES) D_SREPOVARI-REPORT USER-GROUPNAME(Z_USEER_GROUP) Click the TEST Button . If success, then save it. Now execute YQ01 Transaction. Give your input data and Execute System will show user specific simple report. User specific report -1
  • 15. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 15 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D User specific report -2 1. Requirement: I want to see Sales report, sales organization wise with diagrammatically. Output Format
  • 16. SAP QUERY REPORT FOR ALL FUNCTIONAL CONSULTANTS 16 | P a g e C R E A T E D B Y G A N E S . T A R L A N A S A P S D SALES DOC SALES DOCTYPE SALES ORG DISTRI.CHANNEL DIVISION SALES OFFICE CUSTOMER Net value Plant This is SAP QUERY REPORT. THE END