SlideShare a Scribd company logo
1 of 16
Download to read offline
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

SAP SD Sales Deal & promotion
SAP SD Sales Deal & promotionSAP SD Sales Deal & promotion
SAP SD Sales Deal & promotionarun_bala1
 
Down payment request from sd side
Down payment request from sd sideDown payment request from sd side
Down payment request from sd sideGopi Ponnala
 
Important tables for sap sd
Important tables for sap sd Important tables for sap sd
Important tables for sap sd Roshan Prasad
 
Item category for a service item SAP SD
Item category for a service item SAP SDItem category for a service item SAP SD
Item category for a service item SAP SDHarsha Halyal
 
96836801 sap-sd-interview-questions
96836801 sap-sd-interview-questions96836801 sap-sd-interview-questions
96836801 sap-sd-interview-questionskollum01
 
Sap sd-pricing-in-depth-configuration-guide
Sap sd-pricing-in-depth-configuration-guideSap sd-pricing-in-depth-configuration-guide
Sap sd-pricing-in-depth-configuration-guideAmar V
 
What is ticketing tool in sap
What is ticketing tool in sapWhat is ticketing tool in sap
What is ticketing tool in sapnanda nanda
 
SAP SD interview questions
SAP SD interview questions SAP SD interview questions
SAP SD interview questions IT LearnMore
 
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
 
Promotions and Deals in SAP Sales
Promotions and Deals in SAP SalesPromotions and Deals in SAP Sales
Promotions and Deals in SAP SalesVenkat Mannam
 
Business Partner S4HANA.pdf
Business Partner S4HANA.pdfBusiness Partner S4HANA.pdf
Business Partner S4HANA.pdferikotsuji
 
Sap sd important interview concepts
Sap sd important interview concepts Sap sd important interview concepts
Sap sd important interview concepts Mohit Amitabh
 
SAP ATP check for Sales Order
SAP ATP check for Sales OrderSAP ATP check for Sales Order
SAP ATP check for Sales OrderLee Scott
 
SAP IDoc Overview and Outbound IDoc.pptx
SAP IDoc Overview and Outbound IDoc.pptxSAP IDoc Overview and Outbound IDoc.pptx
SAP IDoc Overview and Outbound IDoc.pptxAshwaniKumar207236
 

What's hot (20)

SAP SD Sales Deal & promotion
SAP SD Sales Deal & promotionSAP SD Sales Deal & promotion
SAP SD Sales Deal & promotion
 
Transfer of requirements in SAP SD
Transfer of requirements in SAP SDTransfer of requirements in SAP SD
Transfer of requirements in SAP SD
 
Down payment request from sd side
Down payment request from sd sideDown payment request from sd side
Down payment request from sd side
 
Important tables for sap sd
Important tables for sap sd Important tables for sap sd
Important tables for sap sd
 
Item category for a service item SAP SD
Item category for a service item SAP SDItem category for a service item SAP SD
Item category for a service item SAP SD
 
96836801 sap-sd-interview-questions
96836801 sap-sd-interview-questions96836801 sap-sd-interview-questions
96836801 sap-sd-interview-questions
 
Availability Check in SAP SD
Availability Check in SAP SDAvailability Check in SAP SD
Availability Check in SAP SD
 
Sap sd-pricing-in-depth-configuration-guide
Sap sd-pricing-in-depth-configuration-guideSap sd-pricing-in-depth-configuration-guide
Sap sd-pricing-in-depth-configuration-guide
 
What is ticketing tool in sap
What is ticketing tool in sapWhat is ticketing tool in sap
What is ticketing tool in sap
 
Free goods determination
Free goods determinationFree goods determination
Free goods determination
 
Third Party SAP
Third Party SAPThird Party SAP
Third Party SAP
 
SAP SD interview questions
SAP SD interview questions SAP SD interview questions
SAP SD interview questions
 
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+
 
Promotions and Deals in SAP Sales
Promotions and Deals in SAP SalesPromotions and Deals in SAP Sales
Promotions and Deals in SAP Sales
 
Important tables for sap sd
Important tables for sap sdImportant tables for sap sd
Important tables for sap sd
 
Business Partner S4HANA.pdf
Business Partner S4HANA.pdfBusiness Partner S4HANA.pdf
Business Partner S4HANA.pdf
 
Sap sd important interview concepts
Sap sd important interview concepts Sap sd important interview concepts
Sap sd important interview concepts
 
SAP ATP check for Sales Order
SAP ATP check for Sales OrderSAP ATP check for Sales Order
SAP ATP check for Sales Order
 
Material listing & exclusion
Material listing & exclusionMaterial listing & exclusion
Material listing & exclusion
 
SAP IDoc Overview and Outbound IDoc.pptx
SAP IDoc Overview and Outbound IDoc.pptxSAP IDoc Overview and Outbound IDoc.pptx
SAP IDoc Overview and Outbound IDoc.pptx
 

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éphanePeterhanselMaria 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 2020IndexBox 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 cantieriMarinella Peraino
 
I chronicles 7 commentary
I chronicles 7 commentaryI chronicles 7 commentary
I chronicles 7 commentaryGLENN 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ươngNhân Nguyễn Sỹ
 
I chronicles 6 commentary
I chronicles 6 commentaryI chronicles 6 commentary
I chronicles 6 commentaryGLENN PEASE
 
COMM 101-Reflective Project #1
COMM 101-Reflective Project #1COMM 101-Reflective Project #1
COMM 101-Reflective Project #1profluther
 
Завдання шкільного моніторингу з математики 6 клас
Завдання шкільного моніторингу з математики 6 класЗавдання шкільного моніторингу з математики 6 клас
Завдання шкільного моніторингу з математики 6 класJo01
 
14 розчепий л.и. шкільний дім 2015
14 розчепий л.и. шкільний дім 201514 розчепий л.и. шкільний дім 2015
14 розчепий л.и. шкільний дім 2015Ирина Мироненко
 
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 propertiesBryan 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 BAJARodrigo 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
 
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 4NHS 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 SlidesNHS Horizons
 
Regresión lineal simple
Regresión lineal simpleRegresión lineal simple
Regresión lineal simpleEmilia 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 ,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 viewerbsm fico
 
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 viewerShailendra Surana
 
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 querySURESH 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.pptxMdRashidulAlam1
 
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 +918660816919Senthil kumar
 
User manual tr dunning lev1
User manual tr dunning lev1User manual tr dunning lev1
User manual tr dunning lev1UF 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
 
Sap-fi Material
Sap-fi  MaterialSap-fi  Material
Sap-fi Materialrasineni
 
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 ,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
 
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
 
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 ...
 
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
 
Satyanarayana fi notes
Satyanarayana fi notesSatyanarayana fi notes
Satyanarayana fi notes
 
Fico material
Fico materialFico material
Fico 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

Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...OnePlan Solutions
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldRoberto Pérez Alcolea
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesKrzysztofKkol1
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shardsChristopher Curtin
 
Machine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringMachine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringHironori Washizaki
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Zer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfZer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfmaor17
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics
 
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdfAndrey Devyatkin
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorTier1 app
 
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...Bert Jan Schrijver
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesVictoriaMetrics
 
Salesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZSalesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZABSYZ Inc
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Rob Geurden
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slidesvaideheekore1
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogueitservices996
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxAndreas Kunz
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLionel Briand
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfRTS corp
 

Recently uploaded (20)

Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository world
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards
 
Machine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their EngineeringMachine Learning Software Engineering Patterns and Their Engineering
Machine Learning Software Engineering Patterns and Their Engineering
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Zer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfZer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdf
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
 
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryError
 
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 Updates
 
Salesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZSalesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZ
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slides
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogue
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and Repair
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
 

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