‎2006 Jul 04 12:41 PM
Hello,
I have received a design spec to use a grid. Below are some of the requirements.
1. The first line of the grid should be only output since this is a reference line. The next lines should be available for input, but only some columns, the other columns should contain information copied from the reference line.
2. The header text for the columns that are for input should be colored red.
3. I also need to sum one column, but only the input values, ie. excluding the value in the first line (reference).
Is this possible?
Thank you for your help,
Patrick
‎2006 Jul 04 12:51 PM
Hi,
1. What you need to do for this is to enable the editing feature cell by cell. The same can be acived by adding a column STYPE TYPE LVC_T_STYL to the internal table. Now, for a row and append a column in this nested internal table setting the style as MC_STYLE_ENABLED / MC_STYLE_DISABLED. This will enable the editing of specific columns of a row.
2. I don't think you have the Header text in a different color.
3. Summing excluding specific rows is not possible.
Regards,
Ravi
Note : Please mark all the helpful answers
‎2006 Jul 04 12:51 PM
Hi,
1. What you need to do for this is to enable the editing feature cell by cell. The same can be acived by adding a column STYPE TYPE LVC_T_STYL to the internal table. Now, for a row and append a column in this nested internal table setting the style as MC_STYLE_ENABLED / MC_STYLE_DISABLED. This will enable the editing of specific columns of a row.
2. I don't think you have the Header text in a different color.
3. Summing excluding specific rows is not possible.
Regards,
Ravi
Note : Please mark all the helpful answers
‎2006 Jul 04 5:58 PM
Thanks for the tips Ravi.
- sorry for the delay, had problems trying to log in.