diff --git a/src/zbp_demo_abap_rap_ro_m.clas.abap b/src/zbp_demo_abap_rap_ro_m.clas.abap deleted file mode 100644 index 8207782..0000000 --- a/src/zbp_demo_abap_rap_ro_m.clas.abap +++ /dev/null @@ -1,20 +0,0 @@ -*********************************************************************** -* -* RAP BO provider (i. e. ABAP behavior pool/ABP) -* for a RAP demo scenario -* -* See more information in the CCIMP include (local types tab in ADT). -* -********************************************************************** -"!

Behavior implementation for RAP demo scenario (managed BO)

-"! The class represents a RAP BO provider (i. e. an ABAP behavior pool/ABP) for a RAP demo scenario -"! (managed RAP BO with external numbering). -CLASS zbp_demo_abap_rap_ro_m DEFINITION PUBLIC ABSTRACT FINAL FOR BEHAVIOR OF zdemo_abap_rap_ro_m. - PROTECTED SECTION. - PRIVATE SECTION. -ENDCLASS. - - - -CLASS ZBP_DEMO_ABAP_RAP_RO_M IMPLEMENTATION. -ENDCLASS.