2007 Mar 01 5:50 AM
Hello,
In Grid display the field value size is not accepting more than 128 characters.
i need to display field value of 150 characters. Please do the Need.
Thanks & Regards,
Nagalakshmi
Hello,
In Grid display the field value size is not accepting more than 128 characters.
i need to display field value of 150 characters. Please do the Need.
Thanks & Regards,
Nagalakshmi
2007 Mar 01 5:53 AM
Hi
At the time of display u can refer the fields to the standard table fields .
If in standard table it is of size 150 it can be displayed.
Regards,
kumar
2007 Mar 01 5:55 AM
in the fieldcatalog give the datatype as STRING or CHAR and checkout
wa_fieldcat-datatype = 'STRING'.
wa_fieldcat-outputlen = '128'.
OR
wa_fieldcat-datatype = 'CHAR'.
wa_fieldcat-outputlen = '128'.
2007 Mar 01 5:58 AM
send me the code .or in the Fieldcatalog set a field of around more than 128 characters.
Please reward if useful.
2007 Mar 01 9:11 AM
Hello,
what is the maximum no. of characters that can be displayed for a single field in alv grid. Please let me know.
thanks & Regards,
Nagalakshmi
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |