Application Development and Automation 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: 
Read only

uline problem

Former Member
0 Likes
656

Hello Gurus,

I have problem with uline.

i have 5 stages in the line that to be displayed dynamically. From first stage

to fouth stage it is working fine but the fith stage am getting in the second line.

i have used the followung code,

ULINE :/1(142).

NEW-LINE.

loop at i_extr.

on change of i_extr-stage.

FORMAT COLOR COL_HEADING.

write :1 '|','6.Stage Extraction', 46 '|', at pos1 i_extr-stage, '|'.

pos1 = pos1 + 20.

FORMAT COLOR OFF.

endon.

endloop.

Please help me out.thanku in advance

4 REPLIES 4
Read only

former_member195698
Active Contributor
0 Likes
586

Try to increase the line-size in your REPORT statement.

Read only

0 Likes
586

I have already tested by incrasing the size, But of no use.

The same way am getting the stage 5 in the next line. unable to solve please help me.

Read only

0 Likes
586

Can you paste your whole code. Also show your REPORT... defination

Regards,

Atish

Read only

Former Member
0 Likes
586

go to trx: se38.

go into menu utitilities->setttings->data browser->output list width->set to 1023

If it is not enough for your list....

try the solution given in this link...