Answer Posted / paramjeet
ABAP/4 Query is a powerful tool to generate simple reports
without any coding. ABAP/4 Query can generate the following
3 simple reports:
Basic List: It is the simple reports.
Statistics: Reports with statistical functions like Average,
Percentages.
Ranked Lists: For analytical reports. - For creating a
ABAP/4 Query, programmer has to create user group and a
functional group. Functional group can be created using with
or without logical database table. Finally, assign user
group to functional group. Finally, create a query on the
functional group generated.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the function modules used in f4 help?
Can we create a gui status in a program from the object browser?
what is the t-code to link technical and functional operation?
What is database view ? : sap abap data dictionary
What is the max no of match code id’s that can be defined for one match code object?
What are different data types in abap/4?
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What are extracts?
What is the difference between free and refresh?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
Can we specify the next screen number with a variable?
What is a transaction variant and why are they used?
How will you insert record in a sorted table
What is the difference between table and template?