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

ALV-LAYOUT SETTING

Former Member
0 Likes
698

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

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
627

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

4 REPLIES 4
Read only

JozsefSzikszai
Active Contributor
0 Likes
628

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

Read only

Former Member
0 Likes
627

GIVE STATEMENT

TYPE-POOLS SLIS.

AT YOUR PROGRAM BEFORE DATA DEFINITION STATEMENT.

Read only

Former Member
0 Likes
627

Hai Eric,

I can't understand your input, can you explain clearly

Read only

0 Likes
627

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.