From c24f26ac75e17fcb93abf6e8ed3e2b0753111196 Mon Sep 17 00:00:00 2001 From: danrega <16720986+danrega@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:12:45 +0200 Subject: [PATCH] Update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b163fa7..31ec81c 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ ABAP cheat sheets[^1] ... |[Date, Time, and Time Stamp](23_Date_and_Time.md)|Covers how to handle and process dates, times, and time stamps in ABAP|[zcl_demo_abap_date_time](./src/zcl_demo_abap_date_time.clas.abap)| |[Misc Built-In Functions](24_Misc_Builtin_Functions.md)|Covers a variety of built-in functions in ABAP|-| |[Authorization Checks](25_Authorization_Checks.md)|Provides a high-level overview of explicit and implicit authorization checks in ABAP|-| +|[ABAP Dictionary](26_ABAP_Dictionary.md)|Covers a selection of repository objects in the ABAP Dictionary (DDIC) that represent global types|-|