Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

abap query

Former Member
0 Likes
514

Hi Experts

Can any one tell me what is abap query

how to create it and handle it

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
463

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

4 REPLIES 4
Read only

Manohar2u
Active Contributor
0 Likes
463

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

Read only

Former Member
Read only

Former Member
0 Likes
464

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

Read only

Former Member
0 Likes
463

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.