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

Function keys are not working CL_SALV_TABLE

Former Member
0 Likes
1,109

Hi,

I use a selection-screen that call's screen 100 with cl_salv_table

But function keys to go back to the selection screen are not working correctly 😞

They are not responding, are you have to push 2 times.

Function keys: BACK, CANCEL and EXIT.

Regards,

Erik.

Hi,

I use a selection-screen that call's screen 100 with cl_salv_table

But function keys to go back to the selection screen are not working correctly 😞

They are not responding, are you have to push 2 times.

Function keys: BACK, CANCEL and EXIT.

Regards,

Erik.

2 REPLIES 2
Read only

former_member370623
Active Participant
0 Likes
913

Hi Erik,

you have to implement your back exit cancel button manually,

you can check demo program BCALV_GRID_DEMO

  CASE OK_CODE.
    WHEN 'EXIT'.
      PERFORM EXIT_PROGRAM.
    WHEN OTHERS.
*     do nothing
  ENDCASE.
Read only

Sandra_Rossi
Active Contributor
0 Likes
913

Difficult to say without any explanation about your code...