2007 Dec 12 10:35 AM
Hi Colleagues,
what field shall i set in field catalogue so that a description of fixed value key shall come in ALV and not the fixed value itself .. i think it is possible
Regards
Anuj
Hi Colleagues,
what field shall i set in field catalogue so that a description of fixed value key shall come in ALV and not the fixed value itself .. i think it is possible
Regards
Anuj
2007 Dec 12 10:40 AM
field-col_pos = 4 .
afield-fieldname = 'LKAPV'.
afield-seltext_M = 'BIN CAPACITY'.
append afield to fieldcat.
CLEAR AFIELD.
try like this the field catalogue seltext_m will solve your problem i think so correct me if am wrong.
2007 Dec 12 10:44 AM
Hi Suresh,
there is no field called as seltext_m in the structure..LVC_S_FCAT
thanks
Anuj
2007 Dec 12 11:09 AM
2007 Dec 12 10:43 AM
Hi,
Do like this.
*--Call funtion module to build the field catalog
it_fieldcat-fieldname = 'ERDAT'.
it_fieldcat-seltext_m = text-005.
it_fieldcat-col_pos = 0.
it_fieldcat-outputlen = 8.
it_fieldcat-emphasize = 'X'.
it_fieldcat-key = 'X'.
APPEND it_fieldcat TO it_fieldcat.
Regards,
Prashant
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |