2007 May 14 2:11 PM
In ALV i have a field and length is 12 ..But in output i cant able to see the 12 char of the field(want to see the full lengthof field)...How can i achieve it?
In ALV i have a field and length is 12 ..But in output i cant able to see the 12 char of the field(want to see the full lengthof field)...How can i achieve it?
2007 May 14 2:12 PM
Hi
Set the lenght in the catalog table:
gt_fieldcat-outputlen = 12.
Max
2007 May 14 2:13 PM
hi ,
try using this for particular field in field cat
fc-outputlen = 12.
reg,
kannan
2007 May 14 2:20 PM
Hi,
Use the Properties:
FILEDCAT-OUTPUTLEN = 50.
Hope this info helps.
Regards,
Kumar.
2008 Jun 20 12:30 PM
hi u need use the statement.
"l_layout-colwidth_optimize = 'X'."
before u define the feilds in alv and
then
use
itab_fieldcat-outputlen = '12'.
then you can completely see all the characters of field.
if useful award points.
thank you
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |