2008 Apr 24 3:54 PM
Hi all,
I have a requirement wherein i need to have a push button in the first column of ALV GRID DISPLAY output to be able to select multiple rows. Now am using SELKZ field in field catalog, though it creats a first column, the push button is not available. Is there any field in FIELD CATALOG other than this field which will satisfy my requirement or any other possible way to achieve this functionality.
PERFORM alv_fieldcat USING :
't_output' 'SELKZ' ' ' ' ',
In form, i've written the following piece of code.
l_fieldcat-tabname = tabname.
l_fieldcat-fieldname = fieldname.
l_fieldcat-reptext_ddic = coltext.
l_fieldcat-hotspot = hotspot.
Any input in this regard will be valuable to me and highly appreciated.
Thanks in advance,
Vaishnavi Varadarajan
Hi all,
I have a requirement wherein i need to have a push button in the first column of ALV GRID DISPLAY output to be able to select multiple rows. Now am using SELKZ field in field catalog, though it creats a first column, the push button is not available. Is there any field in FIELD CATALOG other than this field which will satisfy my requirement or any other possible way to achieve this functionality.
PERFORM alv_fieldcat USING :
't_output' 'SELKZ' ' ' ' ',
In form, i've written the following piece of code.
l_fieldcat-tabname = tabname.
l_fieldcat-fieldname = fieldname.
l_fieldcat-reptext_ddic = coltext.
l_fieldcat-hotspot = hotspot.
Any input in this regard will be valuable to me and highly appreciated.
Thanks in advance,
Vaishnavi Varadarajan
2008 Apr 24 6:00 PM
This is done at the layout level and not the field catalog level.
Put :
gs_layout-sel_mode = 'X'. when you build the layout.
2008 Apr 24 6:15 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |