Skip to Content
0
Former Member
Jun 03, 2009 at 10:16 AM

select statement fetch data in foreground, but not in back ground why?

57 Views

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.