SAP ABAP Interface IF_RIS_INCLUDE (Include for Refactoring)
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_INCLUDE | Include | 20110404 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | TD_RFAC_INCLUDE | Stub | 20110404 |
Properties
| Interface | IF_RIS_INCLUDE | |
| Short Description | Include for Refactoring |
General Data
| Package | SRIS_OCCURRENCE_FINDER | Repository Information System: Occurrence Finder |
| Created | 20110210 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RIS_INCLUDE has no interface.
Friends
Interface IF_RIS_INCLUDE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISPLAY_NAME_OF_MAIN_PROGRAM | Instance attribute | Public | Type reference (TYPE) | SYREPID | 20110404 | |||
| 2 | FUNCTION_MODULE_NAME | Instance attribute | Public | Type reference (TYPE) | RS38L_FNAM | 20110404 | |||
| 3 | IS_BSP_INCLUDE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20120626 | |||
| 4 | IS_CS_INCLUDE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20110404 | |||
| 5 | IS_ENH_INCLUDE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20120702 | |||
| 6 | IS_FUNCTION_INTERFACE_INCLUDE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20120928 | |||
| 7 | IS_FUNCTION_MODULE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20110404 | |||
| 8 | IS_IP_INCLUDE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20110404 | |||
| 9 | IS_MULTIUSED | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20110404 | |||
| 10 | IS_WDY_INCLUDE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20120625 | |||
| 11 | LOCK_HANDLE | Instance attribute | Public | Type reference (TYPE) | STRING | 20110404 | |||
| 12 | MAIN_PROGRAM | Instance attribute | Public | Type reference (TYPE) | SYREPID | ABAP Program: Current Main Program | 20110404 | ||
| 13 | MAIN_TYPE | Instance attribute | Public | Type reference (TYPE) | TROBJTYPE | 20110404 | |||
| 14 | NAME | Instance attribute | Public | Type reference (TYPE) | SYREPID | ABAP Program: Current Main Program | 20110404 | ||
| 15 | RANGES | Instance attribute | Public | Type reference (TYPE) | TT_RANGES | 20110404 | |||
| 16 | SOURCE | Instance attribute | Public | Type reference (TYPE) | RSWSOURCET | 20110404 | |||
| 17 | VERSION | Instance attribute | Public | Type reference (TYPE) | STRING | 20110701 |
Methods
Events
Interface IF_RIS_INCLUDE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TAB | Public | See coding | 20110404 | tab TYPE STANDARD TABLE OF REF TO if_ris_include WITH DEFAULT KEY
|
||
| 2 | TS_RANGE | Public | See coding | 20110404 | BEGIN OF ts_range,
start_row TYPE i,
start_col TYPE i,
end_row TYPE i,
end_col TYPE i,
kind TYPE string,
old_content TYPE string,
new_content TYPE string,
END OF ts_range
|
||
| 3 | TT_RANGES | Public | See coding | 20110404 | tt_ranges TYPE SORTED TABLE OF ts_range WITH UNIQUE KEY start_row start_col
|
Method Signatures
Method ADD_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RANGE | Call by reference | Type reference (TYPE) | TS_RANGE | 20110404 |
Method ADD_RANGE on Interface IF_RIS_INCLUDE has no exception.
Method CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_RIS_INCLUDE | 20110404 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RIS Include Error | 20110404 |
Method GET_TRANSPORT_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TRANSPORT_REQUEST | Value transfer | Type reference (TYPE) | TRKORR | 20110404 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110404 |
Method HAS_MACRO_OCCURRENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110701 |
Method HAS_MACRO_OCCURRENCE on Interface IF_RIS_INCLUDE has no exception.
Method HAS_SOURCE_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110404 |
Method HAS_SOURCE_CHANGED on Interface IF_RIS_INCLUDE has no exception.
Method HAS_SYNTAX_ERRORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110404 |
Method HAS_SYNTAX_ERRORS on Interface IF_RIS_INCLUDE has no exception.
Method IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110404 |
Method IS_ACTIVE on Interface IF_RIS_INCLUDE has no exception.
Method IS_IN_FOREIGN_WORKLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110404 |
Method IS_IN_FOREIGN_WORKLIST on Interface IF_RIS_INCLUDE has no exception.
Method IS_LOCKED Signature
Method IS_LOCKED on Interface IF_RIS_INCLUDE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RIS Include Error | 20110404 |
Method IS_LOCKED_BY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT | Value transfer | Type reference (TYPE) | SYUNAME | 20110404 |
Method IS_LOCKED_BY on Interface IF_RIS_INCLUDE has no exception.
Method LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | 20110404 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lock Handle Fehler | 20110404 |
Method READ_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | 20110404 | ||||
| 2 | E_VERSION | Call by reference | Type reference (TYPE) | STRING | 20110701 |
Method READ_SOURCE on Interface IF_RIS_INCLUDE has no exception.
Method SAVE_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110404 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RIS Include Error | 20110404 |
Method SET_LOCK_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOCK_HANDLE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110404 |
Method SET_LOCK_HANDLE on Interface IF_RIS_INCLUDE has no exception.
Method SET_RANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RANGES | Call by reference | Type reference (TYPE) | TT_RANGES | 20110404 |
Method SET_RANGES on Interface IF_RIS_INCLUDE has no exception.
Method SET_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | 20110404 |
Method SET_SOURCE on Interface IF_RIS_INCLUDE has no exception.
Method SET_TRANSPORT_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | 20110404 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110404 |
Method UNLOCK Signature
Method UNLOCK on Interface IF_RIS_INCLUDE has no parameter.
Method UNLOCK on Interface IF_RIS_INCLUDE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |