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 is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What does an exec sql statement do in abap? What is the disadvantage of using it?
What is the definition of modification in an sap system and how do they impact an upgrade?
when does a list get sent to the screen on the presentation layer?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
What is luw?
What are control tables? : abap data dictionary
What function does data dictionary perform?
How many main windows will be there in a page window?
What is the disadvantage of using exec sql statement in abap?
Difference between open sql and native sql? : abap data dictionary
What are interactive reports?
What are the prerequisites for creating foreign key relationship?
What is the difference between call transaction method and the session method? : abap bdc
Explain how to create any functions?