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 list

Former Member
0 Likes
455

Hi All,

I want to dispaly the ALV list in Display mode..(i.e NON-EDITABLE in the output mode) i use

REUSE_ALV_GRID_DISPLAY .... how to get that in Display mode...

Thanks in Advance

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
440

As a default, the ALV list will be NON-EDITABLE, just provide the fieldcatalog, and your internal table to you function module, and you're ready.

Only by setting certain fields to editable, you display will be editable, else NOT.

As a default, the ALV list will be NON-EDITABLE, just provide the fieldcatalog, and your internal table to you function module, and you're ready.

Only by setting certain fields to editable, you display will be editable, else NOT.

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
441

As a default, the ALV list will be NON-EDITABLE, just provide the fieldcatalog, and your internal table to you function module, and you're ready.

Only by setting certain fields to editable, you display will be editable, else NOT.

Read only

Former Member
0 Likes
440

By default when you create it is non-editable. But if you want to make it editable than you need to write

ls_fieldcat-edit = 'X'.