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

Spool No creation

Former Member
0 Likes
445

I executea an ALV report in Background it created a spool request

But in the output of the spool request some fields are missing.

If there is any limitation of fields in spool request?

How can i rectify it.

Regards,

J. John Victor

4 REPLIES 4
Read only

Former Member
0 Likes
429

Hi John,

Dont worry. This problem has a solution.

What you need to do is check the field catalog of the ALV.

Have you given the reference table and the reference fields of all columns?

If not.....Give it.

That will solve your problem.

Regards,

Ravi

Read only

0 Likes
429

Hi Ravi,

I give correctly in Field catalog...

i declared like this

DATA: I_FIELDTAB TYPE SLIS_T_FIELDCAT_ALV WITH HEADER LINE.

Regards,

J. John Victor

Read only

Former Member
0 Likes
429

Hi,

It depends on the Local printer settings attached for that report.

generally the settings are 65X255 (rows and Columns) , if the report has more columns then naturally it skips the extra portion which won't fir in that paper size.

In ALV you can give Max 90 columns. that is the limit for ALV reports.

So change the paper size setting related to spool and do,

reward if useful

regards,

ANJI

Read only

Former Member
0 Likes
429

Hi,

It depends on the Local printer settings(paper Size etc) attached for that report.

generally the settings are 65X255 (rows and Columns) , if the report has more columns then naturally it skips the extra portion which won't fit in that paper size.

In ALV you can give Max 90 columns. that is the limit for ALV reports.

So change the paper size setting related to spool and do,

reward if useful

regards,

ANJI