Application Development 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: 

Query using SQ01

Former Member
0 Kudos

Hey SAP Gurus....

I am creating an info set & in code portion I am wrinting some select query....to regulate the data....

When I create a query using SQ01 ...I am getting all data ..

I am not the data as specified in the query ...

I feel the data fetched by my query is not passed to the container which is used by SQ01 Query .....

What shoul be the name of internal Table into which I must fetch data into....

I guess U got it....

Pl Guide me..

Regards,

Gaurav

2 REPLIES 2

0 Kudos

Hi,

The internal table name is the same name as your field group that you have chosen. for eg. if you have used MARA then the name of your internal table would be MARA.

you can write your code in record processing.

I hope it answers your question.

Regards,

Narayani

0 Kudos

.