Skip to content

Instantly share code, notes, and snippets.

@Dwivedirahul44
Last active March 10, 2022 00:59
Show Gist options
  • Save Dwivedirahul44/77b3b2b3addbc87b82136634a6aab69e to your computer and use it in GitHub Desktop.
Save Dwivedirahul44/77b3b2b3addbc87b82136634a6aab69e to your computer and use it in GitHub Desktop.
"Using If statement.
IF lv_someflag = abap_true.
lv_mybool = abap_false.
ELSE.
lv_mybool = abap_true.
ENDIF.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment