Skip to Content
0
Former Member
Nov 21, 2007 at 07:01 PM

ABAP

27 Views

Hi,

Go through the following.

write sy-uname into lw_user.

write sy-datum into lw_date.

write sy-pagno into lw_pagno.

append gw_top_of_page into gt_top_of_page.

concatenate lw_user lw_date lw_pagno into lw_heading seperated by space.

write lw_heading and the other stats.

When I use the above statements in top of page in ALV the display in the header part is as follows.

user:satya date:21-11-2007 pageno:1

If I want to increase the gap between each field as mentioned below what is to be done?

user:satya date:21-11-2007 pageno:1

simply i need to display with spaces in between.

regards

satya