Hi,
I am working in AlV Block list.successfully i executed the programs as i want my output but when in click on a record ex: MATNR = 38 i'm able to see RSELFIELD-value as 38 (RSELFIELD TYPE SLIS_SELFIELD). but im unable to see the fieldname RSELFIELD-fieldname.So how can i get the fieldname .
I used FM 'REUSE_ALV_FIELDCATALOG_MERGE' for population fieldcatalog.
For Block :
REUSE_ALV_BLOCK_LIST_INIT '''''' here i gave user_form
REUSE_ALV_BLOCK_LIST_APPEND
REUSE_ALV_BLOCK_LIST_DISPLAY
FORM USER_FORM USING RCOMM LIKE SY-UCOMM RSELFIELD TYPE SLIS_SELFIELD.
RSELFIELD-value = 38 '''' as per my above example
RSELFIELD-fieldvalue = ''' blank how can i get this value.
Endform.
Thanks,
Kiran