‎2007 Apr 17 10:05 AM
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
‎2007 Apr 17 10:11 AM
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
‎2007 Apr 17 10:18 AM
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