Skip to Content
0
Former Member
Jun 02, 2008 at 06:40 AM

Issue with SELECT statement

97 Views

Hi All,

I have written a select statment to get the the Sales order Type from VBAK.

select vbeln auart from VBAK

into corresponding fields of table i_vbeln

for all entries in it_main

where vbeln = it_main-aubel

and auart = 'CR'.

Even though the database table VBAK-AUART is having the value as 'CR', the select statment is unable to fetch this value.

How to resolve this?

Regards

Pavan