SAP ABAP Class CL_BAPI_FACTORY (BAPI Factory)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-API-CSI-XMI (Application Component) eXternal Management Interface Framework
⤷
SXMI (Package) CCMS: Interfaces to external management tools

⤷

⤷

Properties
Class | CL_BAPI_FACTORY | |
Short Description | BAPI Factory | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SXMI | CCMS: Interfaces to external management tools |
Created | 20051010 | SAP |
Last change | 20060912 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BAPI_FACTORY has no forward declaration.
Interfaces
Class CL_BAPI_FACTORY has no interface implemented.
Friends
Class CL_BAPI_FACTORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | BAPIXMLOGR-EXTCOMPANY | XMI Logging: Company Name of External Management Tool | 20051010 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | BAPIXMLOGR-EXTPRODUCT | XMI logging: Program name of external management tool | 20051010 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_INTERFACE_TAB | Interface ID (for example, XBP) | 20051010 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20051010 |
Events
Class CL_BAPI_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_INTERFACE | Private | See coding | 20051010 | BEGIN OF ty_interface,
interface TYPE xmilogifac,
r_interface TYPE REF TO if_bapi_interface,
END OF ty_interface
|
||
2 | TY_INTERFACE_TAB | Private | See coding | 20051010 | ty_interface_tab TYPE SORTED TABLE OF ty_interface WITH UNIQUE KEY interface
|
Method Signatures
Method GET_INTERFACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INTERFACE | Call by reference | Type reference (TYPE) | XMILOGIFAC | 'XBP' | Kürzel für das Interface (z.B. XBP) | 20051010 | |
2 | ![]() |
R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_BAPI_INTERFACE | BAPI | 20051010 |
Method GET_INTERFACE on class CL_BAPI_FACTORY has no exception.
History
Last changed by/on | SAP | 20060912 |
SAP Release Created in | 710 |