2007 Jun 12 4:17 AM
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.
2007 Jun 12 4:18 AM
2007 Jun 12 4:20 AM
I don't think it is possible to have both editable and non-editable fields for the same column.
2007 Jun 12 4:37 AM
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
2007 Jun 12 4:40 AM
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
2007 Jun 12 7:01 AM
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.