2007 Aug 29 11:05 AM
Hi all,
I have an issue in ALV list display. I have a field TXZ01 which has to display in 9th position in list display. But the field is in Hidden fields. how can i make that field to get displayed in 9th position for any varient.
FMs used in program are
'REUSE_ALV_VARIANT_F4
'REUSE_ALV_LIST_LAYOUT_INFO_GET
REUSE_ALV_FIELDCATALOG_MERGE----
calling entire structure
'REUSE_ALV_VARIANT_SELECT'
'REUSE_ALV_VARIANT_DEFAULT_GET'
REUSE_ALV_VARIANT_EXISTENCE'
Points will be rewarded.
Thanks in Advance,
Regards,
vineel
2007 Aug 29 11:19 AM
hi vineel,
you have to check the fieldcatalog for this field. looks like that the no_out field is marked for TXZ01.
hope this helps
ec
Hi all,
I have an issue in ALV list display. I have a field TXZ01 which has to display in 9th position in list display. But the field is in Hidden fields. how can i make that field to get displayed in 9th position for any varient.
FMs used in program are
'REUSE_ALV_VARIANT_F4
'REUSE_ALV_LIST_LAYOUT_INFO_GET
REUSE_ALV_FIELDCATALOG_MERGE----
calling entire structure
'REUSE_ALV_VARIANT_SELECT'
'REUSE_ALV_VARIANT_DEFAULT_GET'
REUSE_ALV_VARIANT_EXISTENCE'
Points will be rewarded.
Thanks in Advance,
Regards,
vineel
2007 Aug 29 11:18 AM
first remove the fieldcat-hide = 'x' [ comment this field] .......
after commenting use
fieldcat-fieldname = 'txz01' [ u r field name ]
fieldcat-colpos = '9'.
try this i hope it will work for u .....
reward points if helpful....
2007 Aug 29 11:19 AM
hi vineel,
you have to check the fieldcatalog for this field. looks like that the no_out field is marked for TXZ01.
hope this helps
ec
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |