SAP ABAP Class CL_RIS_ADT_OBJECT_TYPE_MAPPER (Object type mapper for additional types)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL-INR (Application Component) Repository Infosystem
⤷
SRIS_ADT (Package) Repository Information System: ABAP Development Tools
⤷
⤷
Properties
| Class | CL_RIS_ADT_OBJECT_TYPE_MAPPER | |
| Short Description | Object type mapper for additional types | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SRIS_ADT | Repository Information System: ABAP Development Tools |
| Created | 20130927 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no forward declaration.
Interfaces
Class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no interface implemented.
Friends
Class CL_RIS_ADT_OBJECT_TYPE_MAPPER 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 | 'FUNC' | 20130930 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'STOB' | 20131115 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'FUGR/FF' | 20130930 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'WGRP' | 20131115 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'STOB/DO' | 20131115 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | TT_OBJECT_TYPE_MAPPING | 20131115 | ||||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WB_OBJTYPE_DATA | 20131115 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20131115 | ||
| 2 | Instance method | Public | Constructor | 20130930 | ||
| 3 | Instance method | Private | Method | 20131115 | ||
| 4 | Instance method | Private | Method | 20131115 | ||
| 5 | Instance method | Public | Method | 20131115 | ||
| 6 | Instance method | Private | Method | 20131115 | ||
| 7 | Instance method | Public | Method | 20131015 | ||
| 8 | Instance method | Public | Method | 20131115 |
Events
Class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_OBJECT_TYPE_MAPPING | Private | See coding | 20130930 | BEGIN OF ts_object_type_mapping,
alias_object_type TYPE string,
search_object_types TYPE string_table,
description TYPE string,
END OF ts_object_type_mapping
|
||
| 2 | TT_OBJECT_TYPE_MAPPING | Private | See coding | 20130930 | tt_object_type_mapping TYPE SORTED TABLE OF ts_object_type_mapping WITH UNIQUE KEY alias_object_type
|
Method Signatures
Method CAN_EXPAND_OBJECT_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | STRING_TABLE | 20131115 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131115 |
Method CAN_EXPAND_OBJECT_TYPES on class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no parameter.
Method CONSTRUCTOR on class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no exception.
Method FILL_ALIAS_OBJECT_TYPES Signature
Method FILL_ALIAS_OBJECT_TYPES on class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no parameter.
Method FILL_ALIAS_OBJECT_TYPES on class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no exception.
Method FILL_TADIR_OBJECT_TYPES Signature
Method FILL_TADIR_OBJECT_TYPES on class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no parameter.
Method FILL_TADIR_OBJECT_TYPES on class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no exception.
Method GET_ALIAS_OBJEC_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_TYPE_FILTER | Call by reference | Type reference (TYPE) | STRING | 20131115 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | IF_ADT_NAMED_ITEM=>TY_NAMED_ITEM_LIST | 20131115 |
Method GET_ALIAS_OBJEC_TYPES on class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no exception.
Method GET_GLOBAL_FROM_TRANSPORT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TRANSPORT_TYPE | Call by reference | Type reference (TYPE) | STRING | 20131115 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20131115 |
Method GET_GLOBAL_FROM_TRANSPORT_TYPE on class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no exception.
Method GET_SEARCH_OBJEC_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OBJECT_TYPES | Call by reference | Type reference (TYPE) | STRING_TABLE | 20131115 | ||||
| 2 | IT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | STRING_TABLE | 20131115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131015 |
Method GET_TADIR_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MAX_RESULTS | Call by reference | Type reference (TYPE) | I | 20131115 | ||||
| 2 | I_OBJECT_TYPE_FILTER | Call by reference | Type reference (TYPE) | STRING | 20131115 | ||||
| 3 | RESULT | Value transfer | Type reference (TYPE) | IF_ADT_NAMED_ITEM=>TY_NAMED_ITEM_LIST | 20131115 |
Method GET_TADIR_TYPES on class CL_RIS_ADT_OBJECT_TYPE_MAPPER has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |