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
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
Can multiple abap systems connect to abap database?
Can we define our own match code id's for sap matchcodes ?
In select-options, how to get the default values as current month first date and last date by default?
What is the disadvantage of using exec sql statement in abap?
What are the control break events in abap? : abap data dictionary
Can we access static attribute from instance method
What is an Open Item in SAP? How will you find an Open Item in SAP?
How to creat transactions? : abap data dictionary
Explain what is the step-by-step process to create a table in data dictionary?
What is its? : abap hr
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
Define external layer? : abap data dictionary
Explain the advantage of structures?
What is a data class? : abap data dictionary