SAP ABAP Interface IF_RIS_ADT_SOURCE_HANDLER (RIS - ADT: Interface for Source Handler/Converter)
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
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RIS_ADT_SOURCE_HANDLER RIS - ADT: Source Handler and Converter 20110701
Properties
Interface IF_RIS_ADT_SOURCE_HANDLER  
Short Description RIS - ADT: Interface for Source Handler/Converter    
General Data
Package SRIS_ADT   Repository Information System: ABAP Development Tools 
Created 20110408   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_RIS_ADT_SOURCE_HANDLER has no forward declaration.
Interfaces
Interface IF_RIS_ADT_SOURCE_HANDLER has no interface.
Friends
Interface IF_RIS_ADT_SOURCE_HANDLER has no friend.
Attributes
Interface IF_RIS_ADT_SOURCE_HANDLER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_WHERE_USED_PARAMETER Instance method Public Method 20121122
2 CONVERT_TO_ADT_POSITION Instance method Public Method 20110701
3 GET_ABAP_COMPILER Instance method Public Method 20120427
4 GET_ADT_POSITION Instance method Public Method 20120615
5 GET_ADT_SOURCE_CODE Instance method Public Method 20110701
6 GET_ALL_INCLUDES Instance method Public Method 20120322
7 GET_BACKEND_POSITION Instance method Public Method 20110701
8 GET_GLOBAL_OBJECT_TYPE Instance method Public Method 20110701
9 GET_PARSED_URI_FRAGMENT Instance method Public Method 20110701
10 GET_SCOPE_INCLUDES Instance method Public Method 20110701
11 GET_SYNTAX_CHECK_INCLUDES Instance method Public Method 20110701
12 GET_TRANSPORT_KEY Instance method Public Method 20110701
13 GET_URI Instance method Public Method 20110701
14 INITIALIZE_WORKING_AREA Instance method Public Method 20110704
15 SCAN_AND_QUALIFY_ADT_CODE Instance method Public Method 20120427
16 SCAN_AND_QUALIFY_ALL_INCLUDES Instance method Public Method 20120427
17 SCAN_AND_QUALIFY_SC_INCLUDES Instance method Public Method 20120427
18 SUPPORTED_BY_ABAP_COMPILER Instance method Public Method 20121123
Events
Interface IF_RIS_ADT_SOURCE_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_QUALIFIED_CODE Public See coding 20120427 BEGIN OF ty_s_qualified_code, token TYPE ty_t_token, statements TYPE ty_t_statements, structures TYPE ty_t_structures, token_statement TYPE ty_t_token_statement, END OF ty_s_qualified_code
2 TY_S_QUALIFIED_INCLUDE Public See coding 20120427 BEGIN OF ty_s_qualified_include, include TYPE sreptabln, qualified_code TYPE ty_s_qualified_code, END OF ty_s_qualified_include
3 TY_S_TOKEN_STATEMENT Public See coding 20120427 BEGIN OF ty_s_token_statement, token_index TYPE i, statement_index TYPE i, END OF ty_s_token_statement
4 TY_T_QUALIFIED_INCLUDES Public See coding 20120427 ty_t_qualified_includes TYPE STANDARD TABLE OF ty_s_qualified_include WITH NON-UNIQUE DEFAULT KEY
5 TY_T_STATEMENTS Public See coding 20120427 ty_t_statements TYPE STANDARD TABLE OF sstmnt WITH NON-UNIQUE DEFAULT KEY
6 TY_T_STRUCTURES Public See coding 20120427 ty_t_structures TYPE STANDARD TABLE OF sstruc WITH NON-UNIQUE DEFAULT KEY
7 TY_T_TOKEN Public See coding 20120427 ty_t_token TYPE STANDARD TABLE OF stokesx WITH NON-UNIQUE DEFAULT KEY
8 TY_T_TOKEN_STATEMENT Public See coding 20120427 ty_t_token_statement TYPE SORTED TABLE OF ty_s_token_statement WITH UNIQUE KEY token_index
Method Signatures

Method ADJUST_WHERE_USED_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_DATA_REQUEST Call by reference Type reference (TYPE) RIS_S_ADT_DATA_REQUEST Repository Information System: ADT Data Request 20130418
2 Importing P_FINDSTRINGS Call by reference Type reference (TYPE) RINFOOBJ 20130418
3 Importing P_FINDTYPE Call by reference Type reference (TYPE) SEU_OBJ 20130418
4 Importing P_FULLNAME Call by reference Type reference (TYPE) STRING 20130418
5 Importing P_SCOPE_OBJECTS Call by reference Type reference (TYPE) RINFOOBJ 20130418
6 Importing P_SCOPE_OBJECT_TYPE Call by reference Type reference (TYPE) SEU_OBJ 20130418
7 Importing P_WHERE_USED Call by reference Type reference (TYPE) RIS_T_MD_RELATIONSHIP 20130418

Method ADJUST_WHERE_USED_PARAMETER on Interface IF_RIS_ADT_SOURCE_HANDLER has no exception.

Method CONVERT_TO_ADT_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_SOURCE_POSITION Call by reference Type reference (TYPE) IF_RIS_SOURCE_POSITION=>TY_SELECTION 20110701
# Exception Resumable Description Created on
1 CX_RIS_POSITION 20110701

Method GET_ABAP_COMPILER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ABAP_COMPILER Value transfer Object reference (TYPE REF TO) CL_ABAP_COMPILER 20120427
# Exception Resumable Description Created on
1 CX_RIS_POSITION 20120427

Method GET_ADT_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_ADT_POSITION Value transfer Type reference (TYPE) IF_RIS_SOURCE_POSITION=>TY_SELECTION 20120615

Method GET_ADT_POSITION on Interface IF_RIS_ADT_SOURCE_HANDLER has no exception.

Method GET_ADT_SOURCE_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ADT_SOURCE_CODE Call by reference Type reference (TYPE) STRING_TABLE 20110701

Method GET_ADT_SOURCE_CODE on Interface IF_RIS_ADT_SOURCE_HANDLER has no exception.

Method GET_ALL_INCLUDES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALL_INCLUDES Call by reference Type reference (TYPE) SREPTAB 20120322
# Exception Resumable Description Created on
1 CX_RIS_POSITION 20120322

Method GET_BACKEND_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_BACKEND_POSITION Value transfer Type reference (TYPE) IF_RIS_SOURCE_POSITION=>TY_SELECTION 20110701
# Exception Resumable Description Created on
1 CX_RIS_POSITION 20110701

Method GET_GLOBAL_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_GLOBAL_OBJECT_TYPE Value transfer Type reference (TYPE) WBOBJTYPE 20110701

Method GET_GLOBAL_OBJECT_TYPE on Interface IF_RIS_ADT_SOURCE_HANDLER has no exception.

Method GET_PARSED_URI_FRAGMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_PARSED_URI_FRAGMENT Value transfer Type reference (TYPE) CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL=>TY_FRAGMENT_PARSED 20110701

Method GET_PARSED_URI_FRAGMENT on Interface IF_RIS_ADT_SOURCE_HANDLER has no exception.

Method GET_SCOPE_INCLUDES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SCOPE_INCLUDES Call by reference Type reference (TYPE) PROGRAMT 20110701

Method GET_SCOPE_INCLUDES on Interface IF_RIS_ADT_SOURCE_HANDLER has no exception.

Method GET_SYNTAX_CHECK_INCLUDES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SYNTAX_CHECK_INCLUDES Call by reference Type reference (TYPE) SREPTAB 20110701

Method GET_SYNTAX_CHECK_INCLUDES on Interface IF_RIS_ADT_SOURCE_HANDLER has no exception.

Method GET_TRANSPORT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJECT_NAME Call by reference Type reference (TYPE) TROBJ_NAME 20110701
2 Exporting EV_OBJECT_TYPE Call by reference Type reference (TYPE) TROBJTYPE 20110701
3 Exporting EV_PGMID Call by reference Type reference (TYPE) PGMID 20110701
# Exception Resumable Description Created on
1 CX_RIS_POSITION 20110701

Method GET_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_URI Value transfer Type reference (TYPE) STRING 20110701

Method GET_URI on Interface IF_RIS_ADT_SOURCE_HANDLER has no exception.

Method INITIALIZE_WORKING_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TRANSPORT_NAME Call by reference Type reference (TYPE) TROBJ_NAME 20110704
2 Exporting EV_TRANSPORT_OBJECT_TYPE Call by reference Type reference (TYPE) TROBJTYPE 20110704
# Exception Resumable Description Created on
1 CX_RIS_POSITION 20110704

Method SCAN_AND_QUALIFY_ADT_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_QUALIFIED_CODE Call by reference Type reference (TYPE) TY_S_QUALIFIED_CODE 20120427

Method SCAN_AND_QUALIFY_ADT_CODE on Interface IF_RIS_ADT_SOURCE_HANDLER has no exception.

Method SCAN_AND_QUALIFY_ALL_INCLUDES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUALIFIED_ALL_INCLUDES Call by reference Type reference (TYPE) TY_T_QUALIFIED_INCLUDES 20120427
# Exception Resumable Description Created on
1 CX_RIS_POSITION 20120430

Method SCAN_AND_QUALIFY_SC_INCLUDES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUALIFIED_SC_INCLUDES Call by reference Type reference (TYPE) TY_T_QUALIFIED_INCLUDES 20120427

Method SCAN_AND_QUALIFY_SC_INCLUDES on Interface IF_RIS_ADT_SOURCE_HANDLER has no exception.

Method SUPPORTED_BY_ABAP_COMPILER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_SUPPORTED Value transfer Type reference (TYPE) ABAP_BOOL 20121123

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