‎2013 Aug 02 7:47 AM
Hi, guys.
I have an ALV program, when it is executed by normal means, it is displayed correctly.
But when I execute it in backend mode, then check the output result in sm37, the output length is not wide enough,
so that some columns are moved to the second line that result in a mess displaying.
could anyone give me some ideas, thank you.
‎2013 Aug 02 7:55 AM
Hi Ming,
Change the Line Size in the report.
‎2013 Aug 02 7:55 AM
Hi Ming,
you have to specify a printer when you create a background job, and after that you have to define a size of the page 65x80 ... 255x ... select the biggest one (maybe 1024)
regards
Fred
‎2013 Aug 02 8:08 AM
I already chose the biggest.
I think there is too many columns.
‎2013 Aug 02 8:23 AM
hi
1.firstly The maximum line width is 1,023 characters.
2. if you want more than 1023 chars use " SUBMIT LINE-SIZE width ".
3. layout optimize width should be 'X'.
Suresh
‎2013 Aug 02 8:43 AM
Hi,
GO to SPAD Transaction code
Now Schedule the ALV report again by providing the output device and format
BTW, it is a very common problem.
Regards,
Monami.
‎2013 Aug 02 9:07 AM
I tick the checkbox in the Output Controller block and it doesnt work.
‎2013 Aug 02 10:48 AM
Hi Ming,
Have you specified the output device and format and scheduled the report again?
It should work.
Regards,
Monami.
‎2013 Aug 02 10:39 AM
And what i am saying is background result display, it is different from frontend ALV display.
Even if I change the output length of ALV columns, it does not change anything in the layout of background result.