Hi Experts
i am using below select statement, in foreground it is picking the data from table APQI
but in background it is not picking the data from APQI table same selection.
select single userid credate groupid from apqi
into corresponding fields of apqi
where userid = sy-uname
and credate = sy-datum
and groupid = p_group
and qstate = 'E'.
could any one tell me why it is not picking the data?
Thanks.