Skip to Content
0
Former Member
Jan 02, 2008 at 10:29 AM

Query Error

26 Views

Hi Experts

I have used the following queries,

SELECT SINGLE VGBEL

FROM VBRP

INTO V_VGBEL

WHERE VBELN EQ BELN1.

select single adrnr kunnr

from vbpa

into (v_adr , v_cust)

where vbeln EQ V_VGBEL

AND parvw EQ 'SH'.

But the second query sy-subrc = 4,

what could be the reason, even data also available with this satisfying the condition.

Regards

Rajaram