Hierarchy
⤷
⤷
Properties
| Class | CL_PLM_DYNTABLE_SERVICE_UI | |
| Short Description | Service Class for Dynamic WD Table Creation and Data Mapping | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | EA-PLM_CO_TABLE_MAPPER | PLM Table Mapper |
| Created | 20100820 | 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 CL_PLM_DYNTABLE_SERVICE_UI has no interface implemented.
Friends
Class CL_PLM_DYNTABLE_SERVICE_UI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CAP' | 20100820 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'CAP_GRP' | 20100820 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'COL' | 20100820 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'COL_GRP' | 20100820 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'DRD' | 20100820 | |||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'INP' | 20100820 | |||
| 7 | Constant | Private | Type reference (TYPE) | STRING | 'LTA' | 20100820 | |||
| 8 | Constant | Private | Type reference (TYPE) | STRING | 'LTU' | 20100820 | |||
| 9 | Constant | Private | Type reference (TYPE) | STRING | 'TXT' | 20100820 | |||
| 10 | Constant | Private | Type reference (TYPE) | STRING | 'DYNTABLE' | 20100820 | |||
| 11 | Constant | Public | Type reference (TYPE) | PLM_UI_ELEMENT_TYPE | 'DRD' | UI Element Type DropDown | 20100820 | ||
| 12 | Constant | Public | Type reference (TYPE) | PLM_UI_ELEMENT_TYPE | 'INP' | UI Element Type InputField | 20100820 | ||
| 13 | Constant | Public | Type reference (TYPE) | PLM_UI_ELEMENT_TYPE | 'LTA' | UI Element Type Link2Action | 20100820 | ||
| 14 | Constant | Public | Type reference (TYPE) | PLM_UI_ELEMENT_TYPE | 'LTU' | UI Element Type Link2Url | 20100820 | ||
| 15 | Constant | Public | Type reference (TYPE) | PLM_UI_ELEMENT_TYPE | 'TEC' | UI Element Type | 20100820 | ||
| 16 | Constant | Public | Type reference (TYPE) | PLM_UI_ELEMENT_TYPE | 'TXT' | UI Element Type TextView | 20100820 | ||
| 17 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20110609 | |||
| 18 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100820 | |||
| 19 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100820 | |||
| 20 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_PLM_DYNTABLE_SERVICE | Service Class for dynamic table creation and data mapping | 20100820 | |||
| 21 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20100820 | |||
| 22 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100820 | |||
| 23 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110609 | |||
| 24 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100820 | |||
| 25 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110609 | |||
| 26 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100820 | |||
| 27 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20100820 | |||
| 28 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WD_TABLE | Perforce change= / 20051117-120623 | 20100820 | |||
| 29 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20110610 | ||||
| 30 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Buffer table | 20110609 | |||
| 31 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Static attributes | 20110609 | |||
| 32 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Dynamic attributes | 20110609 | |||
| 33 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20100820 | ||||
| 34 | Instance attribute | Private | Type reference (TYPE) | PLM_T_DYNTABLE_COL_INFO | UI Table Mapper Column Information | 20100820 | |||
| 35 | Instance attribute | Private | Type reference (TYPE) | PLM_T_COLUMN_INFO | Ui Table Mapper Column Info | 20100820 | |||
| 36 | Instance attribute | Private | Type reference (TYPE) | PLM_T_FIELDNAME | Fieldname Table | 20100820 |
Methods
Events
Class CL_PLM_DYNTABLE_SERVICE_UI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_SP_ID_PROPERTIES | Private | See coding | 20100820 | BEGIN OF ty_s_sp_id_properties,
ctx_element_id TYPE i,
sp_id_map_index TYPE /plmb/spi_node_id_x,
sp_properties TYPE /plmb/t_spi_properties,
END OF ty_s_sp_id_properties
|
||
| 2 | TY_T_SP_ID_PROPERTIES | Private | See coding | 20100820 | ty_t_sp_id_properties TYPE STANDARD TABLE OF ty_s_sp_id_properties
WITH KEY ctx_element_id
|
Method Signatures
Method CHECK_CONTEXT_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_NOT_EQUAL | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100820 | |||
| 2 | IO_CONTEXT_ELEMENT_DYN | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20100820 | |||
| 3 | IO_CONTEXT_ELEMENT_STATIC | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20100820 |
Method CHECK_CONTEXT_ELEMENT on class CL_PLM_DYNTABLE_SERVICE_UI has no exception.
Method CONVERT_GROUP_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUP_KEY | Call by reference | Type reference (TYPE) | PLM_T_FIELDNAME | Fieldname Table | 20100820 | |||
| 2 | IT_GROUP_INFO | Call by reference | Type reference (TYPE) | PLM_T_DYNTABLE_GROUP_INFO | UI Table Mapper Group Information | 20100820 |
Method CONVERT_GROUP_KEY on class CL_PLM_DYNTABLE_SERVICE_UI has no exception.
Method CREATE_NEW_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ELEMENT_INDEX_STATIC | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20100820 | |||
| 2 | IO_CONTEXT_ELEMENT_DYN | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20100820 | |||
| 3 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20100820 |
Method CREATE_NEW_LINE on class CL_PLM_DYNTABLE_SERVICE_UI has no exception.
Method CREATE_WD_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_WD_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | Perforce change= / 20051117-120623 | 20100820 | |||
| 2 | IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100820 | |||
| 3 | IO_MAIN_STRUCTURE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100820 | |||
| 4 | IO_STATIC_CTX_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100820 | |||
| 5 | IS_TREE_MASTER | Call by reference | Type reference (TYPE) | PLM_S_TREE_MASTER_INFO | UI Table Mapper Tree Master Column | 20100820 | |||
| 6 | IT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100820 | ||||
| 7 | IT_GROUP_EXTENSION | Call by reference | Type reference (TYPE) | PLM_T_DYNTABLE_COL_INFO | Table Mapper Column Information | 20100820 | |||
| 8 | IT_GROUP_FIELD | Call by reference | Type reference (TYPE) | PLM_T_COLUMN_INFO | Fieldname Table | 20100820 | |||
| 9 | IT_GROUP_INFO | Call by reference | Type reference (TYPE) | PLM_T_DYNTABLE_GROUP_INFO | UI Table Mapper Group Information | 20100820 | |||
| 10 | IT_LINE_EXTENSION | Call by reference | Type reference (TYPE) | PLM_T_DYNTABLE_COL_INFO | Table Mapper Column Information | 20100820 | |||
| 11 | IT_LINE_FIELD | Call by reference | Type reference (TYPE) | PLM_T_COLUMN_INFO | Fieldname Table | 20100820 | |||
| 12 | IV_COMMON_BLOCK_HEADER | Call by reference | Type reference (TYPE) | STRING | Unique Alias Name for OTR Concept | 20100820 | |||
| 13 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100820 | ||||
| 14 | IV_NO_GROUP_COLUMN | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20100820 | |||
| 15 | IV_SELECTION_MODE | Call by reference | Type reference (TYPE) | WDUI_TSMODE | 00 | Web Dynpro: TableSelectionMode | 20100820 | ||
| 16 | IV_TABLE_ID | Call by reference | Type reference (TYPE) | STRING | 20100820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100820 |
Method GET_FIELDNAME_4_ORG_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELDNAME | Call by reference | Type reference (TYPE) | PLM_T_FIELDNAME | Field Name | 20100820 | |||
| 2 | EV_NOT_FOUND | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100820 | |||
| 3 | IS_NODE_ID | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_ID_X | Node Identifier as XSTRING | 20100820 | |||
| 4 | IV_ABBID | Call by reference | Type reference (TYPE) | /PLMB/SPI_ABBID | Application Building Block ID | 20100820 | |||
| 5 | IV_FIELDNAME_ORG | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20100820 | |||
| 6 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20100820 |
Method GET_FIELDNAME_4_ORG_FIELDNAME on class CL_PLM_DYNTABLE_SERVICE_UI has no exception.
Method GET_TABLE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CHANGE_LOG | Call by reference | Type reference (TYPE) | /PLMU/T_FRW_CHANGE_LOG | Context change log | 20100820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100820 |
Method MAP_FIELD_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_PROPERTY_MAP | Call by reference | Type reference (TYPE) | /PLMU/T_FRW_PROPERTY_MAP | Property mapping between SP and UI | 20100820 | |||
| 2 | IV_ABBID | Call by reference | Type reference (TYPE) | /PLMB/SPI_ABBID | Application Building Block ID | 20100820 | |||
| 3 | IV_NEW_VERSION | Call by reference | Type reference (TYPE) | BOOLEAN | X = Use MAP_FIELD_PROPERTIES_2 | 20110615 | |||
| 4 | IV_SP_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20100820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100820 |
Method MAP_FIELD_PROPERTIES_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_PROPERTY_MAP | Call by reference | Type reference (TYPE) | /PLMU/T_FRW_PROPERTY_MAP | Property mapping between SP and UI | 20110615 | |||
| 2 | IV_ABBID | Call by reference | Type reference (TYPE) | /PLMB/SPI_ABBID | Application Building Block ID | 20110615 | |||
| 3 | IV_SP_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20110615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110615 |
Method MAP_FIELD_PROPERTIES_GRP_COL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PROPERTIES | Call by reference | Type reference (TYPE) | PLM_T_DYNTABLE_GROUP_PROP | UI Table Mapper Group Field Properties | 20100820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100820 |
Method MAP_GROUP_FIELD_CHNG_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FRW_CHANGE_LOG | Call by reference | Type reference (TYPE) | /PLMU/T_FRW_CHANGE_LOG | Context change log | 20100820 | |||
| 2 | IT_CTX_CHANGE_LIST | Call by reference | Type reference (TYPE) | WDR_CONTEXT_CHANGE_LIST | Web Dynpro: List with Context Changes | 20100820 | |||
| 3 | IT_VIRTUAL_LINE_FIELD | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100820 | ||||
| 4 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | WDR_CTX_NODE_NAME | Obsolete: Use WDR_CTX_NODE_NAME | 20100820 | |||
| 5 | IV_NODE_PATH | Call by reference | Type reference (TYPE) | WDR_CTX_ELEMENT_PATH | Web Dynpro: Access Path of Context Element | 20100820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100820 |
Method MAP_GROUP_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUP_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100820 | ||||
| 2 | IT_GROUP_INFO | Call by reference | Type reference (TYPE) | PLM_T_DYNTABLE_GROUP_INFO | UI Table Mapper Group Information | 20100820 |
Method MAP_GROUP_KEY on class CL_PLM_DYNTABLE_SERVICE_UI has no exception.
Method MAP_LINE_FIELD_CHNG_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FRW_CHANGE_LOG | Call by reference | Type reference (TYPE) | /PLMU/T_FRW_CHANGE_LOG | Context change log | 20100820 | |||
| 2 | ET_VIRTUAL_LINE_FIELD | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100820 | ||||
| 3 | IT_CTX_CHANGE_LIST | Call by reference | Type reference (TYPE) | WDR_CONTEXT_CHANGE_LIST | Web Dynpro: List with Context Changes | 20100820 | |||
| 4 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | WDR_CTX_NODE_NAME | Obsolete: Use WDR_CTX_NODE_NAME | 20100820 | |||
| 5 | IV_NODE_PATH | Call by reference | Type reference (TYPE) | WDR_CTX_ELEMENT_PATH | Web Dynpro: Access Path of Context Element | 20100820 |
Method MAP_LINE_FIELD_CHNG_LOG on class CL_PLM_DYNTABLE_SERVICE_UI has no exception.
Method MAP_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGE_MAP | Call by reference | Type reference (TYPE) | /PLMU/T_FRW_MESSAGE_MAP | Applicaiton Building Block message mapping | 20100820 | |||
| 2 | IV_ABBID | Call by reference | Type reference (TYPE) | /PLMB/SPI_ABBID | Application Building Block ID | 20100820 | |||
| 3 | IV_SP_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20100820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100820 |
Method MAP_SELECTION_TO_STATIC_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONSIDER_LEAD_SELECTION | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101001 |
Method MAP_SELECTION_TO_STATIC_NODE on class CL_PLM_DYNTABLE_SERVICE_UI has no exception.
Method SET_ATTRIBUTE_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_FIELDNAME_INVISIBLE | Call by reference | Type reference (TYPE) | PLM_S_FIELDNAME | Fieldname Table | 20100820 | |||
| 2 | IO_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20100820 | |||
| 3 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20100820 | ||||
| 4 | IV_OPTION | Call by reference | Type reference (TYPE) | /PLMB/SPI_PRPTY_OPTION | Field Property Option | 20100820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100820 |
Method SET_CELL_EDITOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COLUMN | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE_COLUMN | Perforce change= / 20051117-120623 | 20100820 | |||
| 2 | IO_TREE_COLUMN | Call by reference | Object reference (TYPE REF TO) | CL_WD_TREE_BY_KEY_TABLE_COL | Perforce change= / 20051117-120623 | 20100820 | |||
| 3 | IV_CTX_ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | 20100820 | ||||
| 4 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20100820 | ||||
| 5 | IV_UI_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | PLM_UI_ELEMENT_TYPE | UI Element Type | 20100820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100820 |
Method SET_COLUMNS_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Table with field names | 20100820 | |||
| 2 | IV_GROUP_NUMBER | Call by reference | Type reference (TYPE) | SEQNO | Sequence Number | 20100820 |
Method SET_COLUMNS_VISIBLE on class CL_PLM_DYNTABLE_SERVICE_UI has no exception.
Method SET_COLUMN_VISIBILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELDNAME_INVISIBLE | Call by reference | Type reference (TYPE) | PLM_T_FIELDNAME | Fieldname Table | 20100820 | |||
| 2 | IT_LINEFIELD_INVISIBLE | Call by reference | Type reference (TYPE) | PLM_T_FIELDNAME | Fieldname Table | 20100820 |
Method SET_COLUMN_VISIBILITY on class CL_PLM_DYNTABLE_SERVICE_UI has no exception.
Method SET_DEFAULT_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PROPERTIES | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_PROPERTIES | Field properties | 20100820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100820 |
Method SET_GROUP_COLUMN_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELDNAME_INVISIBLE | Call by reference | Type reference (TYPE) | PLM_T_FIELDNAME | Fieldname Table | 20100820 | |||
| 2 | IO_UI_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20100820 | |||
| 3 | IS_NODE_ID | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_ID_X | Node Identifier as XSTRING | 20100820 | |||
| 4 | IS_SP_PROPERTIES | Call by reference | Type reference (TYPE) | /PLMB/S_SPI_PROPERTIES | Field Name | 20100820 | |||
| 5 | IT_SP_FIELD_MAP | Call by reference | Type reference (TYPE) | /PLMU/T_FRW_FIELD_MAP | Map fields between service provider and UI | 20100820 | |||
| 6 | IV_ABBID | Call by reference | Type reference (TYPE) | /PLMB/SPI_ABBID | Application Building Block ID | 20100820 | |||
| 7 | IV_SP_NODE_NAME | Call by reference | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20100820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100820 |
Method SET_TABLE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DATA_UPD | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100820 | ||||
| 2 | IT_SORT_FIELD | Call by reference | Type reference (TYPE) | PLM_T_FIELDNAME | Field Name | 20100820 | |||
| 3 | IV_DATA_IS_SORTED | Call by reference | Type reference (TYPE) | BOOLE_D | Data of static node is already sorted | 20110525 | |||
| 4 | IV_INITIALIZE_LEAD_SELECTION | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100820 |
Method SET_TABLE_DATA on class CL_PLM_DYNTABLE_SERVICE_UI has no exception.
Method SET_TREE_MASTER_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | Perforce change= / 20051117-120623 | 20100820 | |||
| 2 | IS_LINE_FIELD | Call by reference | Type reference (TYPE) | PLM_S_COLUMN_INFO | UI Table Mapper Column Info | 20100820 | |||
| 3 | IS_TREE_MASTER | Call by reference | Type reference (TYPE) | PLM_S_TREE_MASTER_INFO | UI Table Mapper Tree Master Column | 20100820 | |||
| 4 | IV_NODE_PATH | Call by reference | Type reference (TYPE) | STRING | 20100820 |
Method SET_TREE_MASTER_COLUMN on class CL_PLM_DYNTABLE_SERVICE_UI has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |