SAP ABAP Class CL_PMEVC_ENGINE_VTABLE (Variant Table)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LO-VC (Application Component) Variant Configuration
     PME_VC_EDITION (Package) Modeling Environment for Variant Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PMEVC_ENGINE_ENTITY Engine of PME VC Edition 20040105
Properties
Class CL_PMEVC_ENGINE_VTABLE  
Short Description Variant Table    
Super Class CL_PMEVC_ENGINE_ENTITY Engine of PME VC Edition 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PME_VC_EDITION   Modeling Environment for Variant Configuration 
Created 20040105   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
2 CL_PMEVC_ENGINE_VTABLE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_PMEVC_ENGINE_ENTITY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 PMEDT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 PMEIF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_PMEVC_ENGINE_VTABLE has no interface implemented.
Friends
Class CL_PMEVC_ENGINE_VTABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_CONTENT Instance attribute Private Object reference (TYPE REF TO) DATA 20040126
2 MC_STRUCTURE_TYPE Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20040126
3 MC_TABLE_TYPE Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR 20040126
4 MS_HEADER Instance attribute Private Type reference (TYPE) CUVTAB 20040115
5 MT_CSTICS Instance attribute Private Type reference (TYPE) PMEIF_VTAB_CSTIC_TAB 20040115
6 MT_KEY_FIELDS Instance attribute Private Type reference (TYPE) PMEIF_KEY_FIELD_TAB 20040115
7 MT_STATUS Static Attribute Private See coding 20040206
8 MT_TEXT Instance attribute Private Type reference (TYPE) PMEIF_VTABLE_TEXT 20040208
9 MV_CELLS_WITH_INTERVALS Instance attribute Private Type reference (TYPE) I 20040224
10 MV_CONTENT_DISPLAY_ONLY Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091105
11 MV_CONTENT_HAS_CHANGED Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091124
12 MV_CONTENT_LOADED Instance attribute Private Type reference (TYPE) BOOLEAN 20040226
13 MV_CREATED_NEW Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20050304
14 MV_DISPLAY_VALUE_DESCR Instance attribute Private Type reference (TYPE) I Display value via description 20130419
15 MV_HAS_EMPTY_CELLS Instance attribute Private Type reference (TYPE) I 20040224
16 MV_LINE_WITH_EMPTY_CELLS Instance attribute Private Type reference (TYPE) I 20130207
17 MV_OVERLOADED_CELLS Instance attribute Private Type reference (TYPE) I 20040224
18 MV_STRUCTURE_LOADED Instance attribute Private Type reference (TYPE) BOOLEAN 20040226
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CSTIC Instance method Public Method Add Table Attribute 20040913
2 CHECK_CONSISTENCY Instance method Public Method Check: Consistent Status 20050608
3 CHECK_TABLE_USAGE Instance method Public Method Checks Table Usage in Dependency 20050609
4 CONSTRUCTOR Instance method Public Constructor Constructor 20040105
5 COPY_CONTENT Instance method Public Method Copy Table Contents 20050302
6 DELETE_CSTIC Instance method Public Method Delete Table Attribute 20040827
7 GET_BASE_DATA Instance method Public Method Provides Header Data 20040106
8 GET_CONTENT Instance method Public Method Provides Table Contents 20040126
9 GET_CONTENT_FROM_DBTABLE Instance method Private Method Returns table content with storage in db table 20040223
10 GET_CONTENT_FROM_VARTABLE Instance method Private Method Returns table content from generic var table storage 20040223
11 GET_CSTICS Instance method Public Method Provides Table Attributes 20040115
12 GET_CSTIC_USAGE Instance method Public Method Checks for cstic usage in dependency before deletion 20050513
13 GET_DISPLAY_VALUE_DESCR Instance method Public Method Provides if values are displayed via their descriptions 20130419
14 GET_KEY_FIELDS Instance method Public Method Provides all Key Fields for Table 20040115
15 GET_STATUS_FREE Static method Public Method Get Status Type: Free Dependency 20050428
16 GET_STATUS_FREE_CONT Static method Public Method Get Status Type: Free Content 20050502
17 GET_STRUCTURE_TYPE Instance method Public Method Provides Structure Type 20040223
18 GET_TEXTS Instance method Public Method Provides Texts 20040208
19 HAS_CELLS_WITH_INTERVALS Instance method Public Method Cells with Intervals Found 20040224
20 HAS_COLUMN_WITH_CSTIC Instance method Public Method Provides Table Attributes 20091012
21 HAS_CONTENT_CHANGED Instance method Public Method 20091124
22 HAS_EMPTY_CELLS Instance method Public Method Empty Cells Found 20040224
23 HAS_OVERLOADED_CELLS Instance method Public Method Overloaded Cells Found 20040224
24 IS_CONTENT_DISPLAY_ONLY Instance method Public Method 20091105
25 IS_HAVING_CONTENT Instance method Public Method Provides info about table content status 20050304
26 IS_STATUS_FREE Static method Public Method Status: Outstanding 20040206
27 IS_STATUS_FREE_CONT Static method Public Method Check if status has flag "Free content" 20130315
28 IS_USING_VALUE Instance method Public Method Determine, if value id used in table column 20091008
29 LOAD_CONTENT Instance method Private Method Loads table content 20040224
30 LOAD_STRUCTURE Instance method Private Method Loads table structure 20040226
31 SET_BASE_DATA Instance method Public Method Sets Header Data 20050301
32 SET_CONTENT Instance method Public Method Sets Contents 20040219
33 SET_CSTICS Instance method Public Method Sets Cstics 20040827
34 SET_KEY_FIELDS Instance method Public Method Sets the Key fields of table 20050301
35 SET_NEW_CREATED Instance method Public Method Sets the status a New Table - No content 20050304
36 SET_TEXTS Instance method Public Method Set Texts 20050301
Events
# Event Type Visibility Description Created on
1 CONTENT_CHANGED Instance Event
(0)
Public
(2)
20050810
2 STATUS_RELEASED Instance Event
(0)
Public
(2)
20050810
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_MULTIPLE_VALUES Public See coding 20111129 tt_multiple_values TYPE TABLE OF ty_multiple_values WITH KEY column
2 TY_MULTIPLE_VALUES Public See coding 20111129 BEGIN OF ty_multiple_values, column TYPE i, value TYPE atwrt, END OF ty_multiple_values
Method Signatures

Method ADD_CSTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EC_CSTIC Call by reference Object reference (TYPE REF TO) CL_PMEVC_ENGINE_GLOBAL_CSTIC 20040915
2 Importing IO_PREDECESSOR Call by reference Object reference (TYPE REF TO) IF_PMEVC_ENGINE_ENTITY General Engine Object 20090701
3 Importing IV_CSTIC_NAME Call by reference Type reference (TYPE) CABN-ATNAM 20040913

Method ADD_CSTIC on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method CHECK_CONSISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLEAN Boolsche Variable (X=true, -=false, Space=unknown) 20050608

Method CHECK_CONSISTENCY on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method CHECK_TABLE_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DELETE Call by reference Type reference (TYPE) BOOLEAN Boolsche Variable (X=true, -=false, Space=unknown) 20050609

Method CHECK_TABLE_USAGE on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IC_MODEL Call by reference Object reference (TYPE REF TO) CL_PMEVC_ENGINE_MODEL Container für VC Objekte 20040105
2 Importing IS_HEADER Call by reference Type reference (TYPE) CUVTAB Variantentabelle Grunddaten 20040105
3 Importing IV_CHANGE_NUMBER Call by reference Type reference (TYPE) AENR-AENNR 20041228
4 Importing IV_STATUS Call by reference Type reference (TYPE) I IF_PMEVC_ENGINE_ENTITY=>C_STATUS_LOADED 20040106
5 Importing IV_TEXT Call by reference Type reference (TYPE) STRING 20040105

Method CONSTRUCTOR on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method COPY_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IC_STRUCTURE_TYPE Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Services für Laufzeittyp 20050302
2 Importing IC_TABLE_TYPE Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Services für Laufzeittyp 20050302
3 Importing IT_DATA Call by reference Type reference (TYPE) DATA 20050302

Method COPY_CONTENT on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method DELETE_CSTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATNAM Call by reference Type reference (TYPE) CABN-ATNAM 20040921

Method DELETE_CSTIC on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method GET_BASE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_TABLE Value transfer Type reference (TYPE) CUVTAB Variantentabelle Grunddaten 20040106

Method GET_BASE_DATA on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method GET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EC_CONTENT Value transfer Object reference (TYPE REF TO) DATA 20040126

Method GET_CONTENT on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method GET_CONTENT_FROM_DBTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTENT Call by reference Type reference (TYPE) PMEIF_TABLE_CONTENT 20040223

Method GET_CONTENT_FROM_DBTABLE on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method GET_CONTENT_FROM_VARTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTENT Call by reference Type reference (TYPE) PMEIF_TABLE_CONTENT 20040223
# Exception Resumable Description Created on
1 CHANGE_NUMBER_INCORRECT 20040223
2 CHANGE_NUMBER_REQUIRED 20040223
3 CONTENT_MAINTENANCE_NOT_FREE 20040223
4 ENQUEUE_FAIL 20040223
5 NO_AUTHORITY_TABLE_CONTENT 20040223
6 NO_AUTHORITY_TABLE_STRUCTURE 20040223
7 NO_AUTHORITY_VAR_TABLES 20040223
8 NO_CHARACTERISTICS 20040223
9 TABLE_NOT_FOUND 20040223

Method GET_CSTICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CSTICS Call by reference Type reference (TYPE) PMEIF_ENTITY_TAB 20040115
2 Exporting ET_CSTICS_MNT Call by reference Type reference (TYPE) PMEIF_VTAB_CSTIC_TAB 20040209

Method GET_CSTICS on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method GET_CSTIC_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATNAM Call by reference Type reference (TYPE) CABN-ATNAM Merkmalsname 20050513
2 Exporting EV_USAGE Call by reference Type reference (TYPE) C 20050513

Method GET_CSTIC_USAGE on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method GET_DISPLAY_VALUE_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DISPLAY_VALUE_DESCR Value transfer Type reference (TYPE) I 20130419

Method GET_DISPLAY_VALUE_DESCR on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method GET_KEY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEY_FIELDS Call by reference Type reference (TYPE) PMEIF_KEY_FIELD_TAB Schlüsselfelder 20040115

Method GET_KEY_FIELDS on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method GET_STATUS_FREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RESULT Value transfer Type reference (TYPE) VTSTA 20050428

Method GET_STATUS_FREE on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method GET_STATUS_FREE_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RESULT Value transfer Type reference (TYPE) VTSTA 20050502

Method GET_STATUS_FREE_CONT on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method GET_STRUCTURE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EC_STRUCTURE_TYPE Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20040223

Method GET_STRUCTURE_TYPE on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method GET_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXTS Call by reference Type reference (TYPE) PMEIF_VTABLE_TEXT 20040208

Method GET_TEXTS on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method HAS_CELLS_WITH_INTERVALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_INTERVALS Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20040224

Method HAS_CELLS_WITH_INTERVALS on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method HAS_COLUMN_WITH_CSTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CSTIC Call by reference Object reference (TYPE REF TO) CL_PMEVC_ENGINE_CSTIC Represents a VC Characteristic 20091012
2 Returning RV_HAS_CSTIC Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091012

Method HAS_COLUMN_WITH_CSTIC on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method HAS_CONTENT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_CHANGED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091124

Method HAS_CONTENT_CHANGED on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method HAS_EMPTY_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HAS_EMPTY_CELLS Call by reference Type reference (TYPE) XFELD Feld zum Ankreuzen 20130207
2 Exporting EV_LINE_WITH_EMPTY_CELLS Call by reference Type reference (TYPE) STRING Number of the line with empty cells 20130207

Method HAS_EMPTY_CELLS on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method HAS_OVERLOADED_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_OVERLOADED_CELLS Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20040224

Method HAS_OVERLOADED_CELLS on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method IS_CONTENT_DISPLAY_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_CONTENT_DISPLAY_ONLY Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091105

Method IS_CONTENT_DISPLAY_ONLY on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method IS_HAVING_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_CONTENT Value transfer Type reference (TYPE) BOOLEAN Boolsche Variable (X=true, -=false, Space=unknown) 20050304

Method IS_HAVING_CONTENT on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method IS_STATUS_FREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RESULT Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20040206
2 Importing IV_STATUS Call by reference Type reference (TYPE) VTSTA Status Variantentabelle 20040206

Method IS_STATUS_FREE on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method IS_STATUS_FREE_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATUS Call by reference Type reference (TYPE) VTSTA Variant table status 20130315
2 Returning RV_RESULT Value transfer Type reference (TYPE) XFELD Info: Status has "Free content" 20130315

Method IS_STATUS_FREE_CONT on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method IS_USING_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VALUE Call by reference Object reference (TYPE REF TO) CL_PMEVC_ENGINE_VALUE Characteristic Value Engine Object 20091008
2 Importing IV_ONLY_WHEN_CHANGED Call by reference Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20091008
3 Returning RV_VALUE_IS_USED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091008

Method IS_USING_VALUE on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method LOAD_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20040224
2 Importing IV_FOR_CHANGE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091105

Method LOAD_CONTENT on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method LOAD_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) SY-DATUM SY-DATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20040226
2 Importing IV_FOR_CHANGE Call by reference Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20091007

Method LOAD_STRUCTURE on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method SET_BASE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HEADER Call by reference Type reference (TYPE) CUVTAB 20050301
2 Importing IV_LOADING Call by reference Type reference (TYPE) BOOLEAN Boolsche Variable (X=true, -=false, Space=unknown) 20050301

Method SET_BASE_DATA on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IC_CONTENT Call by reference Object reference (TYPE REF TO) DATA 20040219
2 Importing IC_NORM_CONTENT Call by reference Object reference (TYPE REF TO) DATA Normalized content 20111129

Method SET_CONTENT on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method SET_CSTICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CSTICS_MNT Call by reference Type reference (TYPE) PMEIF_VTAB_CSTIC_TAB 20050301

Method SET_CSTICS on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method SET_KEY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY_FIELDS Call by reference Type reference (TYPE) PMEIF_KEY_FIELD_TAB 20050301

Method SET_KEY_FIELDS on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method SET_NEW_CREATED Signature

Method SET_NEW_CREATED on class CL_PMEVC_ENGINE_VTABLE has no parameter.
Method SET_NEW_CREATED on class CL_PMEVC_ENGINE_VTABLE has no exception.

Method SET_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TEXTS Call by reference Type reference (TYPE) PMEIF_VTABLE_TEXT 20050301

Method SET_TEXTS on class CL_PMEVC_ENGINE_VTABLE has no exception.
Event Signatures

Event CONTENT_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EO_TABLE Exporting Value transfer Object reference (TYPE REF TO) CL_PMEVC_ENGINE_VTABLE Variant Table 20090806

Event STATUS_RELEASED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EO_TABLE Exporting Value transfer Object reference (TYPE REF TO) CL_PMEVC_ENGINE_VTABLE Variant Table 20090806
History
Last changed by/on SAP  20130531 
SAP Release Created in 500