SAP ABAP Class CL_FPM_UIBB_API_FACTORY (UIBB API Factory)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_CORE (Package) Floorplan Manager (Framework)
⤷
⤷
Properties
| Class | CL_FPM_UIBB_API_FACTORY | |
| Short Description | UIBB API Factory | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CORE | Floorplan Manager (Framework) |
| Created | 20090310 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_UIBB_API_FACTORY has no forward declaration.
Interfaces
Class CL_FPM_UIBB_API_FACTORY has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_FPM_HCT_UI_ASSIST | 20100729 | Assistance class for FPM configuration editor |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | FPM_INSTANCE_ID | Instance ID of a UIBB | 20100729 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | T_API | Api Info | 20090310 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20090310 | ||
| 2 | Static method | Private | Method | 20100729 |
Events
Class CL_FPM_UIBB_API_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_API | Private | See coding | Api Info | 20090310 | BEGIN OF s_api,
fpm type ref to if_fpm.
INCLUDE TYPE fpm_s_uibb_instance_key AS instance_key.
TYPES:
api TYPE REF TO cl_fpm_uibb_api,
END OF s_api
|
|
| 2 | T_API | Private | See coding | Api Info | 20090310 | t_api TYPE SORTED TABLE OF s_api
WITH UNIQUE KEY fpm instance_key
|
Method Signatures
Method GET_API Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM | Call by reference | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20101117 | |||
| 2 | IS_INSTANCE_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | UIBB Instance Key | 20090310 | |||
| 3 | RO_API | Value transfer | Object reference (TYPE REF TO) | IF_FPM_UIBB_API | Api for UIBBs | 20090310 |
Method GET_API on class CL_FPM_UIBB_API_FACTORY has no exception.
Method SET_DESIGN_TIME_INSTANCE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INSTANCE_ID | Call by reference | Type reference (TYPE) | FPM_INSTANCE_ID | Instance ID of a UIBB | 20100729 |
Method SET_DESIGN_TIME_INSTANCE_ID on class CL_FPM_UIBB_API_FACTORY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |