‎2006 Dec 07 1:59 PM
Hi Experts
Can any one tell me what is abap query
how to create it and handle it
‎2006 Dec 07 3:01 PM
hi,
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.
transaction codes : sq03,sq02,sq01
‎2006 Dec 07 2:04 PM
Here is the step by step process for creating queries
http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Introduction.asp
Detailed link
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf
Regds
Manohar
Message was edited by:
Manohar Reddy K
‎2006 Dec 07 2:06 PM
‎2006 Dec 07 3:01 PM
hi,
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.
transaction codes : sq03,sq02,sq01
‎2006 Dec 08 3:51 AM
Hi,
Here is the link
http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Introduction.asp
Transaction code are :
Sq01,sq02,sq03.
Pls. reward points for all helpful answers.