InterviewSolution
| 1. |
What Is An Abap/4 Query? |
|
Answer» 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. 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. |
|