CL_ABAP_DOCU_TABLES_BROKER - Access to Internal Tables of the ABAP Documentation
CPI1466 during Backup rdisp/max_wprun_time - Maximum work process run timeThis documentation is copyright by SAP AG.
Functionality
The methods of this class enable access to the internal tables of the CL_ABAP_DOCU_TABLES class.
The tables are instantiated, either as Shared Object in the area CL_ABAP_DOCU_AREA or, in exceptional cases, in the current internal mode.
When used correctly, the class guarantees that the internal tables can be accessed.
- The method INIT has to be called up in the internal mode before the first use and it ensures thatthe attribute ROOT points to an instance of the class CL_ABAP_DOCU_TABLES. This is usually in the SharedMemory and in exceptional cases it is in the internal mode. An attempt is made, either to attach to an existing area instance or to create a new area instance.
- The method DISPATCH is the central method for getting access to the internal tables. The method calls up the specified methods with the given parameters. Basically:
- GET_TABLES sets the attribute ROOT, which points to an instance of CL_ABAP_DOCU_TABLES.
- SET_TABLE fills individual tables.
Access takes place using DISPATCH, to ensure consistent exception handling.
Relationships
Only for use in the package SABAPDOCU.
Example
Notes
Further information
Vendor Master (General Section) General Data in Customer Master
This documentation is copyright by SAP AG.
Length: 1421 Date: 20120526 Time: 081027 triton ( 86 ms )






