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

using sq01

Former Member
0 Likes
393

hi,

how can u use where conditions in sq01?? where do u write the sql statements?

i created the info sets and usergroups and basic query.. but didnt find a place to write the sql statements for more advance queries? ANy help is appreciated

Thanks

keshi

2 REPLIES 2
Read only

Former Member
0 Likes
366

Hi,

No need to write any code

Link the tables using Join Conditions as per the key fields that are linked together for the two tables.

Similarly join each and every table with another.

Select the fields from the infosets for output.

reward if useful

regards,

Anji

Read only

Former Member
0 Likes
366

keshini,

You can write sql statements under the event" RECORD PROCESSING".

You can write sql statement under the event START-OF-SELECTION.

what ever you are selecting the tables for query those will joined internally as inner join under the record processing event as loop.

One by one record will get process under "RECORD PROCESSING"

So if you want to check or validate any field you can write here.Here al the output data will be taken care by system itself in ALV GRID.

START-OF-SELECTION.

Here you can write all the code as in ABAP Editor .

Don't forget ot reward if useful...

here you