‎2010 Apr 29 7:36 AM
Hello Experts,
I have got an editable alv grid and in the fcat i have passed
st_fcat-f4availabe = 'X'
Now in my grid , I have got fields which has got Value range at domain level.
My problem is when I am going insert new records (Using + or New Page ), the grid is checking the values of the cells and showing an error of Invalid entries, as the grid is empty.
How can I override this??
Any kind of help will be appreciated.
Regrads
Mishra
‎2010 Apr 29 7:57 AM
hi,
I think u have to create f4 help sepeartely then only it can be avoided.
‎2010 Apr 29 7:57 AM
hi,
I think u have to create f4 help sepeartely then only it can be avoided.
‎2010 Apr 29 8:01 AM
Hi,
I am not sure, try like this
Make CHECKTABLE field in Fieldcatalog as '!'.
st_fcat-CHECKTABLE = '!'.
Regards,
Raghava Channooru.
‎2010 May 03 5:10 PM
call method grid->modify_style
exporting
.............
.............
I found my solution here.
Regards
Mishra
‎2010 Dec 30 7:42 PM