SAP ABAP Class CL_WCF_UST__MYSHAREBOXPER_CN00 (controller)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI (Application Component) User Interface
     WCF_UST_UI (Package) Central Sharing Tool - UI related Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_CONTEXT_NODE_TREE Special Context Node for Tree-Table View 20090923
Properties
Class CL_WCF_UST__MYSHAREBOXPER_CN00  
Short Description controller    
Super Class CL_BSP_WD_CONTEXT_NODE_TREE Special Context Node for Tree-Table View 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCF_UST_UI   Central Sharing Tool - UI related Objects 
Created 20090923   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WCF_UST__MYSHAREBOXPER_CN00 has no forward declaration.
Interfaces
Class CL_WCF_UST__MYSHAREBOXPER_CN00 has no interface implemented.
Friends
Class CL_WCF_UST__MYSHAREBOXPER_CN00 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BASE_ENTITY_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME '' 20090923
2 GR_CONTEXT Static Attribute Private Object reference (TYPE REF TO) CL_WCF_UST__MYSHAREBOXPER_CTXT 20090923
3 GT_TREE_ITEMS Instance attribute Public Type reference (TYPE) TREE_TABLE_TYPE 20090923
4 GV_FULL_REFRESH Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100128
Methods
# Method Level Visibility Method type Description Created on
1 GET_CATEGORY Instance method Public Method 20090923
2 GET_DESCRIPTION Instance method Public Method 20090923
3 GET_FOLDER Instance method Public Method 20090923
4 GET_I_CATEGORY Instance method Public Method 20090923
5 GET_I_DESCRIPTION Instance method Public Method 20090923
6 GET_I_FOLDER Instance method Public Method 20090923
7 GET_I_MESSAGE Instance method Public Method 20090923
8 GET_I_SEQUENCE Instance method Public Method 20090923
9 GET_I_SHARER Instance method Public Method 20090923
10 GET_I_SHARE_ID Instance method Public Method 20090923
11 GET_I_SHARING_TIMESTAMP Instance method Public Method 20090923
12 GET_I_TYPE Instance method Public Method 20090923
13 GET_MESSAGE Instance method Public Method 20090923
14 GET_M_CATEGORY Instance method Public Method 20090923
15 GET_M_DESCRIPTION Instance method Public Method 20090923
16 GET_M_FOLDER Instance method Public Method 20090923
17 GET_M_MESSAGE Instance method Public Method 20090923
18 GET_M_SEQUENCE Instance method Public Method 20090923
19 GET_M_SHARER Instance method Public Method 20090923
20 GET_M_SHARE_ID Instance method Public Method 20090923
21 GET_M_SHARING_TIMESTAMP Instance method Public Method 20090923
22 GET_M_TYPE Instance method Public Method 20090923
23 GET_SEQUENCE Instance method Public Method 20090923
24 GET_SHARER Instance method Public Method 20090923
25 GET_SHARE_ID Instance method Public Method 20090923
26 GET_SHARING_TIMESTAMP Instance method Public Method 20090923
27 GET_TYPE Instance method Public Method 20090923
28 INIT_TREE_TABLE Instance method Public Method Initializes tree data 20090923
29 SELECT_LINE Instance method Public Method Selects a given line 20091113
30 SET_CATEGORY Instance method Public Method 20090923
31 SET_CONTEXT Static method Public Method 20090923
32 SET_DESCRIPTION Instance method Public Method 20090923
33 SET_FOLDER Instance method Public Method 20090923
34 SET_MESSAGE Instance method Public Method 20090923
35 SET_SELECTED_INDEX Instance method Public Method 20090923
36 SET_SEQUENCE Instance method Public Method 20090923
37 SET_SHARER Instance method Public Method 20090923
38 SET_SHARE_ID Instance method Public Method 20090923
39 SET_SHARING_TIMESTAMP Instance method Public Method 20090923
40 SET_TYPE Instance method Public Method 20090923
Events
Class CL_WCF_UST__MYSHAREBOXPER_CN00 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TREE_TABLE_STRUCT Public See coding 20090923 BEGIN OF tree_table_struct, category TYPE wcf_ust_category, type TYPE wcf_ust_item_type, id TYPE wcf_ust_id, description TYPE wcf_ust_description, parent TYPE wcf_ust_id, sequence TYPE wcf_ust_sequence, user TYPE syuname, sharing_timestamp TYPE wcf_ust_timestamp, sharer TYPE wcf_ust_user, expanded TYPE boolean, bo TYPE REF TO cl_bsp_wd_value_node, node TYPE REF TO if_bsp_wd_tree_node, is_leaf TYPE abap_bool, END OF tree_table_struct
2 TREE_TABLE_TYPE Public See coding 20090923 tree_table_type TYPE TABLE OF tree_table_struct
Method Signatures

Method GET_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20090923

Method GET_CATEGORY on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20090923

Method GET_DESCRIPTION on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20090923

Method GET_FOLDER on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_I_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20090923

Method GET_I_CATEGORY on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_I_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20090923

Method GET_I_DESCRIPTION on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_I_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20090923

Method GET_I_FOLDER on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_I_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20090923

Method GET_I_MESSAGE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_I_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20090923

Method GET_I_SEQUENCE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_I_SHARER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20090923

Method GET_I_SHARER on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_I_SHARE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20090923

Method GET_I_SHARE_ID on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_I_SHARING_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20090923

Method GET_I_SHARING_TIMESTAMP on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_I_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20090923

Method GET_I_TYPE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20090923

Method GET_MESSAGE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_M_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20090923

Method GET_M_CATEGORY on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_M_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20090923

Method GET_M_DESCRIPTION on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_M_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20090923

Method GET_M_FOLDER on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_M_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20090923

Method GET_M_MESSAGE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_M_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20090923

Method GET_M_SEQUENCE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_M_SHARER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20090923

Method GET_M_SHARER on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_M_SHARE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20090923

Method GET_M_SHARE_ID on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_M_SHARING_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20090923

Method GET_M_SHARING_TIMESTAMP on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_M_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20090923

Method GET_M_TYPE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20090923

Method GET_SEQUENCE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_SHARER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20090923

Method GET_SHARER on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_SHARE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20090923

Method GET_SHARE_ID on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_SHARING_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20090923

Method GET_SHARING_TIMESTAMP on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20090923

Method GET_TYPE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method INIT_TREE_TABLE Signature

Method INIT_TREE_TABLE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no parameter.
Method INIT_TREE_TABLE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method SELECT_LINE 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 20091113

Method SELECT_LINE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method SET_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20090923

Method SET_CATEGORY on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method SET_CONTEXT Signature

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

Method SET_CONTEXT on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20090923

Method SET_DESCRIPTION on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method SET_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20090923

Method SET_FOLDER on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method SET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20090923

Method SET_MESSAGE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method SET_SELECTED_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) INT4 Natural number 20090923

Method SET_SELECTED_INDEX on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method SET_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20090923

Method SET_SEQUENCE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method SET_SHARER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20090923

Method SET_SHARER on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method SET_SHARE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20090923

Method SET_SHARE_ID on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method SET_SHARING_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20090923

Method SET_SHARING_TIMESTAMP on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20090923
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20090923
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20090923

Method SET_TYPE on class CL_WCF_UST__MYSHAREBOXPER_CN00 has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701