This commit is contained in:
danrega
2023-08-30 14:16:08 +02:00
parent 51f5bac672
commit e68cf714fa
19 changed files with 19 additions and 3 deletions

View File

@@ -1270,6 +1270,7 @@ CREATE DATA dref_cr TYPE HANDLE tdo_ref.
generation or execution of programs at runtime. They are not part of this cheat sheet. Find more details on the related syntax (e. g. `GENERATE SUBROUTINE POOL`, `READ REPORT` and `INSERT REPORT` in the ABAP Keyword Documentation for Standard ABAP: [Dynamic Program Development (F1 docu for standard ABAP)](https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abenabap_language_dynamic.htm)
## Executable Example
[zcl_demo_abap_dynamic_prog](./src/zcl_demo_abap_dynamic_prog.clas.abap)
Note the steps outlined [here](README.md#-getting-started-with-the-examples) about how to import and run the code.