SAP ABAP Class /BOFU/CL_TOOLBOX (Toolbox: Calls to /BOBF/CL_CONF_TOOLBOX)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
     /BOFU/COMMON_1 (Package) Common Types; Reuse Objects; Functions (Native BS_FND)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/IF_ABSTRACT_SINGLETON Abstract Singleton 20090120
Properties
Class /BOFU/CL_TOOLBOX  
Short Description Toolbox: Calls to /BOBF/CL_CONF_TOOLBOX    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOFU/COMMON_1   Common Types; Reuse Objects; Functions (Native BS_FND) 
Created 20090120   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOBF/CM_FRW Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 CL_CLS_ATTR_VALUE_ASSIGNMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 SEOC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 SEOP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 SEOR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /BOFU/IF_ABSTRACT_SINGLETON Abstract Singleton 20090120
Friends
Class /BOFU/CL_TOOLBOX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SC_BOPF_TOOLBOX_CLASS Constant Protected Type reference (TYPE) STRING '/BOBF/CL_CONF_TOOLBOX' 20090910
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_DDIC_OBJECT Instance method Public Method Activate DDic objects 20090120
2 CLASS_EXISTS Instance method Public Method Check if class exists 20090120
3 CLASS_HAS_NO_SYNTAX_ERRORS Instance method Public Method Check if class has syntax errors 20090120
4 CLASS_IMPLEMENTS_INTERFACE Instance method Public Method Check if class implements interface 20090120
5 CLASS_INFO Instance method Public Method Check class existence and public instanciation 20090120
6 CLASS_INHERITANCE Instance method Public Method check if one class inherits from another class 20090120
7 CLEAR_CACHE Instance method Public Method Clears the internal cache 20090120
8 CONSTRUCTOR Instance method Public Constructor 20090120
9 CREATE_DDIC_OBJECT Instance method Public Method Create DDic objects 20090120
10 DATABASE_INDEX_EXISTS Instance method Public Method Check if ddic database index exists 20090120
11 DATA_ELEMENT_EXISTS Instance method Public Method Check if ddic data element exists 20090120
12 DELETE_DDIC_OBJECT Instance method Public Method Delete DDic objects 20090120
13 DETERMINE_LIBRARY_CLASS Instance method Public Method Check and determine library class 20090120
14 DICTIONARY_OBJECT_EXISTS Instance method Public Method Check if ddic object exists 20090120
15 GET_INSTANCE Instance method Public Method 20090120
16 GET_PROXY_DDIC_ASSIGNMENT Instance method Public Method Get assignement of DDic data type to proxy data type 20090120
17 INTERFACE_EXISTS Instance method Public Method Check if interface exists 20090120
18 INTERFACE_HAS_NO_SYNTAX_ERRORS Instance method Public Method Check if interface has syntax errors 20090120
19 INTERFACE_INCLUDES_INTERFACE Instance method Public Method Check if interface implements another interface 20090120
20 METHOD_IMPLEMENTED Instance method Public Method Check if method is implemented and active 20090120
21 OO_GET_CLASS_TEXTS Instance method Public Method Get Class Texts 20090903
22 OO_GET_INTF_CLAS_IMPL Instance method Public Method Get Interface/Class Implementations 20090903
23 OO_GET_INTF_IMPLEMENTAIONS Instance method Public Method Get Interface Implementations 20090903
24 OO_GET_SUB_CLASSES Instance method Public Method Get Subclasses of a class 20090903
25 SET_CLASS_NAME Instance method Public Method 20090120
26 STRUCTURE_EXISTS Instance method Public Method Check if ddic structure exists 20090120
27 TABLE_TYPE_EXISTS Instance method Public Method Check if ddic table type exists 20090120
Events
Class /BOFU/CL_TOOLBOX has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_CLASS_TEXTS Public See coding ABAP Class Texts 20090903 tt_class_texts TYPE STANDARD TABLE OF seoclasstx WITH DEFAULT KEY
Method Signatures

Method ACTIVATE_DDIC_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface for Message Class 20090120
2 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
3 Importing IV_DATABASE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Object is database table 20090120
4 Importing IV_ID Call by reference Type reference (TYPE) DDOBJECTID Additonal ID of an ABAP Dictionary object (MC ID, index) 20090120
5 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20090120
6 Importing IV_NAME Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20090120
7 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20090120
8 Importing IV_OBJECT Call by reference Type reference (TYPE) TROBJTYPE Object Type 20090120

Method ACTIVATE_DDIC_OBJECT on class /BOFU/CL_TOOLBOX has no exception.

Method CLASS_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_EXISTS Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
2 Importing IV_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120

Method CLASS_EXISTS on class /BOFU/CL_TOOLBOX has no exception.

Method CLASS_HAS_NO_SYNTAX_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_NO_SYNTAX_ERROR Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
2 Importing IV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120

Method CLASS_HAS_NO_SYNTAX_ERRORS on class /BOFU/CL_TOOLBOX has no exception.

Method CLASS_IMPLEMENTS_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_IMPLEMENTS_INTERFACE Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
2 Importing IV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120
3 Importing IV_INTERFACE_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120

Method CLASS_IMPLEMENTS_INTERFACE on class /BOFU/CL_TOOLBOX has no exception.

Method CLASS_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CLASS_INFO Call by reference Type reference (TYPE) VSEOCLASS Generated Table for View 20090120
2 Exporting EV_ABSTRACT Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
3 Exporting EV_EXISTS Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
4 Exporting EV_PRIVATE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
5 Exporting EV_PROTECTED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
6 Exporting EV_PUBLIC Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
7 Exporting EV_SUPER_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120
8 Importing IV_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120

Method CLASS_INFO on class /BOFU/CL_TOOLBOX has no exception.

Method CLASS_INHERITANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUPERCLASS Call by reference Type reference (TYPE) RLB_T_CLIF Reuse Library: Table with Classes/Interfaces 20090120
2 Exporting EV_INHERITANCE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
3 Importing IV_SUBCLASS Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120
4 Importing IV_SUPERCLASS Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120

Method CLASS_INHERITANCE on class /BOFU/CL_TOOLBOX has no exception.

Method CLEAR_CACHE Signature

Method CLEAR_CACHE on class /BOFU/CL_TOOLBOX has no parameter.
Method CLEAR_CACHE on class /BOFU/CL_TOOLBOX has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /BOFU/CL_TOOLBOX has no parameter.
Method CONSTRUCTOR on class /BOFU/CL_TOOLBOX has no exception.

Method CREATE_DDIC_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface for Message Class 20090120
2 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
3 Importing IS_DD02V Call by reference Type reference (TYPE) DD02V Generated Table for View DD02V 20090120
4 Importing IS_DD09V Call by reference Type reference (TYPE) DD09V Interface: Technical Settings Table/View 20090120
5 Importing IS_DD12V Call by reference Type reference (TYPE) DD12V Generierte Tabelle zu einem View 20090120
6 Importing IS_DD40V Call by reference Type reference (TYPE) DD40V DD: Interface structure for table types 20090120
7 Importing IT_DD03P Call by reference Type reference (TYPE) DD03TTYP Table Type for Structure DD03P 20090120
8 Importing IT_DD17V Call by reference Type reference (TYPE) DD17VTAB DD: Index Fields of a Table 20090120
9 Importing IT_DD42V Call by reference Type reference (TYPE) DD42V_TAB DD: Table of Secondary Key Fields 20090120
10 Importing IT_DD43V Call by reference Type reference (TYPE) DD43V_TAB DD: Table of Secondary Index Headers 20090120
11 Importing IV_DATABASE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Object is database table 20090120
12 Importing IV_ID Call by reference Type reference (TYPE) DDOBJECTID Additonal ID of an ABAP Dictionary object (MC ID, index) 20090120
13 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20090120
14 Importing IV_NAME Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20090120
15 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20090120
16 Importing IV_OBJECT Call by reference Type reference (TYPE) TROBJTYPE Object Type 20090120
17 Importing IV_PROTOTYPE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Generate for prototype 20090120

Method CREATE_DDIC_OBJECT on class /BOFU/CL_TOOLBOX has no exception.

Method DATABASE_INDEX_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXISTS Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
2 Importing IV_ID Call by reference Type reference (TYPE) DDOBJECTID Additonal ID of an ABAP Dictionary object (MC ID, index) 20090120
3 Importing IV_NAME Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20090120
4 Importing IV_STATE Call by reference Type reference (TYPE) DDOBJSTATE 'M' Status of Objects 20090120

Method DATABASE_INDEX_EXISTS on class /BOFU/CL_TOOLBOX has no exception.

Method DATA_ELEMENT_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXISTS Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
2 Importing IV_NAME Call by reference Type reference (TYPE) ROLLNAME Data element (semantic domain) 20090120
3 Importing IV_STATE Call by reference Type reference (TYPE) DDOBJSTATE 'M' Status of Objects 20090120

Method DATA_ELEMENT_EXISTS on class /BOFU/CL_TOOLBOX has no exception.

Method DELETE_DDIC_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface for Message Class 20090120
2 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
3 Importing IV_NAME Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20090120
4 Importing IV_OBJECT Call by reference Type reference (TYPE) TROBJTYPE Object Type 20090120

Method DELETE_DDIC_OBJECT on class /BOFU/CL_TOOLBOX has no exception.

Method DETERMINE_LIBRARY_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_CLASS_NAME Value transfer Type reference (TYPE) SEOCLSNAME Object Type Name 20090120
2 Importing IV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120

Method DETERMINE_LIBRARY_CLASS on class /BOFU/CL_TOOLBOX has no exception.

Method DICTIONARY_OBJECT_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_TYPE Value transfer Type reference (TYPE) DDTYPEKIND Type Category 20090120
2 Importing IV_NAME Call by reference Type reference (TYPE) TYPENAME Name of Dictionary Type 20090120

Method DICTIONARY_OBJECT_EXISTS on class /BOFU/CL_TOOLBOX has no exception.

Method GET_INSTANCE Signature

Method GET_INSTANCE on class /BOFU/CL_TOOLBOX has no parameter.
Method GET_INSTANCE on class /BOFU/CL_TOOLBOX has no exception.

Method GET_PROXY_DDIC_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSIGNMENT_GDT Call by reference Type reference (TYPE) CL_CLS_ATTR_VALUE_ASSIGNMENT=>TY_OBJECTS_WITH_REMARK 20090120
2 Exporting ET_ASSIGNMENT_NAMESPACE Call by reference Type reference (TYPE) CL_CLS_ATTR_VALUE_ASSIGNMENT=>TY_OBJECTS_WITH_REMARK 20090120

Method GET_PROXY_DDIC_ASSIGNMENT on class /BOFU/CL_TOOLBOX has no exception.

Method INTERFACE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_EXISTS Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
2 Importing IV_INTERFACE_NAME Call by reference Type reference (TYPE) SEOITFNAME Interface name 20090120

Method INTERFACE_EXISTS on class /BOFU/CL_TOOLBOX has no exception.

Method INTERFACE_HAS_NO_SYNTAX_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_NO_SYNTAX_ERROR Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
2 Importing IV_INTERFACE_NAME Call by reference Type reference (TYPE) SEOITFNAME Interface name 20090120

Method INTERFACE_HAS_NO_SYNTAX_ERRORS on class /BOFU/CL_TOOLBOX has no exception.

Method INTERFACE_INCLUDES_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_INCLUDES_INTERFACE Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
2 Importing IV_INCLUDED_INTERFACE_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120
3 Importing IV_INTERFACE_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120

Method INTERFACE_INCLUDES_INTERFACE on class /BOFU/CL_TOOLBOX has no exception.

Method METHOD_IMPLEMENTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXISTS_ACTIVE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
2 Exporting EV_EXISTS_ONLY_INACTIVE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
3 Exporting EV_IMPL_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120
4 Exporting EV_IMPL_EMPTY Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
5 Importing IV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120
6 Importing IV_INTERFACE_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090120
7 Importing IV_METHOD_NAME Call by reference Type reference (TYPE) SEOCMPNAME Component name 20090120

Method METHOD_IMPLEMENTED on class /BOFU/CL_TOOLBOX has no exception.

Method OO_GET_CLASS_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CLASS_TEXTS Call by reference Type reference (TYPE) TT_CLASS_TEXTS ABAP Class Texts 20090903
2 Changing CT_CLS Call by reference Type reference (TYPE) SEOR_IMPLEMENTING_KEYS 20090903

Method OO_GET_CLASS_TEXTS on class /BOFU/CL_TOOLBOX has no exception.

Method OO_GET_INTF_CLAS_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CLASS Call by reference Type reference (TYPE) TT_CLASS_TEXTS 20090903
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) CLIKE 20090903

Method OO_GET_INTF_CLAS_IMPL on class /BOFU/CL_TOOLBOX has no exception.

Method OO_GET_INTF_IMPLEMENTAIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CLASS Call by reference Type reference (TYPE) TT_CLASS_TEXTS ABAP Class Texts 20090903
2 Importing IV_INTERFACE Call by reference Type reference (TYPE) CLIKE 20090903

Method OO_GET_INTF_IMPLEMENTAIONS on class /BOFU/CL_TOOLBOX has no exception.

Method OO_GET_SUB_CLASSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CLASS Call by reference Type reference (TYPE) TT_CLASS_TEXTS ABAP Class Texts 20090910
2 Importing IV_CLASS Call by reference Type reference (TYPE) CLIKE 20090903

Method OO_GET_SUB_CLASSES on class /BOFU/CL_TOOLBOX has no exception.

Method SET_CLASS_NAME Signature

Method SET_CLASS_NAME on class /BOFU/CL_TOOLBOX has no parameter.
Method SET_CLASS_NAME on class /BOFU/CL_TOOLBOX has no exception.

Method STRUCTURE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD Call by reference Type reference (TYPE) DD03TTYP Table Type for Structure DD03P 20090120
2 Exporting EV_EXISTS Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
3 Exporting EV_EXTCLASS Call by reference Type reference (TYPE) DDRANKING DD: Ranking for include and subtype extension 20090120
4 Exporting EV_TABCLASS Call by reference Type reference (TYPE) TABCLASS Table category 20090120
5 Importing IV_NAME Call by reference Type reference (TYPE) TABNAME Table Name 20090120
6 Importing IV_STATE Call by reference Type reference (TYPE) DDOBJSTATE 'M' Status of Objects 20090120

Method STRUCTURE_EXISTS on class /BOFU/CL_TOOLBOX has no exception.

Method TABLE_TYPE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TABLE_LINE Call by reference Type reference (TYPE) DD40V DD: Interface structure for table types 20090120
2 Exporting EV_EXISTS Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090120
3 Importing IV_NAME Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20090120
4 Importing IV_STATE Call by reference Type reference (TYPE) DDOBJSTATE 'M' Status of Objects 20090120

Method TABLE_TYPE_EXISTS on class /BOFU/CL_TOOLBOX has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702