cancel
Showing results for 
Search instead for 
Did you mean: 

output not coming properly in SF

Former Member
0 Kudos

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 ?

Thanks in advance

Krupali...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello KR

Check your table or template cell width . Make them wider.

This is surely happening because of your table/template's cell size. Make it more broder so that the values and text doesn't break.

Regards

Swetha

Edited by: Swetha on May 28, 2008 7:39 AM

Former Member
0 Kudos

HI Swetha,

Thanks for your reply. I have increased the width of the LINE TYPE.

But there is no change in the output. Any other idea ?

thanks in advance

Krupali.

Former Member
0 Kudos

Hai,

I think in template u have not specified the line & column in outputoption of text.

If u are using a table, then the check the linetype. Specify the partition in the same order of internal table.

Swetha