SAP ABAP Class /PLMU/CL_FRW_G_CONTEXT_MULT_ED (Context for Multiple Editable Records)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_GUIBB (Package) UI Framework: Generic UI Building Blocks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_CONTEXT_MULT | Context for Multiple Records | 20100827 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_CONTEXT_MULT_HI | Context for Multiple Editable Hierarchical Records | 20100903 |
Properties
| Class | /PLMU/CL_FRW_G_CONTEXT_MULT_ED | |
| Short Description | Context for Multiple Editable Records | |
| Super Class | /PLMU/CL_FRW_G_CONTEXT_MULT | Context for Multiple Records |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMU/UI_FRW_GUIBB | UI Framework: Generic UI Building Blocks |
| Created | 20100827 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no interface implemented.
Friends
Class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20100827 | |||||
| 2 | Constant | Private | See coding | 20100827 | |||||
| 3 | Constant | Private | See coding | 20100827 | |||||
| 4 | Constant | Private | See coding | 20100827 | |||||
| 5 | Constant | Private | See coding | 20100827 | |||||
| 6 | Constant | Private | See coding | 20100827 | |||||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SALV_ITAB_LOGGER_LINE_MODE | 20110114 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | GTY_T_COMPONENT_REGISTER | 20120522 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20110321 | ||
| 2 | Instance method | Public | Method | 20120516 | ||
| 3 | Instance method | Public | Method | 20110114 | ||
| 4 | Instance method | Private | Method | Get properties of field | 20100827 | |
| 5 | Instance method | Public | Method | 20120516 | ||
| 6 | Instance method | Private | Method | 20100827 |
Events
Class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_ATTRIBUTE_VALUE | Public | See coding | 20120516 | BEGIN OF gty_s_attribute_value,
index TYPE int4,
attribute_name TYPE fieldname,
value TYPE string,
END OF gty_s_attribute_value
|
||
| 2 | GTY_S_COMPONENT_REGISTER | Private | See coding | 20120522 | BEGIN OF gty_s_component_register,
component_name TYPE fieldname,
END OF gty_s_component_register
|
||
| 3 | GTY_T_ATTRIBUTE_VALUE | Public | See coding | 20120516 | gty_t_attribute_value TYPE SORTED TABLE OF gty_s_attribute_value
WITH UNIQUE KEY index
attribute_name
WITH NON-UNIQUE SORTED KEY attribute_name
COMPONENTS attribute_name
|
||
| 4 | GTY_T_COMPONENT_REGISTER | Private | See coding | 20120522 | gty_t_component_register TYPE SORTED TABLE OF gty_s_component_register
WITH UNIQUE KEY component_name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CALLBACK_PROXY | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_G_CALLBACK_PROXY | 20110321 | ||||
| 2 | IO_NODE_METADATA | Call by reference | Object reference (TYPE REF TO) | /PLMB/IF_SPI_METADATA_NODE | 20110321 | ||||
| 3 | IO_WIRE_MODEL | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_W_MODEL | 20110321 | ||||
| 4 | IV_ACTIVATE_CHANGE_LOG | Call by reference | Type reference (TYPE) | BOOLE_D | 20110321 | ||||
| 5 | IV_NUMBER_OF_DEFAULT_ROWS | Call by reference | Type reference (TYPE) | INT4 | 20110321 |
Method CONSTRUCTOR on class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no exception.
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | GTY_T_ATTRIBUTE_VALUE | 20120516 | ||||
| 2 | IT_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING_TABLE | 20120516 | ||||
| 3 | IT_INDEX | Call by reference | Type reference (TYPE) | /PLMU/TS_FRW_SYTABIX | 20120516 |
Method GET_ATTRIBUTES on class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no exception.
Method GET_CHANGE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_ITAB_CHANGE_LOG | Value transfer | Object reference (TYPE REF TO) | IF_SALV_ITAB_CHANGE_LOG | Change log for internal tables | 20110114 |
Method GET_CHANGE_LOG on class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no exception.
Method GET_PROPERTIES_OF_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_OPTION | Call by reference | Type reference (TYPE) | /PLMB/SPI_PRPTY_OPTION | Field Property Option | 20100827 | |||
| 2 | IS_ROW | Call by reference | Type reference (TYPE) | DATA | 20100827 | ||||
| 3 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20100827 |
Method GET_PROPERTIES_OF_FIELD on class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no exception.
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | GTY_T_ATTRIBUTE_VALUE | 20120516 |
Method SET_ATTRIBUTES on class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no exception.
Method SET_PROPERTIES_OF_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ROW | Call by reference | Type reference (TYPE) | ANY | 20100827 | ||||
| 2 | IV_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Field Name | 20100827 | |||
| 3 | IV_OPTION | Call by reference | Type reference (TYPE) | /PLMB/SPI_PRPTY_OPTION | Field Property Option | 20100827 |
Method SET_PROPERTIES_OF_FIELD on class /PLMU/CL_FRW_G_CONTEXT_MULT_ED has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |