Hi,
WA_LISTHEADER-TYP = 'S'.
WA_LISTHEADER-KEY = TEXT-029.
IF NOT S_VBELN-HIGH IS INITIAL.
CONCATENATE S_VBELN-LOW TEXT-030 S_VBELN-HIGH
INTO WA_LISTHEADER-INFO+24 SEPARATED BY ''.
ELSE.
WA_LISTHEADER-INFO = P_PLANT.
ENDIF.
APPEND WA_LISTHEADER TO INT_LISTHEADER.
CLEAR WA_LISTHEADER.
Text-029 = 'Tide Water Oil Company Ltd Location'.
But the ALV output is not showing the Entire Text.It is showing Truncated Text as the variable 'Key' is of 20 characters only.How can i output the entire Text.Please help?
Thanks
K Srinivas