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 sap locking?
Why do we use abstract class
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What are spa/gpa parameters (sap memory)?
Explain what is an rdbms?
What is a maintenance view? : abap data dictionary
Where do you create indexes in abap?
Explain the difference between a pool table and a transparent table?
How are the date abd time field values stored in sap?
What are the data types of the abap/4 layer?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
How to create a button in selection screen ?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
Explain the differences between se01, se09 and se10?
What are the functional areas? User groups?