‎2008 Feb 11 10:22 AM
i'm not able to mark my field selected.
i have given name in mark in screen painter and declared it in my code as type c. but it is not workin. plz tell me how to fetch data using it.
‎2008 Feb 11 10:26 AM
HI,
types: begin of slis_layout_alv.
include type slis_layout_main.
include type slis_layout_alv_spec.
types: end of slis_layout_alv.
LAYOUT
DATA: wa_layout TYPE slis_layout_alv.
HEADER
types: BEGIN OF ihead.
INCLUDE STRUCTURE YJITS001.
TYPES: box TYPE char1.
types: END OF ihead.
wa_layout-box_fieldname = 'BOX'.
wa_layout-box_tabname = 'ihead'.
wa_layout-box_rollname = space.
Hope this helps.
‎2008 Feb 11 10:34 AM
Hi,
did u give mark field in the internal table for which u have given it in the table control. then check it out it will work.
Plzz reward points if it helps.
‎2008 Feb 11 10:42 AM
Hi Dude,
select the field attribute w/SelColumn and enter a name in the text-box.Use this name in your program.
Share your findings.
Regards,
Lakshmanan
‎2008 Feb 11 11:51 AM