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
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What does an exec sql statement do in abap? What is the disadvantage of using it?
What is buffering allowed but switched off?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
Explain the data types of internal tables?
What application areas are you comfortable in?
What is maintenance view?
How can you access the function code from menu painter?
What is check table?
How to pass data from list to report?
What is a table attribute?
What are ranges?
What are the events in classical reports?
What is the difference between free and refresh?
Explain what are interactive reports?