diff --git a/04_ABAP_Object_Orientation.md b/04_ABAP_Object_Orientation.md index 14b7f08..ed315aa 100644 --- a/04_ABAP_Object_Orientation.md +++ b/04_ABAP_Object_Orientation.md @@ -72,7 +72,7 @@ You can either create local or global classes: - +
Local classes
  • can be defined within an [ABAP program](https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file=abenabap_program_glosry.htm "Glossary Entry")
  • can only be used in the ABAP program in which the class is defined
  • can be defined within an ABAP program
  • can only be used in the ABAP program in which the class is defined
Global