2008 Nov 13 10:57 AM
Hello all,
I'm using ALV FM to display data in output. when I submit the report in background, the output in spool is getting truncated. only 4-5 columns are displaying correctly.
Is it a basis issue? kindly suggest.
Thanks,
Bharat.
Hello all,
I'm using ALV FM to display data in output. when I submit the report in background, the output in spool is getting truncated. only 4-5 columns are displaying correctly.
Is it a basis issue? kindly suggest.
Thanks,
Bharat.
2008 Nov 13 11:11 AM
Its completely a basis activity.
Discuss with your BASIS consultant or search for the same in BASIS forum.
Thanks,
Krishna.
2008 Nov 13 11:14 AM
have you modified the print parameters for your batch-job?
A.
2008 Nov 13 11:23 AM
Hi,
I have not modified print parameters..I'm just running the program, with the option 'Execute in background'.
Thanks,
Bharat.
2008 Nov 13 11:26 AM
Hi,
U will see upto 255 characters in the spool beyond that it will be truncated..
Regards,
Nagaraj
2008 Nov 13 11:40 AM
Hi,
In spool it's displaying till 80-90 characters only.
Thanks
2008 Nov 13 12:10 PM
Hi Bharat,
While defining the job in SM36.. in STEP 1 where we pass the ABAP Program Name, click on PRINT SPECIFICATIONS -> Properties -> Double click on Format Value X_65_80. Change this to the necessary width which is required & avaialble.
If the width is not available then create the same using SPAD transaction.
Best regards,
Prashant
2016 Jan 04 7:40 PM
Hey Bharat,
Just add LINE-SIZE (n) as shown below to your report. If you did not do that the output will be automatically truncated.
REPORT zm****** LINE-SIZE 125.
The line size can be up to 255.
Thanks,
Prabhath Venna
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |