SAP ABAP Class IF_RIS_ABAP_FULLNAME (RIS: ABAP Fullname Interface)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RIS_ABAP_FULLNAME | Repository Information System: ABAP Fullname Representation | 20110701 |
Properties
| Class | IF_RIS_ABAP_FULLNAME | |
| Short Description | RIS: ABAP Fullname Interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110407 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_RIS_ABAP_FULLNAME has no forward declaration.
Interfaces
Class IF_RIS_ABAP_FULLNAME has no interface implemented.
Friends
Class IF_RIS_ABAP_FULLNAME has no friend class.
Attributes
Class IF_RIS_ABAP_FULLNAME has no attribute.
Methods
Events
Class IF_RIS_ABAP_FULLNAME has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_PART | Public | See coding | 20110701 | BEGIN OF ty_part,
key TYPE string,
value TYPE string,
END OF ty_part
|
||
| 2 | TY_T_PARTS | Public | See coding | 20120522 | ty_t_parts TYPE STANDARD TABLE OF ty_part WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method BELONGS_TO_MAIN_PROGRAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_INCLUDE_ID | Call by reference | Type reference (TYPE) | IF_RIS_SOURCE_POSITION=>TY_CURSOR | 20110701 | ||||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110701 |
Method BELONGS_TO_MAIN_PROGRAM on class IF_RIS_ABAP_FULLNAME has no exception.
Method GET_ABAP_FULLNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ABAP_FULLNAME | Value transfer | Type reference (TYPE) | STRING | 20110701 |
Method GET_ABAP_FULLNAME on class IF_RIS_ABAP_FULLNAME has no exception.
Method GET_ABAP_FULLNAME_TAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ABAP_FULLNAME_TAG | Value transfer | Type reference (TYPE) | SCR_TAG | 20110701 |
Method GET_ABAP_FULLNAME_TAG on class IF_RIS_ABAP_FULLNAME has no exception.
Method GET_ABAP_TYPE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ABAP_TYPE_NAME | Value transfer | Type reference (TYPE) | STRING | 20110701 |
Method GET_ABAP_TYPE_NAME on class IF_RIS_ABAP_FULLNAME has no exception.
Method GET_ALL_PARTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PARTS | Call by reference | Type reference (TYPE) | IF_RIS_ABAP_FULLNAME=>TY_T_PARTS | 20120522 |
Method GET_ALL_PARTS on class IF_RIS_ABAP_FULLNAME has no exception.
Method GET_FIRST_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_PART | Value transfer | Type reference (TYPE) | IF_RIS_ABAP_FULLNAME=>TY_PART | 20110701 |
Method GET_FIRST_PART on class IF_RIS_ABAP_FULLNAME has no exception.
Method GET_LAST_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_PART | Value transfer | Type reference (TYPE) | IF_RIS_ABAP_FULLNAME=>TY_PART | 20110701 |
Method GET_LAST_PART on class IF_RIS_ABAP_FULLNAME has no exception.
Method GET_NUMBER_OF_PARTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT | Value transfer | Type reference (TYPE) | I | 20130218 |
Method GET_NUMBER_OF_PARTS on class IF_RIS_ABAP_FULLNAME has no exception.
Method GET_PART_BY_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20110701 | ||||
| 2 | RS_PART | Value transfer | Type reference (TYPE) | IF_RIS_ABAP_FULLNAME=>TY_PART | 20110701 |
Method GET_PART_BY_INDEX on class IF_RIS_ABAP_FULLNAME has no exception.
Method GET_PART_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KEY | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110701 | ||||
| 2 | IV_OCC | Call by reference | Type reference (TYPE) | I | 1 | 20110701 | |||
| 3 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20110701 |
Method GET_PART_VALUE on class IF_RIS_ABAP_FULLNAME has no exception.
Method GET_RTTI_CLASS_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RTTI_CLASS_TYPE | Value transfer | Type reference (TYPE) | STRING | 20110701 |
Method GET_RTTI_CLASS_TYPE on class IF_RIS_ABAP_FULLNAME has no exception.
Method GET_SHORTNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SHORTNAME | Value transfer | Type reference (TYPE) | STRING | 20110701 |
Method GET_SHORTNAME on class IF_RIS_ABAP_FULLNAME has no exception.
Method IS_GLOBAL_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_GLOBAL_TYPE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110701 |
Method IS_GLOBAL_TYPE on class IF_RIS_ABAP_FULLNAME has no exception.
Method IS_INTERFACE_METHOD_IMPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_INTERFACE_METHOD_IMPL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110701 |
Method IS_INTERFACE_METHOD_IMPL on class IF_RIS_ABAP_FULLNAME has no exception.
Method IS_INTERFACE_METHOD_IMPL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_INTERFACE_METHOD_DATA | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120816 |
Method IS_INTERFACE_METHOD_IMPL_DATA on class IF_RIS_ABAP_FULLNAME has no exception.
Method IS_INTERFACE_PART_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_INTERFACE_PART_USAGE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120514 |
Method IS_INTERFACE_PART_USAGE on class IF_RIS_ABAP_FULLNAME has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |