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
What is payroll area
Explain the table, which contain the details of all the name of the programs and forms?
What are pool tables?
How does the interection between the dynpro and the abap/4 modules takes place?
Work most on which module: name a few tables?
What is a subroutine?
What are the functional areas, user groups? How does abap query work in relation to these?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What will you code in start-of-selection & end-of-selecton & why?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
Difference between transparent tables and pooled tables? : abap hr
What is locking? : abap data dictionary
When is the top-of-page event triggered? : abap data dictionary
What are the different methods of passing data? : abap modularization
why particularly lock object name starts with EZ OR EY?