diff --git a/16_Data_Types_and_Objects.md b/16_Data_Types_and_Objects.md index c2aef77..1ac4a79 100644 --- a/16_Data_Types_and_Objects.md +++ b/16_Data_Types_and_Objects.md @@ -1973,13 +1973,13 @@ DATA itab_str TYPE string_table. ### Additions for Creating Data Types and Objects -The following table shows a selection of additions for creating data types and objects. The examples mostly show data object declarations with `DATA`. `TYPES` statements are also possible in most contexts. +The following table shows a selection of additions for creating data types and objects. The examples randomly show `DATA` or `TYPES` statements.
| Superclass of Exception Classes | Notes | +Addition | Code Snippet |