‎2007 Oct 03 5:49 PM
Hello all,
i have developed ALV report, when iam trying to print some characters of few columns are missing fr example if field has value '8000455' its printing like '800045...' .Please let me know how to rectify this.
Thanks,
Sravan.
‎2007 Oct 03 6:52 PM
‎2007 Oct 03 5:57 PM
Hello,
Please check the o/p structure which you are using to print data.Is it different than ALV data printing table.if yes.then check the lengths of fields defined in the structure.
Thanks.
‎2007 Oct 03 5:59 PM
‎2007 Oct 03 6:16 PM
‎2007 Oct 03 6:21 PM
What are you using for ALV and how exactly are you printing?
The only thing that comse to mind - maybe you could adjust the column size and make it bigger. This can be done by using 'outputlen' option in the field catalog, for example. What do you have in the field catalog for the field that is getting truncated?
There is also an "auto resize" (or something like that) option, which might influence the column size.
‎2007 Oct 03 6:26 PM
Hi jelena Perfiljeva,
i have used REUSE FM for ALV, iam printing using function keys.i have tried 'outputlen' but its not working.
‎2007 Oct 03 6:52 PM
‎2007 Oct 03 7:45 PM