Closed ferenci closed 7 years ago
Thanks a lot, I already started to prepare the coffee for getters as well and is_editable method some days ago ( seems we're on the same track 😀 ) I'll finish this when I'm back from Germany next week.
Cheers
Text correction :) I started to prepare code not coffee :)
Done with release v740.1.0.12. Nugget can be found in releases or you can use abapGit to download the changes.
The method for checking if cell is editable is called get_cell_enabled.
Wow. you replaced SAPLINK nuggets with pure abap code. That's cool.
It's not me its abapGit :) So you can code inside your system and then push changes to github repository. This files are created/updated automatically :)
Hi, in my system i added some code into class ZCL_FALV_COLUMN you also may find it usefull, i am not very familiar with git methodology so i will write here : method get_setting : parameter rv_value has type type ref to data.
also method is_edit: to check if column is editable.
Also i wrote on your FALV blog about method evf_ucomm_internal, with the function "select all" which selecting all lines even if some of the mark fields disabled via "styles" column. Methods above may be helpful.