Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in ALV list display

Former Member
0 Likes
794

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

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
764

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

2 REPLIES 2
Read only

Former Member
0 Likes
762

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....

Read only

JozsefSzikszai
Active Contributor
0 Likes
765

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