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
What are the two ways of producing a list within a transaction?
Explain the difference between tables and structures?
What is sapnet?
What are the types of indexes in abap?
Explain badi in abap.
Which transaction code can I used to analyze the performance of ABAP program.?
Explain how do you use structures in the abap programs?
What are the 3 types of function modules in sap?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
wat is the difference between A-gate & W-gate?where are they used?
What are the advantages of different types of bdc's?
What is a multiple line field?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What are the different types of views and their definition?