Dear Expert,
It easy to write a query in SAP but I have to run many query at same time,is it possible
eg
select name,sal from emp
select sum(sal) from emp
i want two different ouput at same windows is it possible by query generator ?
Thanks