Hierarchy of Involved Classes
Use
This documentation contains syntax documentation for all of the methods you need to create dynamic documents.
Class Hierarchy
There are two essential class hierarchies for dynamic documents - a hierarchy of document areas and a hierarchy of document elements:
Type Group SDYDO
The type group SDYDO contains the definitions of the data types used to specify the types of method parameters. To access these type definitions in your own program (for example, so that you can use them when declaring your own actual parameters), include the statement
TYPE-POOLS sdydo.
in the data declarations in your program.