SAP ABAP Class CL_CWB_SUBOBJECT_TAB (Sub-Object Table)
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_SUBOBJECT Sub-Object, such as Table 20020205
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CWB_SUBOBJECT_TAB_ORDERED Table with Key and Fixed Order 20020205
2 Inheritance (c INHERITING FROM c_ref)  CL_CWB_SUBOBJECT_TAB_UNORDERED Sub-Object, such as Table 20020205
Properties
Class CL_CWB_SUBOBJECT_TAB  
Short Description Sub-Object Table    
Super Class CL_CWB_SUBOBJECT Sub-Object, such as Table 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCWB   Correction Workbench 
Created 20020205   SAP 
Last change 20110908   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 BCWBD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 BCWBO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CWB_SUBOBJECT_TAB has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_CWB_TAB_MERGE_DISPLAY 20030318 Sub-Object Table
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AR_DATA_TABLE Instance attribute Public Object reference (TYPE REF TO) DATA Actual Table 20020208
2 AT_BACKUP_LINES Instance attribute Protected Type reference (TYPE) BCWBD_INTEGERS Backup Rows 20040518
3 AT_DATA_FIELDS Instance attribute Public Type reference (TYPE) BCWBO_FIELDNAMES Name of Non-Key Fields 20020206
4 AT_DISPLAY_FIELDS Instance attribute Public Type reference (TYPE) BCWBO_DISPLAY_FIELDNAMES Names of Fields Displayed in Merge Editor 20030307
5 AT_KEY_FIELDS Instance attribute Public Type reference (TYPE) BCWBO_FIELDNAMES Name of Key Fields 20020207
6 AT_REFERENCE_FIELDS Instance attribute Public Type reference (TYPE) BCWBO_FIELDNAMES Names of Fields that Contain Object References 20021024
7 AV_REF_TABLE Instance attribute Public Type reference (TYPE) LVC_RTNAME ALV Control: Reference Table Name for Internal Table Field 20041203
Methods
# Method Level Visibility Method type Description Created on
1 ADD_LINE_DELTA Instance method Public Method Add Structure Delta 20020206
2 APPEND_LINES Instance method Public Method Append Rows 20020307
3 CHECK_STRUCTS_EQUAL Static method Public Method Compare Structures 20020205
4 CONSTRUCTOR Instance method Public Constructor Constructor 20020208
5 DELETE_LINE Instance method Public Method Delete Row 20020206
6 DYNAMIC_SORT Static method Public Method Sort Table by Variable Set of Fields 20040910
7 ELIMINATE_VRSFLAGS Static method Public Method Remove Deleted Rows and Delete VRSFLAGs 20020311
8 FIND_LINE Instance method Public Method Corresponds to 'read table' 20020205
9 FIND_LINE_BINARY Instance method Public Method Corresponds to 'read table' with Binary Search 20020213
10 GET_DS_INDEX Instance method Public Method 20050315
11 GET_TABINFO_FROM_SVRS Instance method Private Method Get Key Fields from SVRS Tables 20020207
12 INITIALIZE_DISPLAY_STRUC Instance method Public Method Initialize ar_display_struc 20100329
13 INSERT_LINE Instance method Public Method Insert Row 20020206
14 MOVE_CORRESPONDING_CASTING Static method Public Method Move Corresponding with Cast 20070514
15 REPL_SUBDELTAS_WITH_SUBOBJECTS Instance method Protected Method 20041205
Events
Class CL_CWB_SUBOBJECT_TAB has no event.
Types
Class CL_CWB_SUBOBJECT_TAB has no local type.
Method Signatures

Method ADD_LINE_DELTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_APPLIED Call by reference Type reference (TYPE) BCWBO_BOOL Mindestens ein Feld geändert 20020206
2 Changing CV_NOT_APPLIED Call by reference Type reference (TYPE) BCWBO_BOOL Mindestens eine Änderung nicht durchgeführt 20020206
3 Changing CV_REAPPLIED Call by reference Type reference (TYPE) BCWBO_BOOL Mindestens eine Änderung schon vorhanden 20020206
4 Importing IS_LINE_NEW Call by reference Type reference (TYPE) ANY Neue Struktur 20020211
5 Importing IS_LINE_OLD Call by reference Type reference (TYPE) ANY Alte Struktur 20020211
6 Importing IV_COMPUTE_DISPLAY_STRUC Call by reference Type reference (TYPE) BCWBO_BOOL BCWBO_FALSE Display Struc protokollieren 20030312
7 Importing IV_DEL_INS_MODE Call by reference Type reference (TYPE) BCWBO_BOOL SPACE Kein Update, nur DEL INS 20020308
8 Importing IV_INDEX Call by reference Type reference (TYPE) I Index der zu ändernden Zeile 20020206

Method ADD_LINE_DELTA on class CL_CWB_SUBOBJECT_TAB has no exception.

Method APPEND_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LINES Call by reference Type reference (TYPE) STANDARD TABLE Anzuhängende Zeilen 20020307
2 Importing IV_COMPUTE_DISPLAY_STRUC Call by reference Type reference (TYPE) BCWBO_BOOL BCWBO_FALSE In DISPLAY_STRUC protokollieren 20030312
3 Importing IV_FROM Call by reference Type reference (TYPE) I 1 From 20020307
4 Importing IV_TO Call by reference Type reference (TYPE) I 0 To 20020307

Method APPEND_LINES on class CL_CWB_SUBOBJECT_TAB has no exception.

Method CHECK_STRUCTS_EQUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EQUAL Call by reference Type reference (TYPE) BCWBO_BOOL Ergebnis 20020211
2 Exporting EV_GT Call by reference Type reference (TYPE) BCWBO_BOOL Zeile1 > Zeile2 20020211
3 Exporting EV_LT Call by reference Type reference (TYPE) BCWBO_BOOL Zeile2 > Zeile1 20020211
4 Importing IS_STRUC1 Call by reference Type reference (TYPE) ANY erste Struktur 20020211
5 Importing IS_STRUC2 Call by reference Type reference (TYPE) ANY zweite Struktur 20020211
6 Importing IT_FIELDNAMES Call by reference Type reference (TYPE) BCWBO_FIELDNAMES zu vergleichende Felder 20020205

Method CHECK_STRUCTS_EQUAL on class CL_CWB_SUBOBJECT_TAB has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) CL_CWB_OBJECT Zeiger auf das übergeordnete Objekt 20020219
2 Importing IT_DATA_FIELDS Call by reference Type reference (TYPE) BCWBO_FIELDNAMES Zu berücksichtigende Datenfelde 20041205
3 Importing IT_DISPLAY_FIELDS Call by reference Type reference (TYPE) BCWBO_DISPLAY_FIELDNAMES Im Merge Editor anzuzeigende Felder 20030307
4 Importing IT_IGNORE_FIELDS Call by reference Type reference (TYPE) BCWBO_FIELDNAMES Zu ignorierende Felder 20020208
5 Importing IT_KEY_FIELDS Call by reference Type reference (TYPE) BCWBO_FIELDNAMES Namen der Keyfelder 20020208
6 Importing IT_NO_DISPLAY_FIELDS Call by reference Type reference (TYPE) BCWBO_FIELDNAMES Im Merge Editor nicht anzuzeigende Felder 20030310
7 Importing IT_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Tabelle 20020208
8 Importing IV_REF_TABLE Call by reference Type reference (TYPE) LVC_RTNAME ALV-Control: Referenztabellenname für internes Tabellenfeld 20041203
9 Importing IV_SUBOBJECT Call by reference Type reference (TYPE) VERSSOBJ Name eines Teils eines versionierbaren Objektes 20020208
10 Importing IV_TITLE Call by reference Type reference (TYPE) C Titel 20030307

Method CONSTRUCTOR on class CL_CWB_SUBOBJECT_TAB has no exception.

Method DELETE_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_INDEX Call by reference Type reference (TYPE) I Index der gelöschten Zeile 20020218
2 Exporting EV_LINE_DELETED Call by reference Type reference (TYPE) BCWBO_BOOL Zeile wurde tatsächlich gelöscht, nicht nur markiert 20030313
3 Importing IS_KEY Call by reference Type reference (TYPE) ANY Zu löschende Zeile 20020211
4 Importing IT_KEY_FIELDS Call by reference Type reference (TYPE) BCWBO_FIELDNAMES Namen der Keyfelder 20020207
5 Importing IV_COMPUTE_DISPLAY_STRUC Call by reference Type reference (TYPE) BCWBO_BOOL BCWBO_FALSE 20030312
6 Importing IV_INDEX Call by reference Type reference (TYPE) I Index der zu löschenden Zeile 20020206
7 Importing IV_MOVING Call by reference Type reference (TYPE) BCWBO_BOOL BCWBO_FALSE Löschung erfolgt im Rahmen eines Zeilenumzugs 20030312
# Exception Resumable Description Created on
1 NOT_FOUND Zeile nicht gefunden 20020206

Method DYNAMIC_SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20040910
2 Importing IT_SORT_FIELDS Call by reference Type reference (TYPE) BCWBO_FIELDNAMES 20040910

Method DYNAMIC_SORT on class CL_CWB_SUBOBJECT_TAB has no exception.

Method ELIMINATE_VRSFLAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Tabelle 20020311
2 Returning RR_TABLE Value transfer Object reference (TYPE REF TO) DATA Tabelle 20020311

Method ELIMINATE_VRSFLAGS on class CL_CWB_SUBOBJECT_TAB has no exception.

Method FIND_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_LINE Call by reference Object reference (TYPE REF TO) DATA Gefundene Zeile 20020205
2 Exporting EV_INDEX Value transfer Type reference (TYPE) I Index der gefundenen Zeile 20020205
3 Exporting EV_INDEX_WITHOUT_DELETED Value transfer Type reference (TYPE) I Index der gefundenen Zeile abzüglich gelöschter Zeilen davor 20060918
4 Importing IS_KEY Call by reference Type reference (TYPE) ANY Tabellenzeile, die die Keywerte enthält 20020211
5 Importing IT_KEY_FIELDS Call by reference Type reference (TYPE) BCWBO_FIELDNAMES Tabelle mit Namen der Keyfelder 20020207
# Exception Resumable Description Created on
1 NOT_FOUND Zeile wurde nicht gefunden 20020205

Method FIND_LINE_BINARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_LINE Call by reference Object reference (TYPE REF TO) DATA Gefundene Zeile 20020213
2 Exporting EV_INDEX Value transfer Type reference (TYPE) I Index der gefundenen Zeile 20020213
3 Importing IS_KEY Call by reference Type reference (TYPE) ANY Tabellenzeile, die die Keywerte enthält 20020213
4 Importing IT_KEY_FIELDS Call by reference Type reference (TYPE) BCWBO_FIELDNAMES Tabelle mit Namen der Keyfelder 20020213
5 Importing IV_INDEX_FROM Value transfer Type reference (TYPE) I 1 Intervall, mit dem die Suche beginnt 20020213
6 Importing IV_INDEX_TO Value transfer Type reference (TYPE) I 0 Intervall, mit dem die Suche beginnt 20020213
# Exception Resumable Description Created on
1 NOT_FOUND Zeile wurde nicht gefunden 20020213

Method GET_DS_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA_INDEX Call by reference Type reference (TYPE) I 20050315
2 Returning RV_DS_INDEX Value transfer Type reference (TYPE) I 20050315

Method GET_DS_INDEX on class CL_CWB_SUBOBJECT_TAB has no exception.

Method GET_TABINFO_FROM_SVRS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IGNORE_FIELDS Call by reference Type reference (TYPE) BCWBO_FIELDNAMES Namen der zu ignorierenden Felder 20020208
2 Exporting ET_KEY_FIELDS Call by reference Type reference (TYPE) BCWBO_FIELDNAMES Namen der Keyfelder 20020208
3 Exporting EV_DDIC_STRUC Call by reference Type reference (TYPE) TABNAME Name der referenzierten DDIC-Struktur 20030305
4 Exporting EV_TITLE Call by reference Type reference (TYPE) C Kurztext der DDIC-Struktur 20030307
# Exception Resumable Description Created on
1 ERROR Fehler 20020207
2 NOT_FOUND Objekttyp nicht vorhanden 20020207

Method INITIALIZE_DISPLAY_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) CL_CWB_SUBOBJECT_TAB Teilobjekt Tabelle 20100329
2 Importing IV_REF_TABLE Call by reference Type reference (TYPE) LVC_RTNAME ALV-Control: Referenztabellenname für internes Tabellenfeld 20100329
# Exception Resumable Description Created on
1 ERROR 20100402

Method INSERT_LINE 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) DATA 20030318
2 Importing IS_LINE Value transfer Type reference (TYPE) ANY Einzufügende Zeile 20020214
3 Importing IV_COMPUTE_DISPLAY_STRUC Call by reference Type reference (TYPE) BCWBO_BOOL BCWBO_FALSE In DISPLAY_STRUC protokollieren 20030312
4 Importing IV_INDEX Call by reference Type reference (TYPE) I Einfügeposition 20020206
5 Importing IV_MOVING Call by reference Type reference (TYPE) BCWBO_BOOL BCWBO_FALSE Insert erfolgt im Zuge eines Zeilenumzugs 20030312

Method INSERT_LINE on class CL_CWB_SUBOBJECT_TAB has no exception.

Method MOVE_CORRESPONDING_CASTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) ANY 20070514
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20070514
# Exception Resumable Description Created on
1 CX_SY_MOVE_CAST_ERROR Oberklasse aller System-Exceptions 20070514

Method REPL_SUBDELTAS_WITH_SUBOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_APPLIED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20041205
2 Exporting EV_NOT_APPLIED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20041205
3 Exporting EV_REAPPLIED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20041205
# Exception Resumable Description Created on
1 ERROR Fehler 20041205
History
Last changed by/on SAP  20110908 
SAP Release Created in 46C