Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Cannot perform "move" operation on structure (ALV related)

$
0
0

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:

 

Capture.PNG

 

What is wrong? Did they change something with the syntax?

 

Best regards and thanks in advance,

Paul


Viewing all articles
Browse latest Browse all 8332

Trending Articles