SAP ABAP Class CX_WB_OBJECT_VERSIONING (Exception class for object versioning)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
     SWB_VERSIONING (Package) Versioning functionality
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 20110228
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_T100_MESSAGE Interface for Accessing T100 Texts 20110228
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_WB_OBJ_OBJECT_NOT_EXISTENT Object does not exist 20110228
2 Inheritance (c INHERITING FROM c_ref)  CX_WB_OBJ_VERS_BADICALL_FAILED The BAdI Call to get a Version/List failed 20110228
3 Inheritance (c INHERITING FROM c_ref)  CX_WB_OBJ_VERS_INVALID_VERS_ID Invalid Version Id of an Workbench Object 20110228
4 Inheritance (c INHERITING FROM c_ref)  CX_WB_OBJ_VERS_INVAL_OBJ_KEY The Object Key to read a Version is invalid 20110228
5 Inheritance (c INHERITING FROM c_ref)  CX_WB_OBJ_VERS_OUTDATED_PLAN The source plan of the object is outdated 20110228
6 Inheritance (c INHERITING FROM c_ref)  CX_WB_OBJ_VERS_PERMIS_DENIED The permission to read Versions is denied 20110228
Properties
Class CX_WB_OBJECT_VERSIONING  
Short Description Exception class for object versioning    
Super Class CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package SWB_VERSIONING   Versioning functionality 
Created 20110117   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CX_WB_OBJECT_VERSIONING has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_T100_MESSAGE Interface for Accessing T100 Texts 20110228
Friends
Class CX_WB_OBJECT_VERSIONING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MESSAGE_ID Instance attribute Public Type reference (TYPE) SY-MSGID Message Class 20110228
2 MESSAGE_NUMBER Instance attribute Public Type reference (TYPE) SY-MSGNO Message Number 20110228
3 MESSAGE_TEXT Instance attribute Public Type reference (TYPE) STRING 20110228
4 MESSAGE_TYPE Instance attribute Public Type reference (TYPE) SYMSGTY Message Type 20110228
5 MESSAGE_VARIABLE_1 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20110228
6 MESSAGE_VARIABLE_2 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20110228
7 MESSAGE_VARIABLE_3 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20110228
8 MESSAGE_VARIABLE_4 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20110228
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110228
2 GET_SYMSG Instance method Public Method Get the sy-msgxx variables 20110228
3 RAISE_SY_MESSAGE Static method Public Method Trigger T100 Exception 20110228
4 SET_MESSAGE Instance method Public Method Utility method for setting arbitrary T100 messages 20110228
Events
Class CX_WB_OBJECT_VERSIONING has no event.
Types
Class CX_WB_OBJECT_VERSIONING has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_ID Call by reference Type reference (TYPE) SY-MSGID 20110228
2 Importing MESSAGE_NUMBER Call by reference Type reference (TYPE) SY-MSGNO 20110228
3 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) STRING 20110228
4 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) SYMSGTY 20110228
5 Importing MESSAGE_VARIABLE_1 Call by reference Type reference (TYPE) SYMSGV 20110228
6 Importing MESSAGE_VARIABLE_2 Call by reference Type reference (TYPE) SYMSGV 20110228
7 Importing MESSAGE_VARIABLE_3 Call by reference Type reference (TYPE) SYMSGV 20110228
8 Importing MESSAGE_VARIABLE_4 Call by reference Type reference (TYPE) SYMSGV 20110228
9 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20110228
10 Importing TEXTID Call by reference Attribute reference (LIKE) IF_T100_MESSAGE=>T100KEY 20110228

Method CONSTRUCTOR on class CX_WB_OBJECT_VERSIONING has no exception.

Method GET_SYMSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MESSAGE_ID Call by reference Type reference (TYPE) SYMSGID 20110228
2 Exporting MESSAGE_NUMBER Call by reference Type reference (TYPE) SYMSGNO 20110228
3 Exporting MESSAGE_TYPE Call by reference Type reference (TYPE) SYMSGTY 20110228
4 Exporting MESSAGE_VARIABLE_1 Call by reference Type reference (TYPE) SYMSGV 20110228
5 Exporting MESSAGE_VARIABLE_2 Call by reference Type reference (TYPE) SYMSGV 20110228
6 Exporting MESSAGE_VARIABLE_3 Call by reference Type reference (TYPE) SYMSGV 20110228
7 Exporting MESSAGE_VARIABLE_4 Call by reference Type reference (TYPE) SYMSGV 20110228
8 Exporting MSGTEXT Call by reference Type reference (TYPE) STRING 20110228
9 Exporting SYMSG Call by reference Type reference (TYPE) SYMSG Structure of message variables 20110228

Method GET_SYMSG on class CX_WB_OBJECT_VERSIONING has no exception.

Method RAISE_SY_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) STRING Short Text of T100 Class 20110228
2 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS Previous Exception 20110228
# Exception Resumable Description Created on
1 CX_WB_OBJECT_VERSIONING Exception class for object versioning 20110228

Method SET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_ID Call by reference Type reference (TYPE) SYMSGID SY-MSGID Message Class 20110228
2 Importing MESSAGE_NUMBER Call by reference Type reference (TYPE) SYMSGNO SY-MSGNO Message Number 20110228
3 Importing MESSAGE_TEXT Call by reference Type reference (TYPE) STRING Short Text for T100 Message 20110228
4 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) SYMSGTY SY-MSGTY Message Type 20110228
5 Importing MESSAGE_VARIABLE_1 Call by reference Type reference (TYPE) SYMSGV SY-MSGV1 Message Variable 20110228
6 Importing MESSAGE_VARIABLE_2 Call by reference Type reference (TYPE) SYMSGV SY-MSGV2 Message Variable 20110228
7 Importing MESSAGE_VARIABLE_3 Call by reference Type reference (TYPE) SYMSGV SY-MSGV3 Message Variable 20110228
8 Importing MESSAGE_VARIABLE_4 Call by reference Type reference (TYPE) SYMSGV SY-MSGV4 Message Variable 20110228
9 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20110228
10 Importing SYMSG Call by reference Type reference (TYPE) SYMSG Compact Transfer of T100 MSGxx 20110228

Method SET_MESSAGE on class CX_WB_OBJECT_VERSIONING has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in