This commit is contained in:
danrega
2024-11-14 12:38:04 +01:00
parent 69c21aea1f
commit 65ef7dbcfe
5 changed files with 179 additions and 76 deletions

View File

@@ -1397,7 +1397,7 @@ CREATE DATA dataref TYPE HANDLE tdo_elem.
- [`CREATE OBJECT`](https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file=abapcreate_object_explicit.htm) statements can be used to create instances of classes by specifying the type dynamically.
- It assigns the reference to the object to an object reference variable.
- The `NEW` operator cannot be used to create instances of classes by specifying the type dynamically..
- The `NEW` operator cannot be used to create instances of classes by specifying the type dynamically.
```abap