can we select work processer
hi friends
well i want to know that can i assign work processer for my select queries using abap coding or function module .
as i want to run 2 select queries at asynchnrously ,
if yes tell me how we can use it
hi friends
well i want to know that can i assign work processer for my select queries using abap coding or function module .
as i want to run 2 select queries at asynchnrously ,
if yes tell me how we can use it
check statement "call function starting new task".
Christian
code which u have given is used for function
but i want to use it for select statement
pls help
Read the F1 help for CALL FUNCTION ... STARTING NEW TASK, and put your SELECTs into a function module.