Skip to Content
0
Former Member
May 28, 2008 at 06:58 AM

proper output is not coming in SF

22 Views

Hi all,

This is the select stmt i have written in the Program lines of Smartform.

SELECT VKORG VBELN FKTYP VTWEG

FROM VBRK

INTO TABLE ITAB

WHERE VBELN BETWEEN '0090022987' AND

'0090023500'.

but i am geting the output like this, even though i have all the records

in the VBRK Table.

VKORG VBELN FKTYP VTWEG

0090022987 1

0090022988 R

0090022989 R

0090022990 R

0090022991 R

But the Actual values of FKTYP are

1000 ,but in the output it is appearing as 1

R300, but in the output it is appearing as R.

and rest of fields(vkorg vtweg) are not displaying.

What could be the cause of Error ?

Even tough i have changed the width of cells in the Table, still i am getting the same .

Thanks in advance

Krupali...