SAP ABAP Class /PLMU/CL_FRW_CONTEXT_UTILITIES (Context Utilities (For Internal Use Only!))
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_CORE (Package) UI Framework: Core

⤷

⤷

Properties
Class | /PLMU/CL_FRW_CONTEXT_UTILITIES | |
Short Description | Context Utilities (For Internal Use Only!) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /PLMU/UI_FRW_CORE | UI Framework: Core |
Created | 20110121 | SAP |
Last change | 20130531 | 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 /PLMU/CL_FRW_CONTEXT_UTILITIES has no interface implemented.
Friends
Class /PLMU/CL_FRW_CONTEXT_UTILITIES has no friend class.
Attributes
Class /PLMU/CL_FRW_CONTEXT_UTILITIES has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Changes several rows of the context | 20110121 |
2 | ![]() |
Static method | Public | Method | Provides a mapping of the given data to the context data | 20110121 |
3 | ![]() |
Static method | Public | Method | Provides a mapping of the given data to the context data | 20110121 |
4 | ![]() |
Static method | Public | Method | Removes the rows with the given node IDs | 20110121 |
5 | ![]() |
Static method | Public | Method | Searches for a reference record in the context | 20110610 |
6 | ![]() |
Static method | Public | Method | Sets field properties of the rows with the given node data | 20110414 |
7 | ![]() |
Static method | Public | Method | Sets field properties of the rows with the given node IDs | 20110121 |
8 | ![]() |
Static method | Public | Method | Sets field properties for all unsubmitted rows | 20110121 |
9 | ![]() |
Static method | Public | Method | Submits the rows with the given node IDs | 20110122 |
Events
Class /PLMU/CL_FRW_CONTEXT_UTILITIES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_S_FIELD_PROPERTIES | Public | See coding | 20110610 | BEGIN OF gty_s_field_properties,
reference_data TYPE /plmb/spi_reference_data_x,
properties TYPE /plmb/t_spi_properties,
END OF gty_s_field_properties
|
||
2 | GTY_T_FIELD_PROPERTIES | Public | See coding | 20110610 | gty_t_field_properties TYPE SORTED TABLE OF gty_s_field_properties
WITH UNIQUE KEY reference_data
|
Method Signatures
Method CHANGE_ROWS_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_APPENDED_ROW_INDEX | Call by reference | Type reference (TYPE) | /PLMU/TS_FRW_SYTABIX | 20110121 | |||
2 | ![]() |
ET_CHANGED_ROW_INDEX | Call by reference | Type reference (TYPE) | /PLMU/TS_FRW_SYTABIX | 20110121 | |||
3 | ![]() |
ET_UNCHANGED_ROW_INDEX | Call by reference | Type reference (TYPE) | /PLMU/TS_FRW_SYTABIX | 20120605 | |||
4 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_CONTEXT_INT | 20110121 | |||
5 | ![]() |
IT_INDEX_MAP | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_NODE_REL | 20110121 | |||
6 | ![]() |
IT_ROW | Call by reference | Type reference (TYPE) | INDEX TABLE | 20110121 | |||
7 | ![]() |
IV_SUBMIT_ROWS | Call by reference | Type reference (TYPE) | BOOLE_D | 20110121 |
Method CHANGE_ROWS_BY_ID on class /PLMU/CL_FRW_CONTEXT_UTILITIES has no exception.
Method GET_INDEX_MAP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TARGET_CONTEXT_INDEX_MAP | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_NODE_REL | Relationship between index of source and target node ID | 20110121 | ||
2 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_CONTEXT_INT | Context (Internal Interface) | 20110121 | ||
3 | ![]() |
IT_DATA_TARGET | Call by reference | Type reference (TYPE) | INDEX TABLE | 20110121 |
Method GET_INDEX_MAP on class /PLMU/CL_FRW_CONTEXT_UTILITIES has no exception.
Method GET_INDEX_MAP_INDIRECTLY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TARGET_CONTEXT_INDEX_MAP | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_NODE_REL | Relationship between index of source and target node ID | 20110121 | ||
2 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_CONTEXT_INT | Context (Internal Interface) | 20110121 | ||
3 | ![]() |
IT_DATA_SOURCE | Call by reference | Type reference (TYPE) | INDEX TABLE | 20110121 | |||
4 | ![]() |
IT_DATA_TARGET | Call by reference | Type reference (TYPE) | INDEX TABLE | 20110121 | |||
5 | ![]() |
IT_SOURCE_TARGET_INDEX_MAP | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_NODE_REL | Relationship between index of source and target node ID | 20110121 |
Method GET_INDEX_MAP_INDIRECTLY on class /PLMU/CL_FRW_CONTEXT_UTILITIES has no exception.
Method REMOVE_ROWS_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_CONTEXT_INT | Context (Internal Interface) | 20110121 | ||
2 | ![]() |
IT_NODE_ID | Call by reference | Type reference (TYPE) | INDEX TABLE | 20110121 |
Method REMOVE_ROWS_BY_ID on class /PLMU/CL_FRW_CONTEXT_UTILITIES has no exception.
Method SEARCH_REF_DATA_IN_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_INDEX | Call by reference | Type reference (TYPE) | INT4 | 20110610 | |||
2 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_CONTEXT_INT | 20110610 | |||
3 | ![]() |
IV_IGNORE_SUBMITTED_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | 20110729 | |||
4 | ![]() |
IV_REFERENCE_DATA | Call by reference | Type reference (TYPE) | /PLMB/SPI_REFERENCE_DATA_X | 20110610 | |||
5 | ![]() |
IV_REFERENCE_TYPE | Call by reference | Type reference (TYPE) | /PLMB/SPI_REFERENCE_TYPE | 20110610 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110610 | ||
2 | ![]() |
20110610 |
Method SET_PROPERTIES_BY_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_CONTEXT_INT | 20110414 | |||
2 | ![]() |
IT_PROPERTIES | Call by reference | Type reference (TYPE) | GTY_T_FIELD_PROPERTIES | 20110414 | |||
3 | ![]() |
IV_IS_SUBMITTED | Call by reference | Type reference (TYPE) | BOOLE_D | 20110414 |
Method SET_PROPERTIES_BY_DATA on class /PLMU/CL_FRW_CONTEXT_UTILITIES has no exception.
Method SET_PROPERTIES_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_CONTEXT_INT | Context (Internal Interface) | 20110121 | ||
2 | ![]() |
IT_PROPERTIES | Call by reference | Type reference (TYPE) | GTY_T_FIELD_PROPERTIES | 20110414 | |||
3 | ![]() |
IV_IS_SUBMITTED | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20110414 |
Method SET_PROPERTIES_BY_ID on class /PLMU/CL_FRW_CONTEXT_UTILITIES has no exception.
Method SET_PROPERTIES_FOR_UNSUBMITTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_CONTEXT_INT | 20110121 | |||
2 | ![]() |
IT_PROPERTIES | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_PROPERTIES | 20110414 |
Method SET_PROPERTIES_FOR_UNSUBMITTED on class /PLMU/CL_FRW_CONTEXT_UTILITIES has no exception.
Method SUBMIT_ROWS_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_CONTEXT_INT | 20110122 | |||
2 | ![]() |
IT_NODE_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20110122 |
Method SUBMIT_ROWS_BY_ID on class /PLMU/CL_FRW_CONTEXT_UTILITIES has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |