Answer Posted / balabharathichandran
Many times a need arises for sap user and functional consultants to generate quick reports without getting any ABAP/4 coding done, time taken to complete the code in development transport and test it in QA system and then transport to production sometimes too long.
In such cases, ABAP/4 query is a tool provided by sap for generating these kind of reports.
abap query provide the following type of reports.
*basic list-simple report
*statistics- Report containing statistics function like average and percentage.
ABAP/4 query can be designed in four steps.
* creating a user group
* creating a functional area.
* assignment of user group to functional area.
* creating a query based on functional area.
SAP query tcodes.
* sq01 ABAP/4 query
* sq02 info set/functional area
* sq03 user group
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many structures can be created in a Ztable ?
What is the difference between data elements and domains? : abap data dictionary
Exception handling and how does it transfer from called method to calling method?
On which even we can validate the input fields in module progams?
What is an update task?
What are the function module in bdc?
What is the use of the raising exception? : abap modularization
How we format the data before before write statement in report ?
How can you display frames (horizontal and vertical lines) in lists?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
Why do we use dynamic where conditions?
What are the domains and data element?
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
In sap script how to print bar code in vertical manner
What are the tcodes for performance tuning?