Skip to Content
0
Former Member
Dec 11, 2006 at 08:48 AM

ABAP query Problem

42 Views

Dear All,

I am trying to run this query but it is not giving data :

SELECT vbeln erdat erzet netwr waerk FROM vbak INTO TABLE it_tab

WHERE vbeln ge frpos

and vbeln le topos .

Here frpos and topos are teo variables having values 0 and 9 respectively.

Please reply what can be the problem.

Thanks in Advance