Answer Posted / paramjeet
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why cant we use Normal function module for data transfer?
How do you find number of records present in internal table?
Event handling in oops
What is meant by search help? : sap abap data dictionary
Folder types in smatforms? 2)What is Command line?
What is sequence number
What is a data class? : abap data dictionary
How do you document abap/4 programs? Do you use program documentation menu option?
How many types of size categories and data classes are there? : abap data dictionary
What is the function of the correction system? : abap data dictionary
How do you take care of performance issues in your ABAP programs?
Explain how to write a bdc - how do you go about it?
What is the significance of the screen number ‘0’?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary