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