2006 Oct 04 9:45 AM
Hi.
I have an ALV report in which I am showing lights based on some conditions ,on the very first column of my list.
Is there any way I can change the light from first column to say 6th or any other column. in ALV?
Thank You
2006 Oct 04 9:48 AM
hi,
chk this.
ls_fieldcatalog-fieldname = 'ICON'.
ls_fieldcatalog-tabname = 'INT_CRB'.
ls_fieldcatalog-datatype = 'CHAR'.
<b> ls_fieldcatalog-col_pos = 6.</b>
ls_fieldcatalog-intlen = '4'.
ls_fieldcatalog-reptext = 'Status'.
ls_fieldcatalog-coltext = 'Status'.
ls_fieldcatalog-seltext = 'Status'.
ls_fieldcatalog-tooltip = 'Status'.
ls_fieldcatalog-key = 'X'.
APPEND ls_fieldcatalog TO lt_fieldcatalog.
CLEAR ls_fieldcatalog.
so by using <b>ls_fieldcatalog-col_pos</b> u can change the display position of all the columns
rgsd
anver
Message was edited by: Anversha s
hi,
chk this.
ls_fieldcatalog-fieldname = 'ICON'.
ls_fieldcatalog-tabname = 'INT_CRB'.
ls_fieldcatalog-datatype = 'CHAR'.
<b> ls_fieldcatalog-col_pos = 6.</b>
ls_fieldcatalog-intlen = '4'.
ls_fieldcatalog-reptext = 'Status'.
ls_fieldcatalog-coltext = 'Status'.
ls_fieldcatalog-seltext = 'Status'.
ls_fieldcatalog-tooltip = 'Status'.
ls_fieldcatalog-key = 'X'.
APPEND ls_fieldcatalog TO lt_fieldcatalog.
CLEAR ls_fieldcatalog.
so by using <b>ls_fieldcatalog-col_pos</b> u can change the display position of all the columns
rgsd
anver
Message was edited by: Anversha s
2006 Oct 04 9:48 AM
hi,
chk this.
ls_fieldcatalog-fieldname = 'ICON'.
ls_fieldcatalog-tabname = 'INT_CRB'.
ls_fieldcatalog-datatype = 'CHAR'.
<b> ls_fieldcatalog-col_pos = 6.</b>
ls_fieldcatalog-intlen = '4'.
ls_fieldcatalog-reptext = 'Status'.
ls_fieldcatalog-coltext = 'Status'.
ls_fieldcatalog-seltext = 'Status'.
ls_fieldcatalog-tooltip = 'Status'.
ls_fieldcatalog-key = 'X'.
APPEND ls_fieldcatalog TO lt_fieldcatalog.
CLEAR ls_fieldcatalog.
so by using <b>ls_fieldcatalog-col_pos</b> u can change the display position of all the columns
rgsd
anver
Message was edited by: Anversha s
2006 Oct 04 9:55 AM
2006 Oct 04 10:09 AM
hi,
what happened.
it didn solve ur issue..still some pblem.
rgds
anver
2006 Oct 04 10:44 AM
2006 Oct 04 10:47 AM
hey subhash,
i didn mean anything.
what i asked is, if there is some pblm in this issue,
kindly post it thats all.
cool ok..
regds
anver
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |