Top Banner
7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 1/25 Chapter 10. Building a Report Using SAP Query Viewer SAP has provided an easy-to-use tool to build a query to meet business requirements. We don't need to know the Advanced Business Application Prograing  (ABAP) programming language to develop reports. he SAP query viewer will make this task very simple! and we will learn to transport queries a"ross di##erent "lients. $n this "hapter! we will "over the #ollowing topi"s% &uilding an ad ho" query using the SQ01 transa"tion "ode e"uting a report using an ad ho" query eveloping a report using SQVI Building an ad hoc !uery using the SQ01 transaction code he #ollowing steps need to be per#ormed in order to build an ad ho" query% *reate a user group using the SQ03 *. he prerequisite #or building a query is the user group. Se"ond! we "reate an in#oset using the SQ02 *. +inally! we "reate a query using the SQ01 *. Steps "or creating the user group he user group is a ,-"hara"ter long "ode SAP re"ommends that you use any spe"ial "hara"ters! numeri" "ode! or "hara"ters to de#ine the user group. here are #our options available to "hoose #rom. hey are as #ollows% Create Change #isplay #escription he Create option is used to de#ine the name o# the user group! as shown in the #ollowing s"reenshot. he user group is a twelve-"hara"ter long "ode #ollowed by its des"ription.
25

Chapter 10 Building a Report Using SAP Query Viewer

Mar 02, 2018

Download

Documents

Juan Hernandez
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 1/25

Chapter 10. Building a Report Using SAP QueryViewer 

SAP has provided an easy-to-use tool to build a query to meet business requirements. We don't need toknow the Advanced Business Application Prograing (ABAP) programming language to developreports. he SAP query viewer will make this task very simple! and we will learn to transport queriesa"ross di##erent "lients.

$n this "hapter! we will "over the #ollowing topi"s%

• &uilding an ad ho" query using the SQ01 transa"tion "ode

• e"uting a report using an ad ho" query

• eveloping a report using SQVI

Building an ad hoc !uery using the SQ01

transaction codehe #ollowing steps need to be per#ormed in order to build an ad ho" query%

• *reate a user group using the SQ03 *. he prerequisite #or building a query is the user group.

• Se"ond! we "reate an in#oset using the SQ02 *.

• +inally! we "reate a query using the SQ01 *.

Steps "or creating the user group

he user group is a ,-"hara"ter long "ode SAP re"ommends that you use any spe"ial "hara"ters!numeri" "ode! or "hara"ters to de#ine the user group. here are #our options available to "hoose #rom.hey are as #ollows%

• Create

• Change

• #isplay

• #escription

he Create option is used to de#ine the name o# the user group! as shown in the #ollowing s"reenshot. heuser group is a twelve-"hara"ter long "ode #ollowed by its des"ription.

Page 2: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 2/25

We are attempting to "reate a user group by the name ZPACKT we "an also "hange the name "reated by

"li"king onChange. When trying to "reate a query! the system will prompt us to spe"i#y the pa"kage namewhere it needs to be saved. Pa"kages are te"hni"al ob/e"ts in the A&AP work ben"h. hey are normally"alled using the #ollowing -"odes%

•   SE80% We "an enter the pa"kage name! and we "an a""ess it by double-"li"king on it

•   SM30% his is #rom the V_TDEVC table0view

We will see the program listed under the $TMP pa"kage! as shown in the #ollowing s"reenshot%

Page 3: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 3/25

he $TMP pa"kage is only a temporary pa"kage! and a proper pa"kage name needs to be "reated and

used in the development "lient. A pa"kage is "reated using the SE80 -"ode. his $TMP pa"kage is the

one we will be using when we save the user group. he table view o# V_TDEVC looks like the #ollowing

s"reenshot when we a""ess it via SM30031%

When the user group is "reated! the system prompts us to enter the des"ription o# the user group! as

shown in the #ollowing s"reenshot! where we are giving it the name Test Query. he date and time

stamp are "aptured #or audit purposes.

We need to "li"k on the Save button. When the Save button is "li"ked on! the system prompts us to enter

the pa"kage name where we would like to save the ob/e"t. We will enter $TMP! as shown in the #ollowing

s"reenshot. We will also go to SE80and see how this is getting "aptured in the pa"kage. We "ould either

enter $TMP or "li"k on a lo"al ob/e"t (F7 ). &oth per#orm the same task. hen! we "an use SE80 to see

how this is "aptured in the pa"kage.

Page 4: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 4/25

$# we would like to "hange the pa"kage! then we "an do so by navigating to User group 1 ChangePac$age #rom the menu! as shown in the #ollowing s"reenshot%

he Change Pac$age option helps us assign a di##erent pa"kage i# required! instead o# the one already

assigned.

SAP also provides options su"h as "opying the user group "reated by pressing F9 or renaming the usergroup by pressingCtrl  2 F1.

he net step is to assign the usernames to the user group by "li"king on the Assign users and%n"oSets button.

he username is , "hara"ters in length and is assigned in order to a""ess the user group! as shown inthe #ollowing s"reenshot%

Page 5: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 5/25

he username "an also be deleted i# required by "li"king on the #elete option (Shift  2 F2 ).

3n"e the user $ is assigned! there will be a #lag net to the username. his #lag indi"ates that themapping is a"tive! as shown in the #ollowing s"reenshot%

Steps "or creating the in"oset

he in#oset is "reated using the SQ02 * by entering the in#oset name and des"ription. here are

multiple options we "an"hoose the sour"e o# data #rom. hese options are as #ollows%

• &a'le (oin using 'asis ta'le

• #irect read o" ta'le

• )ogical data'ase

• #ata retrieval 'y progra

Page 6: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 6/25

he pnpce logi"al database enables us to "hoose all the in#otypes that we want to "hoose the input and

output #or. We will "hoose the in#otypes that the data is going to be #et"hed #rom! as shown in the #ollowings"reenshot%

Page 7: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 7/25

he in#oset needs to be generated by "li"king on *enerate (Shift  2 F6 ). 3n"e it is ee"uted! the system"he"ks the in#oset and prompts a message stating that the in#oset is generated at the bottom o# thes"reen! as shown in the #ollowing s"reenshot%

3n"e the in#oset is "reated and generated! we "an go to the SQ01 *! enter the name o# the query! and

"li"k on the Createbutton. he in#oset "reated earlier will be displayed to be "hosen. his in#oset has the#ields #rom tables that are mappedusing 4& P5P*.

Steps "or creating a !uery

he Create Query s"reen looks like the #ollowing s"reenshot%

Page 8: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 8/25

here are multiple output #ormats that "an be "hosen while "reating the query. hey are as #ollows%

• SAP )ist viewer 

• ABAP )ist

• *raphic

• ABC analysis

• +,ecutive %n"oration Syste +%S

• -ile store

• #isplay as ta'le

• ord processing

• Spreadsheet

• Private "ile

We need to "li"k on Save (Ctrl  2 S ) and then on test (Ctrl  2 F8 ). We "an also ee"ute the query a#tersaving it as a variant by "hoosing the +,ecute only with variant "he"kbo. We "an also lo"k this query#rom "hanges being made by other users by #lagging the Change loc$ "he"kbo! as shown in the#ollowing s"reenshot%

Page 9: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 9/25

We need to go ba"k and ee"ute the query (F8 ) or ee"ute it as a variant (Shift  2 F5 )! as shown in the#ollowing s"reenshot%

+,ecuting a report using an ad hoc !ueryWe will now see how we "an ee"ute a report using an ad ho" query. We will learn to use the user group

and in#oset that we "reated using the SQ030SQ02 *. We "an ee"ute an ad ho" query by navigating

to SAP +asy Access 1 SAP /enu 1uan Resources 1 %n"oration systes 1 Reporting

tools 1 SP023000415 or dire"tly via the S_PH0_48000513*.

When we ee"ute the transa"tion "ode! the s"reen looks like the one in the #ollowing s"reenshot. We willhave to "hange theor$ area #rom Standard area 6client7speci"ic8 to *lo'al area 6cross7client8 in

the +nvironent window and "hoose the user group that we "reated! #or eample! ZPACKT.

Page 10: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 10/25

&ip

6ser groups get listed only when they are based on the work area assigned while "reating them. We "an "he"kor "hange it by navigating to SQ05 1 +nvironent 1 Query Areas.

he query area "an be de#aulted in the user pro#ile by assigning the AQ (ABAP Query area) parameterin the user pro#ile! as shown in the #ollowing s"reenshot%

he query area "ontains a set o# ob/e"ts (user groups! in#osets! queries) that are "reated via

the SQ01! SQ02! and SQ03*s. he entire gamut o# SAP query #un"tionalities "an be eplored with the

standard and global areas. hey are separate entities! and there is no relationship between the ob/e"ts"reated in ea"h area. We will look at the di##eren"e between the queries "reated in the standard and global"lients now.

• Standard area% he queries that we "reate (in#osets! user groups! queries) are spe"i#i" to a

parti"ular "lient! and they are not atta"hed to the work ben"h organi7er. We "an still transport thequery! but it needs to be done manually. his query that is "reated in the standard area is notavailable a"ross the system.

• *lo'al area% he query ob/e"ts that we "reate in the global area are available a"ross "lients! and

they are "onne"ted to the work ben"h organi7er.

he query "an be assigned to a di##erent area by navigating to SQ05 1 +nvironent 1 Query areas! asshown in the #ollowing s"reenshot%

3nly when we "hange the work area #rom standard to global will we be allowed to assign the user group

that we "reated in theSQ01 *! as shown in the #ollowing s"reenshot%

Page 11: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 11/25

5ow! the system will allow us to "hoose the input and output #ields based on the requirement. We "an alsothe save the query #or #requent use by "li"king on Save (Ctrl  2 S ). We "an enter the name and title o# thequery! as shown in the #ollowing s"reenshot%

Page 12: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 12/25

When we ee"ute the query! the output looks like the one shown in the #ollowing s"reenshot%

Page 13: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 13/25

$# you noti"ed! the personnel number is not displayed. $n order to have the personnel number displayed!we need to right-"li"k on the "olumn and "hoose the appropriate option! as shown in the #ollowings"reenshot%

he sele"tion in the ad ho" query allows us to "hange the de#ault value! #or eample! 3 #or Active

+ployent Status. $n order to "hange the sele"tion! we need to open the ad ho" query and in the mainmenu! "li"k on +,tras in the menu at the top and then "li"k on Switch o"" o'(ect selection! as shown inthe #ollowing s"reenshot%

When switch o"" o'(ect selection is "hosen! we will be able to right-"li"k on the #ield and "hoose one o#the three available options. When 9nly te,t is "hosen! we see the tet-sele"tion indi"ator net to the #ield

Page 14: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 14/25

name. We "an see the +ployent Status tet showing in the output! as shown in the #ollowings"reenshot%

he output looks like the #ollowing s"reenshot with the tet! as the option "hosen is 9nly te,t%

&ip

he it list button is unavailable when switch o"" o'(ect selection is sele"ted and the same has been"on#irmed by SAP. We need to "li"k on 9utput to run the report.

-re!uent error essages when 'uilding an ad hoc !uery

We normally "ome a"ross this standard error message when we "reate a query and "li"k onthe &est button%

No lists yet defined for query XX where XX is the query name in SQ01

Message no. AQ217

Analysis

&y per#orming some analysis! we "an "learly see that the XX query doesn't have the report layout

spe"i#ied. 5either the basi" list! nor statisti"s! nor the ranked list have been de#ined #or the query reportlayout.

or$around

&e#ore ee"uting the query! we need to de#ine the report layout (basi" list! statisti"s! or ranked list) to #ithe error. We need to de#ine the input and output in the list! sele"t the #ields to #i this error! and ee"utethe query! as shown in the #ollowing s"reenshot%

Page 15: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 15/25

We have #our options to "hoose #rom we "an "li"k on Basic )ist and "hoose the list and sele"tion #ields!as shown in the #ollowing s"reenshot%

&ip

Standard error messages are stored in the SE91 *.

An interesting "eature to tag the &7code with the report

here is an interesting #eature provided by SAP to tag the * to the report output. +or eample! we willhave to maintain the employee master by simply double-"li"king on the output. We will learn how this#eature "an be a"hieved by #ollowing the steps. Report Assignent is the #eature we are dis"ussing that

makes this possible. he 8eport Assignment #eature "an be a""essed via the SQ01 * and entering the

query name (Sha#iq 8ehman! 99:! S*5) and "li"king on Change.

he report assignment allows you to assign the * to the report! and "an be a""essed by navigating

to *oto 1 Report assignent #rom the menu! as shown in the #ollowing s"reenshot%

Page 16: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 16/25

When we "li"k on the Report assignent! the system populates the Assign Reports s"reen. When we"li"k on %nsert row(F6 )! there will be a new window to add the A&AP0; query.

he A&AP0; query window has the #ollowing #ields #or the user to "hoose #rom%

• User group

• Query

• Variant

• he *lo'al area "he"kbo

We need to "li"k on the other report type to enter the transa"tion "ode su"h as PA30! as shown in the

#ollowing s"reenshot%

Page 17: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 17/25

he other report type has the #ollowing report types to "hoose #rom. $n our "ase! we are trying to assignthe * to the report! so we will be "hoosing transa"tion%

Report type :ae

&& 8eport Port#olio

&W &W <uery

<6 SAP <uery

8 rilldown 8eporting

8 A&AP 8eport Program

8W 8eport Writer  

8 ransa"tion

When we "hoose &ransaction! the system prompts us to enter the * su"h as PA30! and "li"k on the

ti"k symbol! as shown in the #ollowing s"reenshot%

he query will now have the * mapped to it! so when we ee"ute the query and double-"li"k on the

output! the system will take us to the /aster #ata /aintenance transa"tion (PA30).*li"k

on Save (Ctrl  2 S )! as shown in the #ollowing s"reenshot%

Page 18: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 18/25

When we ee"ute the query and double-"li"k on the output! the system takes us to the PA30 s"reen. he

system shows the;/aintain R /aster #ata; is e,ecuted message at the bottom o# the s"reen! as shownin the #ollowing s"reenshot. $nteresting #eature! isn't it=

he PA30 s"reen will allow us to maintain the master data #or the "hosen personnel instantly.

&ransport a !uery across clients

ransporting queries a"ross "lients in the lands"ape is not a"hieved dire"tly like in the "on#igurable tables.We will learn the steps to transport a query. A query is transported by a""essing the report by navigatingto +nviornent 1 &ransports (Ctrl  2F3)! as shown in the #ollowing s"reenshot%

Page 19: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 19/25

he di##eren"e between a""essing the report dire"tly #rom SQ02 or via the SE380SA38 -"ode #rom

the RSAQR3TR table is that we will #ind the &ransport Action Selection enabled #or us to eport or import

the query option! as shown in the #ollowing s"reenshot%

We need to "hoose the +,port option and "he"k the #ollowing boes. $t will help us generate a transportrequest number that "an be released and re#eren"ed in the "lient where we would like the query to beimported.

• 9verwriting allowed

• &ransport !uery variants

• &ransport o" Query )ayout Variants

• &ransport o" Report7Report %nter"aces o" Queries

$t is mandatory that you mention the user groups! queries! or in#osets #rom the #ollowing options provided%

• &ransport user groups

• &ransport %n"osets

• &ransport %n"osets and !ueries

Page 20: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 20/25

• &ransport Queries

 A#ter "hoosing any o# the options! "li"k on +,ecute! and the system generates a transport request number that we "an note down and use in the "lient where we would like to import the query! as shown in the#ollowing s"reenshot%

We need to "hoose the %port option! and the transport request number needs to be re#eren"ed in the"lient where we are importing the query! as shown in the #ollowing s"reenshot%

We need to re#er to the transport request number in the #atasets with iports #ield.

#evelop a report using SAP Query Viewer 6SQV%8SAP has provided a simple tool to develop reports with minimum programming knowledge. We will delve

into the steps to "reate the reports using the SAP query viewer (SQVI) *. Although S<>$ is simple! it is

only spe"i#i" to a parti"ular user that is being tagged with it. We will also learn to "onvert query views to aSAP query in this se"tion.

he query view is a""essed via the * SQVI! as shown in the #ollowing s"reenshot%

Page 21: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 21/25

 As we note #rom the pre"eding s"reenshot! the qui"k view is tagged only to the user! Karthik. 6nlike theSAP query! multiple users "annot have a""ess to the same query view.

We will assign a name to the query and "li"k on the Create button. We "an enter the long tet in the newwindow that is autopopulated. here are multiple options that "an be mentioned as a sour"e o# data #orthat query. hey are as #ollows%

• &a'le

• &a'le (oin

• )ogical data'ase

• SAP Query %n"oSet

We "an use &a'le as the data sour"e and #et"h output #rom the table used. We need to enter PA0001 in

the &a'le<view #ield and then "li"k on the nter button! as shown in the #ollowing s"reenshot%

Page 22: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 22/25

When we "hoose the PA0001 table! #or eample! all the #ields related to this table are available #or

sele"tion when we pressEnter ! as shown in the s"reenshot%

We have two options to "hoose #rom #or the design%

• &asis mode

• 4ayout mode

he layout design has provisions to de#ine the header tet! #ooter tet! and so on. he layout design lookslike the #ollowing s"reenshot%

Page 23: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 23/25

We "an de#ine the header tet by double-"li"king on it. We "an also delete #ields and move them to thetrash by "li"king on the #elete button. We "an add lines by "li"king on the insert line i"on and draggingand positioning it in the pla"e where we would like to add a line. he basis mode looks slightly di##erent!and the provision to add a header and #ooter won't be available. he available #ields are listed under theavailable #ields' bo! and we "an "hoose the ones we would like to have as sele"tion (input) or list #ields

(output). We "an "li"k on the %nsert -ield button to "hoose the input and output! as shown in the #ollowings"reenshot%

We will have #our tabs in the query design! as #ollows%

• )ist "ield selection

• Sort se!uence

• Selection "ields

• #ata Source

he data sour"e gives us in#ormation about whether we have used the &a'le! &a'le =oin!or )ogical database as the sour"e! as shown in the #ollowing s"reenshot%

Page 24: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 24/25

he Selection "ields tab! as the name sounds! will have the #ield that will be available in the input s"reeno# the report. heSort se!uence tab "an be used to arrange the #ields in the order o# pre#eren"e. he )ist"ield selection tab "onsists o# the #ields that we would like to have in the output. 4et's say! #or eample! we"hoose Personnel nu'er  and Su'type as the sele"tion #ields! and in the output! we would like tohave Personnel nu'er  alone. We "an do this as shown in the #ollowing s"reenshot%

When we "li"k on the data sele"tion and output button (F8 )! the query that we see will have the inputas Personnel nu'er and Su'type and output as the personnel number! as shown in the #ollowings"reenshot%

Page 25: Chapter 10 Building a Report Using SAP Query Viewer

7/26/2019 Chapter 10 Building a Report Using SAP Query Viewer

http://slidepdf.com/reader/full/chapter-10-building-a-report-using-sap-query-viewer 25/25

Converting the !uery view to a SAP !ueryWe dis"ussed earlier that the query view is only available #or a parti"ular user and not #or all o# them. Wewill learn how a query view "an be "onverted to a SAP query so that all the users "an run the report using

the same query. We need to go to the SQ01 * and navigate to Query 1 Convert Quic$View. We have

to enter the Quic$ View! Query! and %n"oSet names #or the "onversion! as shown in the #ollowings"reenshot%

&ip

he Convert qui"k view may be disabled #rom SQ01! and we have to go to +nvironent 1 Query

area 1 Change "ro *lo'al area to Standard area 6Client speci"ic8 to have it enabled.

Suary

$n this "hapter! you learned to build and develop reports using the SAP query or qui"k view tools. ?oulearned some tips and tri"ks to run the report with minimum programming skills. We got to know thedi##eren"e between SAP query and qui"k views and how to "onvert the qui"k view to a query to be used byall users. @appy reporting

We hope the book served as a use#ul re#eren"e guide to "on#igure the SAP @*B module. he"on#iguration steps o# the "ore modules and a new dimension module were "overed #rom our eperien"eso# working on di##erent assignments.