Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

mark in table control

Former Member
0 Likes
642

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.

4 REPLIES 4
Read only

Former Member
0 Likes
557

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.

Read only

Former Member
0 Likes
557

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.

Read only

Former Member
0 Likes
557

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

Read only

Former Member
0 Likes
557

RESOLVED