Application Development 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: 

ALV-LAYOUT SETTING

Former Member
0 Kudos

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

JozsefSzikszai
Active Contributor
0 Kudos

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

JozsefSzikszai
Active Contributor
0 Kudos

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

Former Member
0 Kudos

GIVE STATEMENT

TYPE-POOLS SLIS.

AT YOUR PROGRAM BEFORE DATA DEFINITION STATEMENT.

Former Member
0 Kudos

Hai Eric,

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

0 Kudos

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.