Find BADI’s implemented in the system

Hi, the following code snippet shows the BADI’s implemented in the system,

SELECT *
  FROM v_ext_imp
  INTO TABLE @DATA(it_badiler)
  WHERE imp_name LIKE 'Z%'.

IF sy-subrc = 0.
  cl_demo_output=>display( it_badiler ).
ENDIF.

When you run it, BADI’s implemented will be listed in a popup as below.

Leave a Reply

Your email address will not be published. Required fields are marked *