Skip to content

Instantly share code, notes, and snippets.

@iespino00
Created November 12, 2018 02:44
Show Gist options
  • Save iespino00/0a9e95c7232e8ed1b86b5a972a724131 to your computer and use it in GitHub Desktop.
Save iespino00/0a9e95c7232e8ed1b86b5a972a724131 to your computer and use it in GitHub Desktop.
Radio Button ABAP
SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-003.
PARAMETERS: p_rm RADIOBUTTON GROUP r1,
p_rf RADIOBUTTON GROUP r1 DEFAULT 'X'.
SELECTION-SCREEN END OF BLOCK b3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment