Answer Posted / chandra babu.a
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 ? | 11 Yes | 1 No |
Post New Answer View All Answers
How do you activate a function exit?
What are the data classes in abap?
What are the events used for logical database?
Explain the differences between interactive and drill down reports?
Explain the difference between domain and data element? What are aggregate object?
What is a projection view? : abap data dictionary
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
How we format the data before writing a statement in the report?
when does a list get sent to the screen on the presentation layer?
What are the parameters in bdc_insert? : abap bdc
What is payroll driver ? : abap hr
Is it possible to pass data to and from include programs explicitly?
How many tables are there in sap?
What are the differences between the table and the structure in the data dictionary in the sap abap?
Can we create an abap program without using y or z?