SAP ABAP Data Element /IWBEP/SBDM_PLUGIN_CLASS (Service Builder: Plug-In Class Name)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_DM_BASE (Package) Gateway Service Builder - Domain Model API and SPI
⤷
⤷
Basic Data
| Data Element | /IWBEP/SBDM_PLUGIN_CLASS |
| Short Description | Service Builder: Plug-In Class Name |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | SEOCLSNAME | |
| Data Type | CHAR | Character String |
| Length | 30 | |
| Decimal Places | 0 | |
| Output Length | 30 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | CLASS | |
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Class |
| Medium | 20 | Plug-In Class |
| Long | 30 | Plug-In Class |
| Heading | 40 | Plug-In Class |
Documentation
Definition
Specifies name of the class to which the plug-in belongs.
Use
The plug-in class dictates the location from which the plug-in accesses specific objects such as the persistence handler, node types, and validator, for example.
- In the case of domain model plug-ins, the plug-in class must be an extension of the abstract class /IWBEP/CL_SBDM_PLUGIN.
- In the case of UI plug-ins, the plug-in class must be an extension of the abstract class /IWBEP/CL_SBUI_PLUGIN.
Dependencies
Example
The domain model plug-in class delivers all persistence handlers and node type registered with the given plug-in.
The UI plug-in delivers registered commands, mass maintenance view, and data contained within the given plug-in.
History
| Last changed by/on | SAP | 20131122 |
| SAP Release Created in | 200 |