‎2017 Aug 08 11:34 AM
Hello all,
I have a problem when use SET CURSOR statement. I have create some tabstrips and use method set_fullscreen_mode( ) in class cl_salv_gui_grid_model_ida for set focus in the ALV. The problem is in some case (like initial), the cursor should be in field MATNR of the main screen. But the statement SET CURSOR FIELD 'MATNR' in PBO isn't working.
Can you help me this problem? I think because of the focus is in the sub screen so that we can't set the cursor in the main screen.
Thanks and best regards,
Nghia
‎2017 Sep 15 6:51 AM
Just hit F1 on the SET CURSOR statement to see that you have to use the LINE addition for table controls ...