‎2008 Jan 08 11:42 AM
Hai,
DATA: gd_layout type slis_layout_alv.
gd_layout-box_fieldname = 'RSMARK'.
If i use this code i am getting error. anyone know help me
‎2008 Jan 08 11:47 AM
hi Udaya,
possible reasons:
field RSMARK is not defined in your output table
field RSMARK is not defined as char, length 1
hope this helps
ec
‎2008 Jan 08 11:47 AM
hi Udaya,
possible reasons:
field RSMARK is not defined in your output table
field RSMARK is not defined as char, length 1
hope this helps
ec
‎2008 Jan 08 11:47 AM
GIVE STATEMENT
TYPE-POOLS SLIS.
AT YOUR PROGRAM BEFORE DATA DEFINITION STATEMENT.
‎2008 Jan 08 11:52 AM
Hai Eric,
I can't understand your input, can you explain clearly
‎2008 Jan 08 11:58 AM
u r internal table should contain the field as RSMARK then only u can display that column as check box.
u r using slis layout so u need to use the following statement
TYPE-POOLS SLIS.
then slis is included to ur prg.