SAP ABAP Class IF_FPM_ACA (Additional Content Area API)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FPM_ACA | Additional Content Area API | 20070814 |
Properties
| Class | IF_FPM_ACA | |
| Short Description | Additional Content Area API | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20070502 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_FPM_ACA has no interface implemented.
Friends
Class IF_FPM_ACA has no friend class.
Attributes
Class IF_FPM_ACA has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a UIBB to an additional content area | 20070814 | |
| 2 | Instance method | Public | Method | Get's a list of UIBBs of anadditional content area | 20070814 | |
| 3 | Instance method | Public | Method | Removes a UIBB from an additional content area | 20070814 | |
| 4 | Instance method | Public | Method | Sets custom properties for additional content area container | 20070815 | |
| 5 | Instance method | Public | Method | Sets custom layout properties for standard container | 20101117 |
Events
Class IF_FPM_ACA has no event.
Types
Class IF_FPM_ACA has no local type.
Method Signatures
Method ADD_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_UIBB_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_KEY | Key of a UIBB to be embedded in an FPM based application | 20070814 | |||
| 2 | IV_ACA_LOCATION | Call by reference | Type reference (TYPE) | FPM_ACA_LOCATION | Location of Additional Content Area | 20070814 | |||
| 3 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 9999 | Insertion Place | 20070814 |
Method ADD_UIBB on class IF_FPM_ACA has no exception.
Method GET_UIBB_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UIBB | Call by reference | Type reference (TYPE) | FPM_T_UIBB_KEY | Table type of UIBB keys | 20070814 | |||
| 2 | IV_ACA_LOCATION | Call by reference | Type reference (TYPE) | FPM_ACA_LOCATION | Location of Additional Content Area | 20070814 |
Method GET_UIBB_KEYS on class IF_FPM_ACA has no exception.
Method REMOVE_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACA_LOCATION | Call by reference | Type reference (TYPE) | FPM_ACA_LOCATION | Location of Additional Content Area | 20070814 | |||
| 2 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 9999 | Index of UIBB to be removed | 20070814 |
Method REMOVE_UIBB on class IF_FPM_ACA has no exception.
Method SET_CONTAINER_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACA_LOCATION | Call by reference | Type reference (TYPE) | FPM_ACA_LOCATION | Location of Additional Content Area | 20070815 | |||
| 2 | IV_CELL_BACKGROUND_DESIGN | Call by reference | Type reference (TYPE) | WDUI_CELL_BG_DESIGN | WebDynpro:CellBackgroundDesign | 20070815 | |||
| 3 | IV_CELL_DESIGN | Call by reference | Type reference (TYPE) | WDUI_LAYOUT_CELL_DESIGN | WebDynpro:LayoutCellDesign | 20070815 | |||
| 4 | IV_COL_SPAN | Call by reference | Type reference (TYPE) | I | 20070815 | ||||
| 5 | IV_HEIGHT | Call by reference | Type reference (TYPE) | STRING | Height of Container | 20070815 | |||
| 6 | IV_H_ALIGN | Call by reference | Type reference (TYPE) | WDUI_CELL_HALIGN | WebDynpro:CellHAlign | 20070815 | |||
| 7 | IV_MATRIX_DATA_HEIGHT | Call by reference | Type reference (TYPE) | STRING | 20070815 | ||||
| 8 | IV_MATRIX_DATA_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20070815 | ||||
| 9 | IV_SCROLLING_MODE | Call by reference | Type reference (TYPE) | WDUI_SCROLLING_MODE | WebDynpro:ScrollingMode | 20070815 | |||
| 10 | IV_STRETCHED_HORIZONTALLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070815 | ||||
| 11 | IV_STRETCHED_VERTICALLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070815 | ||||
| 12 | IV_V_ALIGN | Call by reference | Type reference (TYPE) | WDUI_CELL_VALIGN | WebDynpro:CellVAlign | 20070815 | |||
| 13 | IV_V_GUTTER | Call by reference | Type reference (TYPE) | WDUI_LAYOUT_CELL_SEP | WebDynpro:LayoutCellSeparator | 20070815 | |||
| 14 | IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | Width of Container | 20070815 |
Method SET_CONTAINER_PROPERTIES on class IF_FPM_ACA has no exception.
Method SET_STANDARD_CONTAINER_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTAINER_ID | Call by reference | Type reference (TYPE) | STRING | 20101117 | ||||
| 2 | IV_HEIGHT | Call by reference | Type reference (TYPE) | STRING | 20101117 | ||||
| 3 | IV_LAYOUT_HEIGHT | Call by reference | Type reference (TYPE) | STRING | 20101117 | ||||
| 4 | IV_LAYOUT_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20101117 | ||||
| 5 | IV_STRETCHED_HORIZONTALLY | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20101117 | |||
| 6 | IV_STRETCHED_VERTICALLY | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20101117 | |||
| 7 | IV_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20101117 | ||||
| 8 | IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20101117 |
Method SET_STANDARD_CONTAINER_LAYOUT on class IF_FPM_ACA has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |