Skip to Content
0
Jun 26, 2009 at 04:02 PM

Disabling a CELL in ALV grid when inserting new entries

51 Views

Hi,

I was able to disable any cell for existing entries displayed in the ALV grid but when I click on insert button, it throws me a complete open row.

I tried to search in all forums but could not find this specific requirement.

I have used internal table with following fields to achieve this.

..........................

CELLTAB TYPE LVC_T_STYL,

COLINFO TYPE lvc_t_scol,

DDHANDLE TYPE INT4, "Drop Down Handle for Monat

END OF GT_OUTTAB.

Your help is much appreciated.

Regards

Kasi