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

Regarding Out put screen

Former Member
0 Likes
531

Hi All,

When I am tryig to print this in a line, its printing upto 109 chars only,after that nothing I am able to get, May I know, is there any thing to do for horizontall scrollers.

or, it has to come by default.

write:/ 'orderrno',14 '|',

16'order type','|',

30 'created on','|',

44 'iphase','|',

53'maintain act type', '|',

73 'INC', '|',

79 'TAT', '|',

84 'MTD', '|',

89 'TAT', '|',

94 'CCG', '|',

99 'TAT', '|',

104 'BIL','|'.

  • 109 'TAT','|',

  • 114 'HTP','|',

  • 119 'TAT','|',

  • 124 'LT2','|',

  • 129 'TAT','|',

  • 134 'DSP','|',

  • 139 'TAT','|',

  • 144 'CST','|',

  • 149 'TAT','|',

  • 154 'CCT','|',

  • 159 'TAT','|'.

Regards,

sarath

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
514

Hi sarath,

set this in report header:

REPORT ZTEST LINE-SIZE 255

Regards, Dieter

4 REPLIES 4
Read only

Former Member
0 Likes
514

Hi,

to solve this, in report stmt i.e. very first statement of program add LINE-SIZE 255 clasuse now it will show upto 255 char.

Jogdand M B

Read only

Former Member
0 Likes
515

Hi sarath,

set this in report header:

REPORT ZTEST LINE-SIZE 255

Regards, Dieter

Read only

Former Member
0 Likes
514

Specify.. LINE-SIZE with report name... whatever u want .. then a horz scollbar will appear..

<b>REPORT <rep> LINE-SIZE 500.</b>

Regards

Prax

Read only

Former Member
0 Likes
514

Hi,

You can put the following line at start of report statement.

<b>report zciti_wipro_bdc no standard page heading line-count 255.</b>

here you can put more than 255 characters also... its depand on your needs but you can view upto 255 char only

<b>

Rewards if useful</b>

Regards,

Kinjal