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

BLOCKED ALVS

Former Member
0 Likes
676

HI FRNDS,

HOW TO GIVE CHECK BOXES FOR EACH RECORD DISPLAYED IN BLOCKED ALVS

THANK U

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
649

Hi,

While filling the fieldcatalog you do like this:

wa_fieldcat-checkbox = 'X'. "Display this field as checkbox

wa_fieldcat-edit = 'X'. "This option ensures that you can edit the checkbox .Else it will be protected.

Hope this will be helpfull to you.

Regards.

HI FRNDS,

HOW TO GIVE CHECK BOXES FOR EACH RECORD DISPLAYED IN BLOCKED ALVS

THANK U

4 REPLIES 4
Read only

Former Member
0 Likes
649

hai,

it is same like that of alv report only.

provide chk field in the intenal table that ur using.

provide it as first field in fieldcatlog also.

shan.

Edited by: shan palani on Sep 30, 2008 3:13 PM

Read only

0 Likes
649

HAI,

THANK U I GOT CHECK BOXES BUT I AM UNABLE TO SELECT THEM IN OUTPUT SCREEN

Read only

Former Member
0 Likes
650

Hi,

While filling the fieldcatalog you do like this:

wa_fieldcat-checkbox = 'X'. "Display this field as checkbox

wa_fieldcat-edit = 'X'. "This option ensures that you can edit the checkbox .Else it will be protected.

Hope this will be helpfull to you.

Regards.

Read only

0 Likes
649

HI SOWMYA,

THANKS FOR RESPONSE, I DID THE SAME BUT STILL ITS NOT WORKING.