Entering content frame

Background documentation CL_WD_DYNAMIC_TOOL Locate the document in its SAP Library structure

Class CL_WD_DYNAMIC_TOOL contains various methods that are helpful for your first steps in Structure linkDynamic Programming (for example, SE16 reproduction), as well as help methods for tables and trees, and so on.

Central Methods

IS_STRUCTURE_OR_TABLE

Method for SE16 reproduction.

GET_TABLE_DATA

Generic method to read data from any table so that no checkman errors occur.

CREATE_FORM_FROM_NODE

Method for generating a form from the attributes of a node.

You can use this method as a copy template.

CREATE_LAYOUT_DATA

Method for creating an instance of a Structure linkLayout UI element according to the parent type.

You can use this method for dynamic UI programming when the layout type of the parent is not known.

CREATE_NODEINFO_FROM_STRUCT

Method for creating a node info object with a predefined data structure. You can use this method for the SE16 reproduction.

CREATE_TABLE_FROM_NODE

This method is the same as CREATE_FORM_FROM_NODE, only here a table is created.

FILL_NODE

This method is no longer used.

 

 

Leaving content frame