SAP ABAP Interface IF_RIS_ABAP_FULLNAME (RIS: ABAP Fullname Interface)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL-INR (Application Component) Repository Infosystem
     SRIS_OCCURRENCE_FINDER (Package) Repository Information System: Occurrence Finder
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
Interface IF_RIS_ABAP_FULLNAME  
Short Description RIS: ABAP Fullname Interface    
General Data
Package SRIS_OCCURRENCE_FINDER   Repository Information System: Occurrence Finder 
Created 20110407   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_RIS_ABAP_FULLNAME has no forward declaration.
Interfaces
Interface IF_RIS_ABAP_FULLNAME has no interface.
Friends
Interface IF_RIS_ABAP_FULLNAME has no friend.
Attributes
Interface IF_RIS_ABAP_FULLNAME has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 BELONGS_TO_MAIN_PROGRAM Instance method Public Method 20110701
2 GET_ABAP_FULLNAME Instance method Public Method 20110701
3 GET_ABAP_FULLNAME_TAG Instance method Public Method 20110701
4 GET_ABAP_TYPE_NAME Instance method Public Method 20110701
5 GET_ALL_PARTS Instance method Public Method 20120522
6 GET_FIRST_PART Instance method Public Method 20110701
7 GET_LAST_PART Instance method Public Method 20110701
8 GET_NUMBER_OF_PARTS Instance method Public Method 20130218
9 GET_PART_BY_INDEX Instance method Public Method 20110701
10 GET_PART_VALUE Instance method Public Method 20110701
11 GET_RTTI_CLASS_TYPE Instance method Public Method 20110701
12 GET_SHORTNAME Instance method Public Method 20110701
13 IS_GLOBAL_TYPE Instance method Public Method 20110701
14 IS_INTERFACE_METHOD_IMPL Instance method Public Method 20110701
15 IS_INTERFACE_METHOD_IMPL_DATA Instance method Public Method 20120816
16 IS_INTERFACE_PART_USAGE Instance method Public Method 20120514
Events
Interface 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 Importing IS_INCLUDE_ID Call by reference Type reference (TYPE) IF_RIS_SOURCE_POSITION=>TY_CURSOR 20110701
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20110701

Method BELONGS_TO_MAIN_PROGRAM on Interface 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 Returning RV_ABAP_FULLNAME Value transfer Type reference (TYPE) STRING 20110701

Method GET_ABAP_FULLNAME on Interface 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 Returning RV_ABAP_FULLNAME_TAG Value transfer Type reference (TYPE) SCR_TAG 20110701

Method GET_ABAP_FULLNAME_TAG on Interface 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 Returning RV_ABAP_TYPE_NAME Value transfer Type reference (TYPE) STRING 20110701

Method GET_ABAP_TYPE_NAME on Interface 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 Exporting ET_PARTS Call by reference Type reference (TYPE) IF_RIS_ABAP_FULLNAME=>TY_T_PARTS 20120522

Method GET_ALL_PARTS on Interface 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 Returning RS_PART Value transfer Type reference (TYPE) IF_RIS_ABAP_FULLNAME=>TY_PART 20110701

Method GET_FIRST_PART on Interface 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 Returning RS_PART Value transfer Type reference (TYPE) IF_RIS_ABAP_FULLNAME=>TY_PART 20110701

Method GET_LAST_PART on Interface 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 Returning R_RESULT Value transfer Type reference (TYPE) I 20130218

Method GET_NUMBER_OF_PARTS on Interface 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 Importing IV_INDEX Call by reference Type reference (TYPE) I 20110701
2 Returning RS_PART Value transfer Type reference (TYPE) IF_RIS_ABAP_FULLNAME=>TY_PART 20110701

Method GET_PART_BY_INDEX on Interface 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 Importing IV_KEY Call by reference Type reference (TYPE) CSEQUENCE 20110701
2 Importing IV_OCC Call by reference Type reference (TYPE) I 1 20110701
3 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20110701

Method GET_PART_VALUE on Interface 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 Returning RV_RTTI_CLASS_TYPE Value transfer Type reference (TYPE) STRING 20110701

Method GET_RTTI_CLASS_TYPE on Interface 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 Returning RV_SHORTNAME Value transfer Type reference (TYPE) STRING 20110701

Method GET_SHORTNAME on Interface 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 Returning RV_IS_GLOBAL_TYPE Value transfer Type reference (TYPE) ABAP_BOOL 20110701

Method IS_GLOBAL_TYPE on Interface 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 Returning RV_IS_INTERFACE_METHOD_IMPL Value transfer Type reference (TYPE) ABAP_BOOL 20110701

Method IS_INTERFACE_METHOD_IMPL on Interface 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 Returning RV_IS_INTERFACE_METHOD_DATA Value transfer Type reference (TYPE) ABAP_BOOL 20120816

Method IS_INTERFACE_METHOD_IMPL_DATA on Interface 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 Returning RV_IS_INTERFACE_PART_USAGE Value transfer Type reference (TYPE) ABAP_BOOL 20120514

Method IS_INTERFACE_PART_USAGE on Interface IF_RIS_ABAP_FULLNAME has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740