Hi,
I have followed the above steps. But I'm getting Drop down(same drop down table) to all the columns in my ALV output.
But my requirement is i want it only to a particular column. How to fix the Internal table that I have created as Dropdown to my single column.
Steps I followed,
1) In Field catalog, DRDN-HNDL = '1' & EDIT = 'X'
2) Defined a drop down table of type LVC_T_DROP and appended a few entries to it.
3) ref_grid -> SET_DROP_DOWN_TABLE & passed my drop down table in Exporting table.
4) then displayed the ALV, ref_grid->set_table_for_first_display.
where to give the condition.