Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Edit OO ALV Grid Problem

Former Member
0 Likes
636

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
599

hi,

I think u have to create f4 help sepeartely then only it can be avoided.

4 REPLIES 4
Read only

Former Member
0 Likes
600

hi,

I think u have to create f4 help sepeartely then only it can be avoided.

Read only

Former Member
0 Likes
599

Hi,

I am not sure, try like this

Make CHECKTABLE field in Fieldcatalog as '!'.


st_fcat-CHECKTABLE = '!'.

Regards,

Raghava Channooru.

Read only

Former Member
0 Likes
599

call method grid->modify_style
   exporting
     .............
     .............
 

I found my solution here.

Regards

Mishra

Read only

Former Member
0 Likes
599

Thanks all