This commit is contained in:
danrega
2024-12-23 16:57:33 +01:00
parent a25465ed6d
commit d29087d7c0

View File

@@ -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.
<table>
<tr>
<td> Superclass of Exception Classes </td> <td> Notes </td>
<td> Addition </td> <td> Code Snippet </td>
</tr>
<tr>