Hi friends,
we have 3 columns headings as "Name" "position" "Description".
we are displaying the details under them with the help of variables in the MAIN window.
The space allocated for display is 30 char each, but the contents of variables can be 40 chars.
Hence whenever it excludes the "description" length , the values are being displayed in next line.
But we want to display them under current line .
for example.
name position description.
santosh sw engr SAP ABAP
consultant
Instead we want in the below mentioned way.
for example.
name position description.
santosh sw engr SAP ABAP
space--
consultant.
Is there any command in script to display under current line.
please help.....it's urgent.
Regards.
santosh.