Skip to Content
0
Former Member
Jun 11, 2008 at 12:05 PM

Text in ALV output

71 Views

Hi,

CLEAR WA_LISTHEADER.

WA_LISTHEADER-TYP = 'S'.

WA_LISTHEADER-KEY = TEXT-031.

WA_LISTHEADER-INFO = SY-DATUM.

APPEND WA_LISTHEADER TO INT_LISTHEADER.

CLEAR WA_LISTHEADER.

Text-031 = 'Tide Water Oil Company Ltd Location'.

In my ALV output the entire text is not getting printed as the

variable 'Key' is of 20 characters only.How can i print the entire text.Is there any alternative way?Please help.

Thanks

K Srinivas