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 quer calling

Former Member
0 Likes
574

Hi all

how to call abap query in a program

4 REPLIES 4
Read only

Former Member
0 Likes
539

abap query itself is a program...it is been executed using SQ01....still if u want in a program then what u need to o is...goto SQ01 & get the program associated for the relevant query and use this code in ur program.

Read only

Former Member
0 Likes
539

Geetha,

Go to SQ01 select your query group and select your query and execute.

Pls. reward points for useful answers.

Read only

Former Member
0 Likes
539

Hi Geetha

Though i have never tried this, i have thought. Please check if it works...

When a query is generated, a backend program is generated.

1. Get to the program name

2. Call the program via SUBMIT statement in your program.

Please try this and let us know if it works...

Kind Regards

Eswar

Read only

Former Member
0 Likes
539

hi ,

y u want to call ABAP Query ? Do u know these Query is Client-dependent ?

Regards

Prabhu