Created
November 12, 2018 02:40
CheckBoxs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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