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 Queries

Former Member
0 Likes
760

Hi,

I need to write some coding and run the abap query. I need to know where the output table has to be placed so that i can get the desired result.

Can any body help me with the steps to be followed in creating Abap query with coding.

Hi,

I need to write some coding and run the abap query. I need to know where the output table has to be placed so that i can get the desired result.

Can any body help me with the steps to be followed in creating Abap query with coding.

5 REPLIES 5
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
737

Hi

Use the transaction :SQ01.

Regards,

kumar

Read only

Former Member
0 Likes
737

Hi,

SQ01,SQ02,SQ03..

These r the transactions forsap query.

Regards,

Kishore.

Read only

Former Member
0 Likes
737

Hi Siju,

If you need to create an ABAP Query, u can use transaction SQ01. But,before creating the query u need to find the appropriate infoset for that query. Bcoz infoset is the thing where we define the tables to be used and put joins on them. For Infoset Goto Environment-> Infosets in the SQ01 transaction.

Define the tables to be used, put the join and conditions on them. Then create a query using that infoset.

Hope this helps.

Please award points if helpful.

Thanks,

Himanshu.

Read only

Former Member
0 Likes
737
Read only

Former Member
0 Likes
737

Use the transaction SQ01 to creata a query.

Also u can try at SQVI for quick view on two or more tables.

Regards,

Ponraj.s.