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