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

Maximum Line Width when Report is running in background

Former Member
0 Likes
723

Hello Experts,

I have written a ABAP program and user is running in background. My output is of width of 599 characters. But wehn the user is running in the background, it is showing a warning that last 345 columns won't be displayed.

What is the maximum width, that is allowed for report being displayed in background.

Kindly help and points will be rewarded. its really urgent.

Thanks in advance.

Thanks and Regards,

Saurabh

Hello Experts,

I have written a ABAP program and user is running in background. My output is of width of 599 characters. But wehn the user is running in the background, it is showing a warning that last 345 columns won't be displayed.

What is the maximum width, that is allowed for report being displayed in background.

Kindly help and points will be rewarded. its really urgent.

Thanks in advance.

Thanks and Regards,

Saurabh

4 REPLIES 4
Read only

Former Member
0 Likes
689

Hi saurabh,

For reports they allow only 255 charcters so u better go for alv. it will allow u more than 255 charcters.

ragards,

ravi shankar reddy

Read only

Former Member
0 Likes
689

255 char is max for both classical / ALv in background.

I think you should opt multi line report

Read only

Former Member
0 Likes
689

Thanks guys.Problem solved.

Read only

0 Likes
689

Hey Saurabh,

I am facing the same problem. I have a report which has 406 characters. It is displayed correctly when executed in foreground but only 255 characters when executed in background.

You have resolved this issue. Can you please provide me the solution to execute it in background and get the complete output.

Regards,

Anosh