Hey experts,
I'd like to reimplement something I did about 2 years ago.
Suddendly I face difficulties in the implementation (I was about to reuse my old code I saved in a txt file).
data: go_container type REF TO cl_gui_custom_container,
go_alv_grid type REF TO cl_gui_alv_grid,
gv_layout TYPE lvc_s_layo.
move 'X' to gv_layout-edit. <---compiler stopps here
The compiler says: Statement is not accessible.
gv_layout looks as following:
What is wrong? Did they change something with the syntax?
Best regards and thanks in advance,
Paul