2007 Sep 28 8:43 AM
Hi All,
How to fixe the field lenght in ALV Report.
if field is 15 charcters length, i want to increse 30 characters in list.
plz reply me.
2007 Sep 28 8:46 AM
Bramha,
Use the std structure for ALV line
FIELDCAT_LN LIKE LINE OF FIELDCAT, " Line of Fieldcat
and while populating the fieldcat with the field value, do this
FIELD_VALUE = <your field>.
FIELDCAT_LN-OUTPUTLEN = 30.
reward if helpful.
Karthik
Hi All,
How to fixe the field lenght in ALV Report.
if field is 15 charcters length, i want to increse 30 characters in list.
plz reply me.
2007 Sep 28 8:46 AM
Bramha,
Use the std structure for ALV line
FIELDCAT_LN LIKE LINE OF FIELDCAT, " Line of Fieldcat
and while populating the fieldcat with the field value, do this
FIELD_VALUE = <your field>.
FIELDCAT_LN-OUTPUTLEN = 30.
reward if helpful.
Karthik
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |