What is an ABAP/4 Query?
Answer / 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 |
how to handle the errors (duplicate records) in CALL TRANSACTION METHOD and HOW CAN WE SHOW THE ENDUSER ABOUT THE ERROR RECORD
what is the difference between function module alv and oop alv.
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
Define structure in abap data dictionary?
Tell the step by step procedure to print a smart form?
Which bdc you prefer? : abap bdc
wat controls flow logic of online programs?
What are differences between at selection-screen and at selection-screen output?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
can labels generate in smartforms?if yes how?
How to upload a flat file from a legacy system into sap using BAPI ? And i also want the flat File to be uploaded in another Client.. ie suppose i am working in client 800 , i want run the BAPI and upload the file to Client suppose 000 directly from 800.
what is table maitainance generator and how to create that? what is transaction code?
for example in client 710 i update the records for tcode me21 using bdc,in the same server if i update 5 records and in the mean while other user do the same bdc update for me21 for 3 records how do u resolve the remaining 2 records.