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

problem when running in background

Former Member
0 Likes
413

Hi,

I am having a report when i execute it on line and download it is working fine but when i do so in background output format gets changed. where the problem would be. It is not a alv report.

Regards,

Karthik.k

3 REPLIES 3
Read only

sathish_perumal
Active Participant
0 Likes
380

Hi Karthik,

When you check the spool, some rows and columns may get truncated. Go to the Spool Request Display Settings in SM37 and modify that accordingly to suit your requirement. You should be able to see the full report in proper format.

Regards,

Sathish

Note : Reward useful answer

Read only

Former Member
0 Likes
380

formant in what sense ?

in background if u have more than 255 colomns u cannt get in BG mode? in this case u have to change printer format.I think right now it is taking 65 * 255 ? if ur report more than this u cann get the data in BG mode.

Regards

Prabhu

Read only

Former Member
0 Likes
380

Hi,

maximum output length for report will ne 255 charcters

in BG mode.

Instead download data to excel or application server

using open dataset

REgards

Amole