This commit is contained in:
danrega
2025-04-01 17:20:33 +02:00
parent 29628d5cbb
commit af190989d3
14 changed files with 384 additions and 52 deletions

View File

@@ -383,7 +383,7 @@ that is, it refers to another structure. The following example has multiple subs
END OF address_n.
```
- **Deep structures**: Contains at least one internal table, reference type, or string as a component.
- **Deep structures**: Contain at least one internal table, reference type, or string as a component.
``` abap
DATA: BEGIN OF address_d,
name    TYPE string VALUE `Mr. Duncan Pea`,