Skip to content

Instantly share code, notes, and snippets.

@dantesco
Created November 11, 2013 16:10
Show Gist options
  • Save dantesco/7415691 to your computer and use it in GitHub Desktop.
Save dantesco/7415691 to your computer and use it in GitHub Desktop.
Crear un boton en la pantalla de selección
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN PUSHBUTTON (40) isel_all USER-COMMAND uc VISIBLE LENGTH 4.
SELECTION-SCREEN END OF LINE.
INITIALIZATION.
CALL FUNCTION 'ICON_CREATE'
EXPORTING
name = icon_select_all
IMPORTING
result = isel_all.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment