Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SEDI_NAVIGATION | Navigation Analysis | 20110923 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SEDI_NAV_METHOD_BSP | BSP Navigation for Methods | 20110923 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SEDI_NAV_METHOD_EDITOR | Editor Navigation for Methods | 20111221 |
Properties
| Class | CL_SEDI_ABS_NAV_METHOD | |
| Short Description | Abstract Editor Navigation for Methods | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEDI_EXT | Protected Enhancements for Editor |
| Created | 20110923 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SEDI_NAVIGATION | Navigation Analysis | 20110923 |
Friends
Class CL_SEDI_ABS_NAV_METHOD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SEDI_ADT_POPUP_DEF_IMPL | 20110923 | ||||
| 2 | Constant | Protected | Type reference (TYPE) | DDTYPEKIND | 'BADI' | 20130513 | |||
| 3 | Constant | Protected | Type reference (TYPE) | DDTYPEKIND | 'CLAS' | 20110923 | |||
| 4 | Constant | Protected | Type reference (TYPE) | DDTYPEKIND | 'DTEL' | 20110923 | |||
| 5 | Constant | Protected | Type reference (TYPE) | DDTYPEKIND | 'INTF' | 20110923 | |||
| 6 | Constant | Private | See coding | 'ME' | 20110923 | ||||
| 7 | Constant | Protected | Type reference (TYPE) | TROBJTYPE | 'REPS' | 20110923 | |||
| 8 | Constant | Private | See coding | 'SUPER' | 20110923 | ||||
| 9 | Constant | Protected | Type reference (TYPE) | DDTYPEKIND | 'TABL' | 20110923 | |||
| 10 | Constant | Protected | Type reference (TYPE) | DDTYPEKIND | 'TTYP' | 20110923 | |||
| 11 | Constant | Protected | Type reference (TYPE) | STRING | 'D' | 20110923 | |||
| 12 | Constant | Protected | Type reference (TYPE) | STRING | 'GC' | 20110923 | |||
| 13 | Constant | Protected | Type reference (TYPE) | STRING | 'GI' | 20110923 | |||
| 14 | Constant | Protected | Type reference (TYPE) | STRING | 'LC' | 20110923 | |||
| 15 | Constant | Protected | Type reference (TYPE) | STRING | 'LI' | 20110923 | |||
| 16 | Instance attribute | Protected | Type reference (TYPE) | SEOCPDKEY | 20110923 | ||||
| 17 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 19 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 20 | Instance attribute | Protected | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 21 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 22 | Instance attribute | Private | Type reference (TYPE) | SEU_OBJKEY | WB Request: Key for Object in Development Environment | 20120410 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | TT_REFERRING_TYPE_BUFFER | 20110923 | ||||
| 24 | Static Attribute | Protected | Type reference (TYPE) | IF_SEDI_KEYWORDS=>TT_KEYWORDS | 20110923 | ||||
| 25 | Instance attribute | Protected | Type reference (TYPE) | SEDI_SOURCE | 20110923 | ||||
| 26 | Instance attribute | Private | Type reference (TYPE) | FIELDNAME | 20110923 | ||||
| 27 | Instance attribute | Private | Type reference (TYPE) | TT_TOKEN_BUFFER | 20110923 | ||||
| 28 | Instance attribute | Protected | Type reference (TYPE) | TS_TOKEN_BUFFER | 20110923 | ||||
| 29 | Instance attribute | Protected | Type reference (TYPE) | TS_TOKEN_BUFFER | 20110923 | ||||
| 30 | Instance attribute | Private | Type reference (TYPE) | CL_WB_SOURCE_NAVIGATOR=>TS_NAV_TREE_OPTIONS | 20110923 | ||||
| 31 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 32 | Instance attribute | Protected | Type reference (TYPE) | TT_WB_TREE | 20110923 |
Methods
Events
Class CL_SEDI_ABS_NAV_METHOD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_REFERRING_TYPE | Protected | See coding | 20110923 | BEGIN OF ts_referring_type,
type TYPE c LENGTH 2,
name TYPE string,
END OF ts_referring_type
|
||
| 2 | TS_TOKEN_BUFFER | Protected | See coding | 20110923 | BEGIN OF ts_token_buffer,
name TYPE sy-repid,
tokens TYPE sedi_tk,
statements TYPE sedi_stm,
structures TYPE STANDARD TABLE OF sstruc WITH DEFAULT KEY,
qualified_tk_tabix TYPE SORTED TABLE OF i WITH UNIQUE KEY table_line,
END OF ts_token_buffer
|
||
| 3 | TT_METHOD_TOKENS | Protected | See coding | 20110923 | tt_method_tokens TYPE STANDARD TABLE OF string INITIAL SIZE 3
|
||
| 4 | TT_REFERRING_TYPE_BUFFER | Protected | See coding | 20110923 | tt_referring_type_buffer TYPE SORTED TABLE OF ts_referring_type WITH UNIQUE KEY name INITIAL SIZE 5
|
||
| 5 | TT_TOKEN_BUFFER | Protected | See coding | 20110923 | tt_token_buffer TYPE SORTED TABLE OF ts_token_buffer WITH UNIQUE KEY name INITIAL SIZE 5
|
||
| 6 | TT_WB_TREE | Protected | See coding | 20110923 | tt_wb_tree TYPE STANDARD TABLE OF scompo INITIAL SIZE 50
|
Method Signatures
Method BREAK_UP_ALIAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_OBJECTNAME | Call by reference | Type reference (TYPE) | STRING | 20110923 | ||||
| 2 | C_TARGET | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 |
Method BREAK_UP_ALIAS on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method CHECK_CLASS_CONTAINS_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_METHOD | Call by reference | Type reference (TYPE) | STRING | 20110923 | ||||
| 2 | C_TARGET | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 | ||||
| 3 | E_METHOD_DEF_TABIX | Call by reference | Type reference (TYPE) | I | 20110923 | ||||
| 4 | E_METHOD_END_DEF_TABIX | Call by reference | Type reference (TYPE) | I | 20110923 | ||||
| 5 | E_OK | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110923 |
Method CHECK_CLASS_CONTAINS_METHOD on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method CHECK_LOCAL_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GET_IMPLEMENTATIONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121026 | ||||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20111221 | ||||
| 3 | R_TYPE | Value transfer | Type reference (TYPE) | STRING | 20111221 |
Method CHECK_LOCAL_TYPE on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method CHECK_RESERVED_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110923 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SEDI_ABS_NAV_METHOD has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method CONCATENATE_METHOD_CHAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_NEW_COLUMN | Call by reference | Type reference (TYPE) | I | 20110923 | ||||
| 2 | C_SOURCE | Call by reference | Type reference (TYPE) | STRING | 20110923 | ||||
| 3 | I_TOKENS | Call by reference | Type reference (TYPE) | SEDI_TK | 20110923 |
Method CONCATENATE_METHOD_CHAIN on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ADT_POPUP | Call by reference | Object reference (TYPE REF TO) | IF_SEDI_ADT_POPUP_DEF_IMPL | 20110923 | ||||
| 2 | I_INCLUDE | Call by reference | Type reference (TYPE) | SYREPID | 20110923 | ||||
| 3 | I_NAV_TREE_OPTIONS | Call by reference | Type reference (TYPE) | CL_WB_SOURCE_NAVIGATOR=>TS_NAV_TREE_OPTIONS | 20110923 | ||||
| 4 | I_SOURCE | Call by reference | Type reference (TYPE) | SEDI_SOURCE | 20110923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110923 |
Method CREATE_NAVIGATION_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLIF_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20110923 | ||||
| 2 | I_CLIF_TYPE | Call by reference | Type reference (TYPE) | SEOCLSTYPE | 20110923 | ||||
| 3 | I_METHOD_NAME | Call by reference | Type reference (TYPE) | STRING | 20110923 | ||||
| 4 | R_NAVIGATION_TREE | Value transfer | Object reference (TYPE REF TO) | CL_SEDI_ABS_NAV_TREE | 20110923 |
Method CREATE_NAVIGATION_TREE on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method DETERMINE_FRAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ROW | Call by reference | Type reference (TYPE) | I | 20110923 |
Method DETERMINE_FRAME on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method GET_CLASS_FRAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TOKENS_REF | Call by reference | Object reference (TYPE REF TO) | TS_TOKEN_BUFFER | 20110923 | ||||
| 2 | E_CLIF_BEGIN_ROW | Call by reference | Type reference (TYPE) | I | 20110923 | ||||
| 3 | E_CLIF_END_ROW | Call by reference | Type reference (TYPE) | I | 20110923 | ||||
| 4 | I_CLIFNAME | Call by reference | Type reference (TYPE) | STRING | 20110923 |
Method GET_CLASS_FRAME on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method GET_INCLUDE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GET_IMPLEMENTATIONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 2 | I_TARGET | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 | ||||
| 3 | R_INCLUDE | Value transfer | Type reference (TYPE) | STRING | 20110923 |
Method GET_INCLUDE on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method GET_LOCAL_CLIF_FROM_WBTREE Signature
Method GET_LOCAL_CLIF_FROM_WBTREE on class CL_SEDI_ABS_NAV_METHOD has no parameter.
Method GET_LOCAL_CLIF_FROM_WBTREE on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method GET_METHOD_RETURING_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TARGET | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 | ||||
| 2 | I_METHOD | Call by reference | Type reference (TYPE) | STRING | 20110923 |
Method GET_METHOD_RETURING_TYPE on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method GET_METHOD_ROW_COL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COL | Call by reference | Type reference (TYPE) | I | 20110923 | ||||
| 2 | E_ROW | Call by reference | Type reference (TYPE) | I | 20110923 | ||||
| 3 | I_METHOD | Call by reference | Type reference (TYPE) | STRING | 20110923 | ||||
| 4 | I_TARGET | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 |
Method GET_METHOD_ROW_COL on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method GET_REFERRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TARGET | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 | ||||
| 2 | C_TOKENS_REF | Call by reference | Object reference (TYPE REF TO) | TS_TOKEN_BUFFER | 20110923 | ||||
| 3 | I_PREVIOUS_TARGET | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 |
Method GET_REFERRING on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method GET_SUPER_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 | ||||
| 2 | R_SUPER_CLASS | Value transfer | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 |
Method GET_SUPER_CLASS on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method GET_TARGET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20110923 | ||||
| 2 | R_TYPE | Value transfer | Type reference (TYPE) | STRING | 20110923 |
Method GET_TARGET_TYPE on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method GET_TOKENS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GET_IMPLEMENTATIONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110923 | ||||
| 2 | I_TARGET | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 | ||||
| 3 | R_TOKENS_REF | Value transfer | Object reference (TYPE REF TO) | TS_TOKEN_BUFFER | 20110923 |
Method GET_TOKENS on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method GET_WB_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TARGET | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 | ||||
| 2 | R_WB_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_WB_REQUEST | 20110923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110923 |
Method QUALIFY_TOKEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TOKENS_REF | Call by reference | Object reference (TYPE REF TO) | TS_TOKEN_BUFFER | 20110923 | ||||
| 2 | I_TOKEN_TABIX | Value transfer | Type reference (TYPE) | I | 20110923 |
Method QUALIFY_TOKEN on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method REDUCE_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ROW_IN_REDUCED_SOURCE | Call by reference | Type reference (TYPE) | I | 20110923 | ||||
| 2 | E_SOURCE | Call by reference | Type reference (TYPE) | SEDI_SOURCE | 20110923 | ||||
| 3 | I_COL | Call by reference | Type reference (TYPE) | I | 20110923 | ||||
| 4 | I_ROW | Call by reference | Type reference (TYPE) | I | 20110923 |
Method REDUCE_SOURCE on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method SEARCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20110923 | ||||
| 2 | I_PREVIOUS_TARGET | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 | ||||
| 3 | R_TARGET | Value transfer | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 |
Method SEARCH on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method SEARCH_BLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20110923 | ||||
| 2 | R_TARGET | Value transfer | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 |
Method SEARCH_BLOCK on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method SEARCH_O2_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TARGET | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 | ||||
| 2 | I_METHOD_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110923 | ||||
| 3 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20110923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110923 |
Method SEARCH_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20110923 | ||||
| 2 | R_TARGET | Value transfer | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 |
Method SEARCH_SIGNATURE on class CL_SEDI_ABS_NAV_METHOD has no exception.
Method SPLIT_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECTNAME | Call by reference | Type reference (TYPE) | SEU_OBJKEY | WB Request: Schlüssel eines Objekts in der EU | 20120410 | |||
| 2 | E_TARGET | Call by reference | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 | ||||
| 3 | E_TOKENS | Call by reference | Type reference (TYPE) | TT_METHOD_TOKENS | 20110923 | ||||
| 4 | I_COL | Call by reference | Type reference (TYPE) | I | 20110923 | ||||
| 5 | I_ROW | Call by reference | Type reference (TYPE) | I | 20110923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110923 |
Method USE_ABAP_COMPILER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COL | Call by reference | Type reference (TYPE) | I | 20110923 | ||||
| 2 | I_ROW | Call by reference | Type reference (TYPE) | I | 20110923 | ||||
| 3 | R_TARGET | Value transfer | Type reference (TYPE) | TS_REFERRING_TYPE | 20110923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110923 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |