sap checkbox abap
PARAMETERS: my_checkbox AS CHECKBOX.
"or if you want it default checked do this:"
PARAMETERS: my_checkbox AS CHECKBOX DEFAULT 'X'.
"check if checkbox is checked:"
IF my_c <> 'X'.
WRITE 'checked'.
ENDIF.
sap checkbox abap
PARAMETERS: my_checkbox AS CHECKBOX.
"or if you want it default checked do this:"
PARAMETERS: my_checkbox AS CHECKBOX DEFAULT 'X'.
"check if checkbox is checked:"
IF my_c <> 'X'.
WRITE 'checked'.
ENDIF.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us