From 56dbd03a3ecc853b9b8c638d69aea49b201bbf7c Mon Sep 17 00:00:00 2001 From: Dan <16720986+danrega@users.noreply.github.com> Date: Thu, 29 Dec 2022 15:15:14 +0100 Subject: [PATCH] Update 04_ABAP_Object_Orientation.md --- 04_ABAP_Object_Orientation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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