Dynamic ABAP¶
Patterns for writing ABAP that adapts at runtime — generic programs, RTTI-driven tools, and flexible ALV reports.
Dynamic ABAP techniques let you build reusable utilities that work with any table or structure without knowing its layout at design time. The core enabler is the ABAP Runtime Type Information (RTTI) class hierarchy (CL_ABAP_TYPEDESCR and its subclasses).
Pages in this section¶
| Page | What it covers |
|---|---|
| Build ALV fieldcat from any structure | Generate a SLIS_T_FIELDCAT_ALV automatically by introspecting a structure at runtime |