Application Development 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: 

Spool Display in list Format- Restriction up to 255 characters

Former Member
0 Kudos
1,411

hi ,

I am using ECC 6.0 , where i am running a report to execute Cenvat details which will be displayed

in ALV Format consisting of 19 columns.

But when it is running in background and send to spool the list format will display all the columns

with 17 columns correctly positioned and other remaining two columns are displayed below the starting of 1st and 2nd column.

I want to display all the 19 columns continously .

Is there need to Change in spool settings, if so kindly provide me the proper navigation

as i know that previous forums has told me about SPAD Transaction

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos
327

Hi,

While scheduling the background job, select PRINT SPECIFICATIONS & pass the format with maximum width viz. X_32_400.

If there is no format available with the required width, then goto SPAD, PAGE FORMATS, NEW, create a new one with 32 length & 400 width.

Assign the page format to the output device which you are using in Background Job PRINT SPECIFICATION.

Best regards,

Prashant

6 REPLIES 6

Former Member
0 Kudos
327

go to SPAD->Settings->Spool System->Other Tab, check whether the "Number of Columns for List Display from Format" is ticked, if not, tick it and try to run your report again.

Edited by: Yean Nean Yong on Dec 12, 2008 3:23 PM

0 Kudos
327

Hi yean,

I made the change but i am unable to see few more columns

what i mean to say that before the change i made in SPAD it was displaying 17 columns

and remaining two more columns under starting of 1st and 2nd columns.

But after making changes in SPAD as u said in the thread it was displaying only 10 columns

and remaining two columns under first and second columns.

I am using Format X_65_80

0 Kudos
327

change the format to X_65_255.

former_member223537
Active Contributor
0 Kudos
328

Hi,

While scheduling the background job, select PRINT SPECIFICATIONS & pass the format with maximum width viz. X_32_400.

If there is no format available with the required width, then goto SPAD, PAGE FORMATS, NEW, create a new one with 32 length & 400 width.

Assign the page format to the output device which you are using in Background Job PRINT SPECIFICATION.

Best regards,

Prashant

Former Member
0 Kudos
327

Answeres

Former Member
0 Kudos
327

Answered