‎2005 Jan 06 3:58 PM
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
‎2005 Jan 07 10:19 AM
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
‎2005 Jan 08 1:05 AM