Hi all,
1.
Is it possible to print different text elements on the same line ? with multiple write_form
CALL FUNCTION 'WRITE_FORM'
EXPORTING
element = 'TITLE1'
WINDOW = 'INFO'
EXCEPTIONS
ELEMENT = 1.
CALL FUNCTION 'WRITE_FORM'
EXPORTING
element = 'TITLE2'
function = 'APPEND'
WINDOW = 'INFO'
EXCEPTIONS
ELEMENT = 1.
How to print TITLE1 and TITLE2 on the same line ?
TITLE2 in bold.
2. How to print 2 text elements on the same line with include statement ?
/: include test1 ...
/: include test2
Thanks
Edited by: Moo Yac on Sep 22, 2008 8:23 AM