Skip to content

Instantly share code, notes, and snippets.

@larshp
Created July 11, 2025 09:26
Show Gist options
  • Save larshp/e87684cbef1555b98b97d8ef44d77739 to your computer and use it in GitHub Desktop.
Save larshp/e87684cbef1555b98b97d8ef44d77739 to your computer and use it in GitHub Desktop.
METHOD zif_abapgit_exit~wall_message_repo.
IF is_repo_meta-local_settings-flow = abap_true.
ii_html->add( zcl_abapgit_gui_chunk_lib=>render_error(
iv_error = |WARNING: This repository is flow enabled, use this view at own risk| ) ).
ENDIF.
ENDMETHOD.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment