CL_ESD_REUSE_TREE_BASE - ESD: Base Class Reuse Trees
Vendor Master (General Section) Vendor Master (General Section)This documentation is copyright by SAP AG.
Functionality
The reuse framework can be used to embed elements of the unified editor for service definitions and proxies in own applications. The elements currently supported are
External view tree
Internal view tree
Types tree
Configuration tree
To use one element you just have to implement the referencing class which will be a subclass of thisbase class. To create an instance you have to provide the type and the key of the object to display.These are the same type and key which are used by the ABAP Workbench to identify an object. To display the element, use the method DISPLAY and provide the name of a custom container or the custom container object itself.
To interact with the displayed object, register on the relevant events. To simplify the implementation of the handler, you can use the interface IF_ESD_REUSE_EVENT_HANDLER.
Relationships
Interface IF_ESD_REUSE_EVENT_HANDLER
Example
To see how the reuse framework can be used, look at the demo program DEMO_ESD_EDITOR_REUSE_FRAME
Notes
Further information
CPI1466 during Backup Fill RESBD Structure from EBP Component Structure
This documentation is copyright by SAP AG.
Length: 1148 Date: 20120526 Time: 120505 triton ( 65 ms )






