‎2007 Mar 29 5:58 AM
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
‎2007 Mar 29 6:01 AM
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
‎2007 Mar 29 6:16 AM
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
‎2007 Mar 29 6:02 AM
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
‎2007 Mar 29 6:04 AM
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