Skip to content

Instantly share code, notes, and snippets.

@iespino00
Created November 12, 2018 02:40
Show Gist options
  • Save iespino00/e9594ec794c3292780c4744107505345 to your computer and use it in GitHub Desktop.
Save iespino00/e9594ec794c3292780c4744107505345 to your computer and use it in GitHub Desktop.
CheckBoxs
SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
PARAMETERS: p_m AS CHECKBOX USER-COMMAND flag,
p_f AS CHECKBOX DEFAULT 'X' USER-COMMAND flag.
SELECTION-SCREEN END OF BLOCK b2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment