SAP ABAP Class CL_MEV_AD_TREE_VIEW (View Class for Document Approval)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-CMM (Application Component) Commodity Management in Logistics
     LOG_CMM_MEV_GEN_UI (Package) Period-End Valuation UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MEV_AD_TREE_VIEW Interaface for Document Approval Tree View 20130204
Properties
Class CL_MEV_AD_TREE_VIEW  
Short Description View Class for Document Approval    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class CMM_MEV_GEN_UI    
Program status     
Category 0   
Package LOG_CMM_MEV_GEN_UI   Period-End Valuation UI 
Created 20130204   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MEV_AD_TREE_VIEW has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_MEV_AD_TREE_VIEW Interaface for Document Approval Tree View 20130204
Friends
Class CL_MEV_AD_TREE_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_MEV_AD_CONTROLLER 20130204
2 MO_DOCKING_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER 20130222
3 MO_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR 20130208
4 MO_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_TREE 20130222
5 MS_UI_AD_HEADER Instance attribute Private Type reference (TYPE) MEV_S_UI_AD_HEADER 20130207
6 MT_HEADER_SELECT_OPTIONS Instance attribute Private Type reference (TYPE) RSDSFRANGE_T_SSEL 20130208
7 MT_OUTPUT_TREE Instance attribute Private Type reference (TYPE) MEV_T_UI_AD_HEADER 20130213
8 MT_STATUS_NODES Instance attribute Private Type reference (TYPE) MEV_T_TYP_STATUS_NODE 20130204
9 MT_STATUS_NODES_EXPANDED Instance attribute Private Type reference (TYPE) MEV_T_TYP_STATUS_NODE 20130604
10 MT_UI_AD_HEADER Instance attribute Private Type reference (TYPE) MEV_T_UI_AD_HEADER 20130703
11 MV_ROOT_NODE_GC Instance attribute Private Type reference (TYPE) LVC_NKEY 20130315
12 MV_ROOT_NODE_GC_EXPANDED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130703
13 MV_ROOT_NODE_STD Instance attribute Private Type reference (TYPE) LVC_NKEY 20130314
14 MV_ROOT_NODE_STD_EXPANDED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130703
15 MV_TOP_NODE_KEY Instance attribute Private Type reference (TYPE) LVC_NKEY 20130716
16 MV_VISIBLE Instance attribute Private Type reference (TYPE) CHAR1 20130222
Methods
# Method Level Visibility Method type Description Created on
1 ADD_REVERSAL_DOCUMENT_TO_TREE Instance method Private Method 20130417
2 ADD_STATUS_NODES Instance method Private Method Add status nodes to tree 20130204
3 CHANGE_TREE_VIA_SELECTION Instance method Public Method 20130211
4 CHANGE_VISIBILITY_CONTAINER Instance method Public Method 20130220
5 CREATE Static method Public Method Create 20130204
6 CREATE_HIERARCHY Instance method Public Method 20130205
7 CREATE_HIERARCHY_DOC_LEVEL Instance method Private Method 20130314
8 CREATE_TOOLBAR Instance method Private Method Create toolbar 20130208
9 DELETE_DOCUMENT_FROM_TREE Instance method Private Method Delete document from tree 20130222
10 DELETE_NODES Instance method Private Method 20130703
11 DE_EMPHASIZE_LINE Instance method Private Method De-emphasize line 20130206
12 EMPHASIZE_LINE Instance method Private Method Emphasize line 20130206
13 GET_HEADER_BY_DOCNR Instance method Private Method 20130315
14 GET_LIFECYCLE_STATUS Instance method Private Method 20130604
15 GET_NODE_KEY_BY_GUID Instance method Private Method Get node by key 20130212
16 GET_ROOT_NODE Instance method Private Method 20130315
17 GET_STATUS_NODE Instance method Private Method Get status node 20130204
18 GET_STATUS_TEXT Instance method Private Method Get status text 20130204
19 GET_TREE_DEFAULTS Instance method Private Method 20130604
20 HANDLE_ITEM_CONTEXT_MENU_REQ Instance method Private Event handling method Eventhandler 20130204
21 HANDLE_ITEM_CONTEXT_MENU_SEL Instance method Private Event handling method Eventhandler 20130204
22 HANDLE_ITEM_DOUBLE_CLICK_TREE Instance method Private Event handling method Eventhandler 20130204
23 HANDLE_NODE_CONTEXT_MENU_REQ Instance method Private Event handling method Eventhandler 20130204
24 HANDLE_NODE_CONTEXT_MENU_SEL Instance method Private Event handling method Eventhandler 20130204
25 HANDLE_NODE_DOUBLE_CLICK_TREE Instance method Private Event handling method Eventhandler 20130204
26 IS_DOCUMENT_NODE_VALID Instance method Private Method Check if document node is valid 20130212
27 MODIFY_NODE Instance method Private Method 20130703
28 MOVE_DOCUMENT Instance method Private Method Move document in overview tree 20130222
29 ON_DROPDOWN_CLICKED Instance method Private Event handling method Eventhandler 20130208
30 ON_FUNCTION_SELECTED Instance method Private Event handling method Eventhandler 20130208
31 ON_REFRESH_SCREEN Instance method Private Event handling method Eventhandler 20130213
32 PROCESS_FCODE_TREE Instance method Public Method 20130211
33 PROCESS_TREE_REQUEST Instance method Private Method Process FCODE 20130211
34 REFRESH_TREE Instance method Public Method 20130211
35 REGISTER_EVENTS Instance method Private Method Register events 20130204
36 RESTORE_EXPANDED_NODES Instance method Private Method 20130604
37 SAVE_EXPANDED_NODES Instance method Private Method 20130703
38 SET_CONTEXT_MENU Instance method Private Method Set context menu 20130204
39 SET_EMPHASIZED_LINE Instance method Public Method 20130222
40 SET_TREE_DEFAULTS Instance method Private Method Set tree defaults 20130204
41 SWITCH_VISIBILITY_OF_CONTAINER Instance method Private Method Switch visibility of container 20130220
42 TRANSFER_LIST_WITH_NODES Instance method Private Method 20130703
Events
Class CL_MEV_AD_TREE_VIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MEV_TYP_STATUS_NODE Public See coding 20130204 BEGIN OF mev_typ_status_node, document_category TYPE mev_ad_document_category, lifecycle_status TYPE mev_status_value, rev_doc_ind TYPE mev_s_ui_ad_header-rev_doc_ind, header_node TYPE abap_bool, parent_node_key TYPE lvc_nkey, node_key TYPE lvc_nkey, END OF mev_typ_status_node
2 MEV_T_TYP_STATUS_NODE Public See coding 20130204 mev_t_typ_status_node TYPE STANDARD TABLE OF mev_typ_status_node
Method Signatures

Method ADD_REVERSAL_DOCUMENT_TO_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_UI_AD_HEADER_REV Call by reference Type reference (TYPE) MEV_S_UI_AD_HEADER 20130417

Method ADD_REVERSAL_DOCUMENT_TO_TREE on class CL_MEV_AD_TREE_VIEW has no exception.

Method ADD_STATUS_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NODE_CHILD Call by reference Type reference (TYPE) LVC_NKEY 20130204
2 Importing IV_DOCUMENT_CATEGORY Call by reference Type reference (TYPE) MEV_AD_DOCUMENT_CATEGORY 20130314
3 Importing IV_HEADER_NODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130703
4 Importing IV_LIFECYCLE_STATUS Call by reference Type reference (TYPE) MEV_STATUS_VALUE 20130204
5 Importing IV_REV_DOC_IND Call by reference Type reference (TYPE) MEV_AD_REV_DOC_IND 20130703

Method ADD_STATUS_NODES on class CL_MEV_AD_TREE_VIEW has no exception.

Method CHANGE_TREE_VIA_SELECTION Signature

Method CHANGE_TREE_VIA_SELECTION on class CL_MEV_AD_TREE_VIEW has no parameter.
Method CHANGE_TREE_VIA_SELECTION on class CL_MEV_AD_TREE_VIEW has no exception.

Method CHANGE_VISIBILITY_CONTAINER Signature

Method CHANGE_VISIBILITY_CONTAINER on class CL_MEV_AD_TREE_VIEW has no parameter.
Method CHANGE_VISIBILITY_CONTAINER on class CL_MEV_AD_TREE_VIEW has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_MEV_AD_CONTROLLER 20130204
2 Returning RO_TREE_VIEW Value transfer Object reference (TYPE REF TO) IF_MEV_AD_TREE_VIEW 20130204

Method CREATE on class CL_MEV_AD_TREE_VIEW has no exception.

Method CREATE_HIERARCHY Signature

Method CREATE_HIERARCHY on class CL_MEV_AD_TREE_VIEW has no parameter.
Method CREATE_HIERARCHY on class CL_MEV_AD_TREE_VIEW has no exception.

Method CREATE_HIERARCHY_DOC_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOCUMENT_CATEGORY Call by reference Type reference (TYPE) MEV_AD_DOCUMENT_CATEGORY 20130314

Method CREATE_HIERARCHY_DOC_LEVEL on class CL_MEV_AD_TREE_VIEW has no exception.

Method CREATE_TOOLBAR Signature

Method CREATE_TOOLBAR on class CL_MEV_AD_TREE_VIEW has no parameter.
Method CREATE_TOOLBAR on class CL_MEV_AD_TREE_VIEW has no exception.

Method DELETE_DOCUMENT_FROM_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_UI_AD_HEADER Call by reference Type reference (TYPE) MEV_S_UI_AD_HEADER 20130222

Method DELETE_DOCUMENT_FROM_TREE on class CL_MEV_AD_TREE_VIEW has no exception.

Method DELETE_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXISTING_DOCS Call by reference Type reference (TYPE) MEV_T_UI_AD_HEADER 20130703
2 Importing IT_REMAINING_DOCS Call by reference Type reference (TYPE) MEV_T_UI_AD_HEADER 20130703

Method DELETE_NODES on class CL_MEV_AD_TREE_VIEW has no exception.

Method DE_EMPHASIZE_LINE Signature

Method DE_EMPHASIZE_LINE on class CL_MEV_AD_TREE_VIEW has no parameter.
Method DE_EMPHASIZE_LINE on class CL_MEV_AD_TREE_VIEW has no exception.

Method EMPHASIZE_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_UI_AD_HEADER Call by reference Type reference (TYPE) MEV_S_UI_AD_HEADER 20130213
2 Importing IV_SOFT_REFRESH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130703

Method EMPHASIZE_LINE on class CL_MEV_AD_TREE_VIEW has no exception.

Method GET_HEADER_BY_DOCNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_AD_DOC_KEY Call by reference Type reference (TYPE) MEV_S_AD_KEY_DOCNR_GJAHR 20130315
2 Returning RR_AD_HEADER Value transfer Object reference (TYPE REF TO) MEV_S_UI_AD_HEADER 20130315

Method GET_HEADER_BY_DOCNR on class CL_MEV_AD_TREE_VIEW has no exception.

Method GET_LIFECYCLE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_UI_AD_HEADER Call by reference Type reference (TYPE) MEV_S_UI_AD_HEADER 20130604
2 Returning RV_LIFECYCLE_STATUS Value transfer Type reference (TYPE) MEV_AD_LIFECYCLE_STATUS 20130604

Method GET_LIFECYCLE_STATUS on class CL_MEV_AD_TREE_VIEW has no exception.

Method GET_NODE_KEY_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADD_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY 20130315
2 Exporting EV_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY 20130315
3 Importing IV_AD_GUID Call by reference Type reference (TYPE) MEV_S_UI_AD_HEADER-GUID_ROOT 20130212

Method GET_NODE_KEY_BY_GUID on class CL_MEV_AD_TREE_VIEW has no exception.

Method GET_ROOT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOCUMENT_CATEGORY Call by reference Type reference (TYPE) MEV_S_UI_AD_HEADER-DOCUMENT_CATEGORY 20130315
2 Returning RV_NODE_KEY Value transfer Type reference (TYPE) LVC_NKEY 20130315

Method GET_ROOT_NODE on class CL_MEV_AD_TREE_VIEW has no exception.

Method GET_STATUS_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOCUMENT_CATEGORY Call by reference Type reference (TYPE) MEV_AD_DOCUMENT_CATEGORY 20130314
2 Importing IV_HEADER_NODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130703
3 Importing IV_LIFECYCLE_STATUS Call by reference Type reference (TYPE) MEV_STATUS_VALUE 20130204
4 Importing IV_REV_DOC_IND Call by reference Type reference (TYPE) MEV_AD_REV_DOC_IND 20130703
5 Returning RS_STATUS_NODE Value transfer Type reference (TYPE) MEV_TYP_STATUS_NODE 20130204

Method GET_STATUS_NODE on class CL_MEV_AD_TREE_VIEW has no exception.

Method GET_STATUS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LIFECYCLE_STATUS Call by reference Type reference (TYPE) MEV_AD_LIFECYCLE_STATUS 20130204
2 Returning RV_STATUS_TEXT Value transfer Type reference (TYPE) MEV_AD_STATUS_TEXT 20130204

Method GET_STATUS_TEXT on class CL_MEV_AD_TREE_VIEW has no exception.

Method GET_TREE_DEFAULTS Signature

Method GET_TREE_DEFAULTS on class CL_MEV_AD_TREE_VIEW has no parameter.
Method GET_TREE_DEFAULTS on class CL_MEV_AD_TREE_VIEW has no exception.

Method HANDLE_ITEM_CONTEXT_MENU_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Value transfer Attribute reference (LIKE) 20130204
2 Importing MENU Value transfer Attribute reference (LIKE) 20130204
3 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20130204

Method HANDLE_ITEM_CONTEXT_MENU_REQ on class CL_MEV_AD_TREE_VIEW has no exception.

Method HANDLE_ITEM_CONTEXT_MENU_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20130204

Method HANDLE_ITEM_CONTEXT_MENU_SEL on class CL_MEV_AD_TREE_VIEW has no exception.

Method HANDLE_ITEM_DOUBLE_CLICK_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20130204

Method HANDLE_ITEM_DOUBLE_CLICK_TREE on class CL_MEV_AD_TREE_VIEW has no exception.

Method HANDLE_NODE_CONTEXT_MENU_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MENU Value transfer Attribute reference (LIKE) 20130204
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20130204

Method HANDLE_NODE_CONTEXT_MENU_REQ on class CL_MEV_AD_TREE_VIEW has no exception.

Method HANDLE_NODE_CONTEXT_MENU_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20130204

Method HANDLE_NODE_CONTEXT_MENU_SEL on class CL_MEV_AD_TREE_VIEW has no exception.

Method HANDLE_NODE_DOUBLE_CLICK_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20130204

Method HANDLE_NODE_DOUBLE_CLICK_TREE on class CL_MEV_AD_TREE_VIEW has no exception.

Method IS_DOCUMENT_NODE_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY 20130214
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130214

Method IS_DOCUMENT_NODE_VALID on class CL_MEV_AD_TREE_VIEW has no exception.

Method MODIFY_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NEW_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY 20130703
2 Importing IS_NODE_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYN 20130703
3 Importing IS_OUTTAB_LINE Call by reference Type reference (TYPE) MEV_S_UI_AD_HEADER 20130703
4 Importing IV_NODE_TEXT Call by reference Type reference (TYPE) LVC_VALUE 20130703
5 Importing IV_RELATIONSHIP Call by reference Type reference (TYPE) I 20130703
6 Importing IV_RELAT_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY 20130703

Method MODIFY_NODE on class CL_MEV_AD_TREE_VIEW has no exception.

Method MOVE_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_UI_AD_HEADER Call by reference Type reference (TYPE) MEV_S_UI_AD_HEADER 20130222

Method MOVE_DOCUMENT on class CL_MEV_AD_TREE_VIEW has no exception.

Method ON_DROPDOWN_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20130208
2 Importing POSX Value transfer Attribute reference (LIKE) 20130208
3 Importing POSY Value transfer Attribute reference (LIKE) 20130208

Method ON_DROPDOWN_CLICKED on class CL_MEV_AD_TREE_VIEW has no exception.

Method ON_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20130208

Method ON_FUNCTION_SELECTED on class CL_MEV_AD_TREE_VIEW has no exception.

Method ON_REFRESH_SCREEN Signature

Method ON_REFRESH_SCREEN on class CL_MEV_AD_TREE_VIEW has no parameter.
Method ON_REFRESH_SCREEN on class CL_MEV_AD_TREE_VIEW has no exception.

Method PROCESS_FCODE_TREE Signature

Method PROCESS_FCODE_TREE on class CL_MEV_AD_TREE_VIEW has no parameter.
Method PROCESS_FCODE_TREE on class CL_MEV_AD_TREE_VIEW has no exception.

Method PROCESS_TREE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY 20130211

Method PROCESS_TREE_REQUEST on class CL_MEV_AD_TREE_VIEW has no exception.

Method REFRESH_TREE Signature

Method REFRESH_TREE on class CL_MEV_AD_TREE_VIEW has no parameter.
Method REFRESH_TREE on class CL_MEV_AD_TREE_VIEW has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_MEV_AD_TREE_VIEW has no parameter.
Method REGISTER_EVENTS on class CL_MEV_AD_TREE_VIEW has no exception.

Method RESTORE_EXPANDED_NODES Signature

Method RESTORE_EXPANDED_NODES on class CL_MEV_AD_TREE_VIEW has no parameter.
Method RESTORE_EXPANDED_NODES on class CL_MEV_AD_TREE_VIEW has no exception.

Method SAVE_EXPANDED_NODES Signature

Method SAVE_EXPANDED_NODES on class CL_MEV_AD_TREE_VIEW has no parameter.
Method SAVE_EXPANDED_NODES on class CL_MEV_AD_TREE_VIEW has no exception.

Method SET_CONTEXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MENU Call by reference Object reference (TYPE REF TO) CL_CTMENU 20130204

Method SET_CONTEXT_MENU on class CL_MEV_AD_TREE_VIEW has no exception.

Method SET_EMPHASIZED_LINE Signature

Method SET_EMPHASIZED_LINE on class CL_MEV_AD_TREE_VIEW has no parameter.
Method SET_EMPHASIZED_LINE on class CL_MEV_AD_TREE_VIEW has no exception.

Method SET_TREE_DEFAULTS Signature

Method SET_TREE_DEFAULTS on class CL_MEV_AD_TREE_VIEW has no parameter.
Method SET_TREE_DEFAULTS on class CL_MEV_AD_TREE_VIEW has no exception.

Method SWITCH_VISIBILITY_OF_CONTAINER Signature

Method SWITCH_VISIBILITY_OF_CONTAINER on class CL_MEV_AD_TREE_VIEW has no parameter.
Method SWITCH_VISIBILITY_OF_CONTAINER on class CL_MEV_AD_TREE_VIEW has no exception.

Method TRANSFER_LIST_WITH_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_UI_AD_HEADER Call by reference Type reference (TYPE) MEV_T_UI_AD_HEADER 20130703

Method TRANSFER_LIST_WITH_NODES on class CL_MEV_AD_TREE_VIEW has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 617