Skip to Content
0
Former Member
Oct 16, 2007 at 10:42 AM

very urgent to submit

40 Views

hi experts,

<b>its very urgent</b> thismy fun mod. but its not properly alligned in one line

sy-date and time with title and sy-sysyid in one line.

and sy-repid and sy-uname in another like.pls help me

new-page line-size p_linewidth.

data: p_line type i.

p_line = p_linewidth.

write:at /(p_line) p_title centered.

write:at (p_line) sy-sysid right-justified.

write: sy-datum , sy-uzeit.

  • WRITE: SY-REPID.

  • WRITE:AT (p_line) sy-sysid RIGHT-JUSTIFIED.

  • WRITE: SY-REPID.

  • WRITE:AT (p_line) sy-sysid RIGHT-JUSTIFIED.

write:at (p_line) sy-uname right-justified.

write: sy-repid.

endfunction.