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-Grid Display

Former Member
0 Likes
692

Hi,

Based on the Internal table values,I have to display certain values of one field in editable mode and non-ediatable mode in ALV.It is possible to have both editable and non-editable values for one field in the ALV display.Help me to solve this.

Thanks.

Hi,

Based on the Internal table values,I have to display certain values of one field in editable mode and non-ediatable mode in ALV.It is possible to have both editable and non-editable values for one field in the ALV display.Help me to solve this.

Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
661

yes it is possible

fieldcatlog-edit = 'X'. editable

Read only

Former Member
0 Likes
661

I don't think it is possible to have both editable and non-editable fields for the same column.

Read only

Former Member
0 Likes
661

check this

<a href="/people/community.user/blog/2007/01/10/displaychange-mode-of-editable-fields-in-alv-using-function-modules-but-not-custom-containers:///people/community.user/blog/2007/01/10/displaychange-mode-of-editable-fields-in-alv-using-function-modules-but-not-custom-containers

regards

shiba dutta

Read only

former_member194669
Active Contributor
0 Likes
661

Please check this link

/people/community.user/blog/2007/01/10/displaychange-mode-of-editable-fields-in-alv-using-function-modules-but-not-custom-containers

aRs

Read only

Former Member
0 Likes
661

Hello Pandiyan Rajendran,

before displaying the ALV... Just loop at field catalog and your internal table... and make use of the option <b>l_r_fieldcat-edit = 'X'.</b> under if condition. for each and every record if it satifies the condition you can just assign 'X' for above mentioned option. and modify the internal table...

And go on dislaying the ALV.

<b>REWARD THE POINTS IF IT HELPFUL</b>

Regards

--

Sasidhar Reddy Matli.