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 are the uses of table pool or table cluster.
Explain what are the events used for logical database?
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What is sequence number
Can we reuse a userexit?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
Difference between function group and function module?
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
Why lsmw does not support call transaction method? : abap bdc
What are the steps to execute session method?
Name a few data dictionary objects?
Can you show multiple alvs on a single screen?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?