SAP ABAP Class CL_CWB_OBJECT_SINGLE (LIMU CINC in Correction Workbench)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-NA (Application Component) SAP Note Assistant
     SCWB (Package) Correction Workbench
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT Object for Correction Workbench 20020405
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_TLOG TLOG Object in the Correction Workbench 20100319
2 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_REPT REPT in CWB 20071112
3 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_SECTION General Section of a Class 20070207
4 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_SFBF SFBF in CWB 20080130
5 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_SFBS SFBS in CWB 20080130
6 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_SFSW SFSW in CWB 20080130
7 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_SMIM SMIM in Correction Workbench 20021128
8 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_SPRX SPRX in CWB 20090610
9 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_TABD TABD in CWB 20020604
10 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_TABT TABT in CWB 20020613
... Click here to see Used By full list (38 items)
Properties
Class CL_CWB_OBJECT_SINGLE  
Short Description LIMU CINC in Correction Workbench    
Super Class CL_CWB_OBJECT Object for Correction Workbench 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCWB   Correction Workbench 
Created 20020405   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 BCWBD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 BCWBO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SVRS2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CWB_OBJECT_SINGLE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_CWB_DELTA_SINGLE 20050119 Delta Between Two CL_CWB_OBJECT
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AR_XDATA Instance attribute Protected Object reference (TYPE REF TO) DATA 20050628
2 AS_HISTORY_HEADER Instance attribute Public Type reference (TYPE) CWB_HIST_K Header for History Table 20020405
3 AS_XVERSIONABLE_OBJECT Instance attribute Protected Type reference (TYPE) SVRS2_XVERSIONABLE_OBJECT Object Data with Change Information 20020405
4 AT_SUBOBJECTS Instance attribute Protected Type reference (TYPE) CWB_SUBOBJECTS Sub-Objects (Tables in Object) 20020405
5 AV_STATUS Instance attribute Public Type reference (TYPE) R3STATE Status 'I' or 'A' 20020405
6 AV_XVERSIONABLE_OBJECT_VALID Instance attribute Protected Type reference (TYPE) BCWBO_BOOL Content of AS_XVERSIONABLE_OBJECT Still Valid 20020405
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_OBJECT_IN_WORKING_AREA Instance method Protected Method Check Whether Object in Work Area 20020613
2 CONVERT_CWB_TO_SVRS2_FORMAT Instance method Protected Method Convert to SVRS2 Format 20020405
3 CONVERT_SVRS2_TO_CWB_FORMAT Instance method Protected Method Convert Object Data to CWB Format 20020405
4 CONVERT_XDATA_TO_CWB_FORMAT Instance method Protected Method Convert AR_UNPACKED_XDATA to Subobjects 20050628
5 CORRECT_XVERSIONABLE_OBJECT Instance method Protected Method Corrects the inconsistencies 20060912
6 GET_EXP_IMP_TABLE Instance method Protected Method Get Table with Data Being Imported and Exported 20040810
7 GET_OBJECT_NAME_FROM_SUBOBJS Instance method Protected Method Get Object Names from Subobjects 20050104
8 GET_SUBOBJECTS Instance method Public Method Get Sub-Objects (Object Data) 20020405
9 GET_XVERSIONABLE_OBJECT Instance method Public Method Display Object Data in SVRS2 Format 20020405
10 READ_FROM_DB Instance method Protected Method Read Object Data from Database 20020405
11 READ_FROM_REPOSITORY Instance method Protected Method Read from Repository with DE Read Module 20020405
12 READ_FROM_VERSDB Instance method Protected Method Read from Version Management or DE 20020405
13 SET_OBJECT_NAME Instance method Protected Method Change Object Name in Subobjects (Not in Header) 20021118
14 SET_XVERSIONABLE_OBJECT_XML Instance method Protected Method Unpack XML String and Fill in XVERSIONABLE_OBJECT 20051230
Events
Class CL_CWB_OBJECT_SINGLE has no event.
Types
Class CL_CWB_OBJECT_SINGLE has no local type.
Method Signatures

Method CHECK_OBJECT_IN_WORKING_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJ_INACTIVE Call by reference Type reference (TYPE) BCWBO_BOOL Inaktive Version existiert 20020613
2 Exporting EV_OBJ_IN_WA Call by reference Type reference (TYPE) BCWBO_BOOL Objekt in WA 20020613

Method CHECK_OBJECT_IN_WORKING_AREA on class CL_CWB_OBJECT_SINGLE has no exception.

Method CONVERT_CWB_TO_SVRS2_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INCLUDES Call by reference Type reference (TYPE) BCWBD_RAW_INCLUDES Includes, die zu dem Objekt gehören 20020405
# Exception Resumable Description Created on
1 ERROR Fehler 20020405

Method CONVERT_SVRS2_TO_CWB_FORMAT Signature

Method CONVERT_SVRS2_TO_CWB_FORMAT on class CL_CWB_OBJECT_SINGLE has no parameter.
# Exception Resumable Description Created on
1 ERROR Fehler 20020405

Method CONVERT_XDATA_TO_CWB_FORMAT Signature

Method CONVERT_XDATA_TO_CWB_FORMAT on class CL_CWB_OBJECT_SINGLE has no parameter.
# Exception Resumable Description Created on
1 CX_CWB_EXCEPTION Note Assistant: Ausnahmen 20050628

Method CORRECT_XVERSIONABLE_OBJECT Signature

Method CORRECT_XVERSIONABLE_OBJECT on class CL_CWB_OBJECT_SINGLE has no parameter.
Method CORRECT_XVERSIONABLE_OBJECT on class CL_CWB_OBJECT_SINGLE has no exception.

Method GET_EXP_IMP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EXP_IMP_TABLE Value transfer Type reference (TYPE) BCWBO_EXP_IMP_TABLE Tabelle mit zu ex- und importierenden Daten 20040810

Method GET_EXP_IMP_TABLE on class CL_CWB_OBJECT_SINGLE has no exception.

Method GET_OBJECT_NAME_FROM_SUBOBJS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJNAME Value transfer Type reference (TYPE) TROBJ_NAME Objekttyp 20050104

Method GET_OBJECT_NAME_FROM_SUBOBJS on class CL_CWB_OBJECT_SINGLE has no exception.

Method GET_SUBOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUBOBJECTS Value transfer Type reference (TYPE) CWB_SUBOBJECTS Teilobjekte 20020405
# Exception Resumable Description Created on
1 ERROR Fehler 20020405
2 NO_VERSION Keine Version gefunden 20050510

Method GET_XVERSIONABLE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_XDATA Call by reference Object reference (TYPE REF TO) DATA Spezielle Datenformate eines Objekts 20050523
2 Exporting ES_XVERSIONABLE_OBJECT Call by reference Type reference (TYPE) SVRS2_XVERSIONABLE_OBJECT Objektdaten 20020405
3 Exporting ES_XVO_WO_VRSFLAG Call by reference Type reference (TYPE) SVRS2_XVERSIONABLE_OBJECT Objektdaten ohne VRSFLAG und gelöschte Einträge 20020521
4 Exporting ET_CHAR_SOURCE Call by reference Type reference (TYPE) VXABAPT255_TAB Tabellentyp zu VXABAPT255 20041122
5 Exporting ET_EVHANDLER Call by reference Type reference (TYPE) VXO2PAGEVHS_TAB Eventhandler (nur für WAPP) 20021022
6 Exporting ET_LAYOUT Call by reference Type reference (TYPE) BCWBD_XABAPTEXT_LINES Layout (nur für WAPP) 20021022
7 Exporting ET_TYPESOURCE Call by reference Type reference (TYPE) BCWBD_XABAPTEXT_LINES Typsource (nur für WAPP) 20021022
8 Exporting ET_XELEM Call by reference Type reference (TYPE) D021X_TAB Erweiterte Elementliste (nur für Dynpros) 20020412
9 Exporting ET_XHEADER Call by reference Type reference (TYPE) D020X_TAB Erweiterter Header (nur für Dynpros) 20020412
10 Exporting ET_XIACFLOW Call by reference Type reference (TYPE) BCWBD_XABAPTEXT_LINES 20040809
11 Exporting ET_XIACHTML Call by reference Type reference (TYPE) BCWBD_XABAPTEXT_LINES 20040809
# Exception Resumable Description Created on
1 ERROR Fehler 20030922
2 NO_VERSION Keine Version gefunden 20050510

Method READ_FROM_DB Signature

Method READ_FROM_DB on class CL_CWB_OBJECT_SINGLE has no parameter.
# Exception Resumable Description Created on
1 EMPTY_HEADER Keine Headerdatenvorhanden 20020405
2 ERROR Irgendein Fehler 20020405
3 NO_VERSION Keine Version vorhanden 20050510
4 RFC_ERROR Fehler bei einem RFC-Aufruf 20020405

Method READ_FROM_REPOSITORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VERSIONABLE_OBJECT Call by reference Type reference (TYPE) SVRS2_VERSIONABLE_OBJECT 20070208
# Exception Resumable Description Created on
1 ERROR Fehler 20020405

Method READ_FROM_VERSDB Signature

Method READ_FROM_VERSDB on class CL_CWB_OBJECT_SINGLE has no parameter.
# Exception Resumable Description Created on
1 EMPTY_HEADER Keine Headerdatenvorhanden 20020405
2 ERROR Irgendein Fehler 20020405
3 NO_VERSION Keine Version vorhanden 20050510
4 RFC_ERROR Fehler bei einem RFC-Aufruf 20020405

Method SET_OBJECT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJNAME Call by reference Type reference (TYPE) TROBJ_NAME Objektname in der Objektliste 20021118

Method SET_OBJECT_NAME on class CL_CWB_OBJECT_SINGLE has no exception.

Method SET_XVERSIONABLE_OBJECT_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XVERSIONABLE_OBJECT_XML Call by reference Type reference (TYPE) XSTRING 20051230
# Exception Resumable Description Created on
1 ERROR Fehler 20051230
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_TLOG TLOG Object in the Correction Workbench 20100319
2 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_REPT REPT in CWB 20071112
3 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_SECTION General Section of a Class 20070207
4 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_SFBF SFBF in CWB 20080130
5 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_SFBS SFBS in CWB 20080130
6 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_SFSW SFSW in CWB 20080130
7 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_SMIM SMIM in Correction Workbench 20021128
8 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_SPRX SPRX in CWB 20090610
9 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_TABD TABD in CWB 20020604
10 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_TABT TABT in CWB 20020613
11 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_REPS Report Source in Correction Workbench 20020405
12 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_TTYD TTYD in CWB 20020612
13 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_TYPD Type Group in Correction Workbench 20020405
14 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_WAPP WAPP in Correction Workbench 20021022
15 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_WDCC WDCC in CWB 20090930
16 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_WDYC Web Dynpro Controller 20051208
17 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_WDYD Web Dynpro Definition 20051212
18 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_WDYV Web Dynpro View 20051208
19 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_WEBI SPRX in CWB 20090609
20 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_IAMU LIMU CINC in Correction Workbench 20041122
21 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_CLSD LIMU CLSD 20020409
22 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_DOMD DOMD in CWB 20020604
23 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_DTED DTED in CWB 20020604
24 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_DYNP Screen in Correction Workbench 20020426
25 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_ENHC Switch Framework: Enhancement Composite 20050506
26 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_ENHO Switch Framework in the Correction Workbench 20050504
27 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_ENHS Switch Framework: Spot 20050506
28 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_ENSC Switch Framework: Spot Composite 20050506
29 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_FUNC Function Module in Correction Workbench 20020405
30 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_CINC LIMU CINC in Correction Workbench 20020405
31 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_IARP Sub-Object, such as Table 20041123
32 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_IASP Sub-Object, such as Table 20041123
33 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_IATU Language-Independent IAC Templates 20040809
34 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_INTF Interface 20020410
35 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_MESS T100 Message in Correction Workbench 20020405
36 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_METH Method Implementations in Correction Workbench 20020405
37 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_MSAD Message Class in Correction Workbench 20020405
38 Inheritance (c INHERITING FROM c_ref)  CL_CWB_OBJECT_MTXT Object for Manual Activities 20060309
History
Last changed by/on SAP  20110908 
SAP Release Created in 46C