SAP ABAP Class CL_RSMD_RS_0EH_ASSETID (Reads the texts for assets)
Hierarchy
☛
BI_CONT (Software Component) Business Intelligence Content
⤷
BW-BCT-EHS (Application Component) Environment, Health and Safety
⤷
RS_BCT_EHHSS (Package) EHS Management - HS Business Content
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSMD_RS_ACCESS | Data access layer for special and remote info objects | 20100512 |
Properties
| Class | CL_RSMD_RS_0EH_ASSETID | |
| Short Description | Reads the texts for assets | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RS_BCT_EHHSS | EHS Management - HS Business Content |
| Created | 20100512 | SAP |
| Last change | 20141101 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSMD_RS_ACCESS | Data access layer for special and remote info objects | 20100512 |
Friends
Class CL_RSMD_RS_0EH_ASSETID has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RSCHANM | Characteristic | 20100512 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SY-DATUM | Key date for reading the texts | 20100512 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SY-LANGU | Language for reading the texts | 20100512 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100512 | |
| 2 | Instance method | Public | Method | 20100527 | ||
| 3 | Instance method | Public | Method | 20100527 | ||
| 4 | Instance method | Public | Method | 20100527 | ||
| 5 | Static method | Public | Method | Returns a dummy ID for assets with no ID in the source syst. | 20100621 | |
| 6 | Instance method | Public | Method | 20100527 | ||
| 7 | Instance method | Public | Method | 20100527 | ||
| 8 | Instance method | Private | Method | Reads the language dependent texts | 20100512 | |
| 9 | Instance method | Public | Method | 20100527 | ||
| 10 | Static method | Public | Method | Splits the dummy ID into its components | 20100621 |
Events
Class CL_RSMD_RS_0EH_ASSETID has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | P_S_DUMMY_TEXT_TYPE | Private | See coding | Structure for the text of one dummy ID | 20100621 | BEGIN OF p_s_dummy_text_type,
id TYPE if_rs_bct_ehhss_bi_type=>n_dummy_id,
txtmd TYPE rstxtmd,
END OF p_s_dummy_text_type
|
|
| 2 | P_S_EQUIPMENT_TEXT_TYPE | Private | See coding | Structure for one equipment text | 20100512 | BEGIN OF p_s_equipment_text_type,
equipment TYPE if_rs_bct_ehhss_bi_type=>n_equipment_id,
txtmd TYPE rstxtmd,
END OF p_s_equipment_text_type
|
|
| 3 | P_S_FUNCT_LOC_TEXT_TYPE | Private | See coding | Structure for one functional location text | 20100512 | BEGIN OF p_s_funct_loc_text_type,
funct_loc TYPE if_rs_bct_ehhss_bi_type=>n_funct_loc_id,
txtmd TYPE rstxtmd,
END OF p_s_funct_loc_text_type
|
|
| 4 | P_TH_DUMMY_TEXT_TYPE | Private | See coding | Hashtable for texts of dummy IDs | 20100621 | p_th_dummy_text_type TYPE HASHED TABLE OF p_s_dummy_text_type
WITH UNIQUE KEY id
|
|
| 5 | P_TH_EQUIPMENT_TEXT_TYPE | Private | See coding | Hashtable for equipment texts | 20100512 | p_th_equipment_text_type TYPE HASHED TABLE OF p_s_equipment_text_type
WITH UNIQUE KEY equipment
|
|
| 6 | P_TH_FUNCT_LOC_TEXT_TYPE | Private | See coding | Hashtable for functional location texts | 20100512 | p_th_funct_loc_text_type TYPE HASHED TABLE
OF p_s_funct_loc_text_type
WITH UNIQUE KEY funct_loc
|
|
| 7 | P_T_DUMMY_RANGE_TYPE | Private | See coding | Range table of dummy IDs for assets with no ID in source sys | 20100621 | p_t_dummy_range_type TYPE RANGE OF if_rs_bct_ehhss_bi_type=>n_dummy_id
|
|
| 8 | P_T_EQUIPMENT_RANGE_TYPE | Private | See coding | Range table of equipment IDs | 20100512 | p_t_equipment_range_type TYPE RANGE OF if_rs_bct_ehhss_bi_type=>n_equipment_id
|
|
| 9 | P_T_FUNCT_LOC_RANGE_TYPE | Private | See coding | Range table of functional location IDs | 20100512 | p_t_funct_loc_range_type TYPE RANGE OF if_rs_bct_ehhss_bi_type=>n_funct_loc_id
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Characteristic | 20100512 | |||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20100512 | |||
| 3 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Key date for reading texts | 20100512 |
Method CONSTRUCTOR on class CL_RSMD_RS_0EH_ASSETID has no exception.
Method CREATE Signature
Method CREATE on class CL_RSMD_RS_0EH_ASSETID has no parameter.
Method CREATE on class CL_RSMD_RS_0EH_ASSETID has no exception.
Method GET_ATTRIBUTES Signature
Method GET_ATTRIBUTES on class CL_RSMD_RS_0EH_ASSETID has no parameter.
Method GET_ATTRIBUTES on class CL_RSMD_RS_0EH_ASSETID has no exception.
Method GET_CAPABILITIES Signature
Method GET_CAPABILITIES on class CL_RSMD_RS_0EH_ASSETID has no parameter.
Method GET_CAPABILITIES on class CL_RSMD_RS_0EH_ASSETID has no exception.
Method GET_DUMMY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INCIDENT_ID | Call by reference | Type reference (TYPE) | IF_RS_BCT_EHHSS_BI_TYPE=>N_INCIDENT_ID | Incident ID | 20100621 | |||
| 2 | I_RECNO | Call by reference | Type reference (TYPE) | IF_RS_BCT_EHHSS_BI_TYPE=>N_RECNO | Record number for incident | 20100621 | |||
| 3 | R_DUMMY_ID | Value transfer | Type reference (TYPE) | IF_RS_BCT_EHHSS_BI_TYPE=>N_DUMMY_ID | The created dummy ID | 20100621 |
Method GET_DUMMY_ID on class CL_RSMD_RS_0EH_ASSETID has no exception.
Method GET_TEXT Signature
Method GET_TEXT on class CL_RSMD_RS_0EH_ASSETID has no parameter.
Method GET_TEXT on class CL_RSMD_RS_0EH_ASSETID has no exception.
Method GET_VALUES Signature
Method GET_VALUES on class CL_RSMD_RS_0EH_ASSETID has no parameter.
Method GET_VALUES on class CL_RSMD_RS_0EH_ASSETID has no exception.
Method READ_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TH_DUMMY_TEXT | Call by reference | Type reference (TYPE) | P_TH_DUMMY_TEXT_TYPE | Hashtable for texts of dummy IDs | 20100621 | |||
| 2 | E_TH_EQUIPMENT_TEXT | Call by reference | Type reference (TYPE) | P_TH_EQUIPMENT_TEXT_TYPE | Hash table with equipment texts | 20100512 | |||
| 3 | E_TH_FUNCT_LOC_TEXT | Call by reference | Type reference (TYPE) | P_TH_FUNCT_LOC_TEXT_TYPE | Hash table with functional location texts | 20100512 | |||
| 4 | I_T_DUMMY_RANGE | Call by reference | Type reference (TYPE) | P_T_DUMMY_RANGE_TYPE | Range table of dummy IDs for assets with no ID in source sys | 20100621 | |||
| 5 | I_T_EQUIPMENT_RANGE | Call by reference | Type reference (TYPE) | P_T_EQUIPMENT_RANGE_TYPE | Range table of equipment IDs | 20100512 | |||
| 6 | I_T_FUNCT_LOC_RANGE | Call by reference | Type reference (TYPE) | P_T_FUNCT_LOC_RANGE_TYPE | Range table of functional location IDs | 20100512 |
Method READ_TEXT on class CL_RSMD_RS_0EH_ASSETID has no exception.
Method SET_KEY_DATE Signature
Method SET_KEY_DATE on class CL_RSMD_RS_0EH_ASSETID has no parameter.
Method SET_KEY_DATE on class CL_RSMD_RS_0EH_ASSETID has no exception.
Method SPLIT_DUMMY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INCIDENT_ID | Call by reference | Type reference (TYPE) | IF_RS_BCT_EHHSS_BI_TYPE=>N_INCIDENT_ID | The incident ID separated from the dummy ID | 20100621 | |||
| 2 | E_RECNO | Call by reference | Type reference (TYPE) | IF_RS_BCT_EHHSS_BI_TYPE=>N_RECNO | The record number separated from the dummy ID | 20100621 | |||
| 3 | I_DUMMY_ID | Call by reference | Type reference (TYPE) | IF_RS_BCT_EHHSS_BI_TYPE=>N_DUMMY_ID | The dummy ID to split | 20100621 |
Method SPLIT_DUMMY_ID on class CL_RSMD_RS_0EH_ASSETID has no exception.
History
| Last changed by/on | SAP | 20141101 |
| SAP Release Created in | 705 |