‎2021 Apr 12 11:48 AM
Hello all,
I have View cluster with 6 maintenance views. In one of them in the flow logic of screen I added module e.g. pai_0007 for section PROCESS AFTER INPUT and also added button on th screen 0007. When I push button and check sy-ucomm = "BUTTON" i go to my module. This part works properly but I want check which records were marked on the screen 0007 and unfortunatelly in the table EXTRACT I have undefined structure without flag Mark.
I tried to use PERFORM vcl_set_table_access_for_obj but it nothing returned because table vcl_struc_tab is empty.