Skip to Content
0
Former Member
Feb 21, 2009 at 01:51 AM

morethan 255 characters in internal table is not allowing

57 Views

Hi,

I have a internal table like as below

DATA: Begin of itab occurs 0,

line(1000) type c,

end of itab.

Now I am trying to enter the literal text more than 255 characters like

itab-line = 'ABCD......................................'.

but it is giving error and it is not allowing more than 255 characters. How can i avoid this problem. please advice.

Thanks in advance