Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

very urgent to submit

Former Member
0 Kudos

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.

3 REPLIES 3

varma_narayana
Active Contributor
0 Kudos

Hi ..

Try this way...

new-page line-size p_linewidth.

data: p_line type i VALUE 1.

**First line

write: /P_LINE p_title centered.

write: 40 sy-sysid right-justified.

write: 60 sy-datum , sy-uzeit.

**Second line

write: /P_LINE sy-uname right-justified.

write: 30 sy-repid.

REWARD IF HELPFUL.

Former Member
0 Kudos

no, all the field items are coming into center

Former Member
0 Kudos

Hi Farreda,

Sameer here...

how r u.. hope this thread is solved but still this comes under unresolved hmmmmmmmmm woh kaise?

sam