Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SET CURSOR STATEMENT not work

Former Member
0 Likes
877

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

1 REPLY 1
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
614

Just hit F1 on the SET CURSOR statement to see that you have to use the LINE addition for table controls ...