SAP ABAP Class CL_CWB_DELTA_WAPP (Delta Between Two CL_CWB_OBJECT)
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_DELTA_SINGLE Delta Between Two CL_CWB_OBJECT 20040428
Properties
Class CL_CWB_DELTA_WAPP  
Short Description Delta Between Two CL_CWB_OBJECT    
Super Class CL_CWB_DELTA_SINGLE Delta Between Two CL_CWB_OBJECT 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCWB   Correction Workbench 
Created 20040428   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 BCWBN 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)
Interfaces
Class CL_CWB_DELTA_WAPP has no interface implemented.
Friends
Class CL_CWB_DELTA_WAPP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AC_XML_EVHANDLER Constant Private Type reference (TYPE) CHAR10 'EVHANDLER' Character Field Length = 10 20050215
2 AT_SUBDELTA_EVT Instance attribute Private Type reference (TYPE) TY_EVHANDLER_DELTAS Table with Key for Event Handler and Structured Code Delta 20040513
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_SC_DELTA Instance method Private Method Adding a Source Code Delta for Event Handler 20050309
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040504
3 UNPACK_DATA_WAPP Instance method Private Method Unpack Special WAPP Data with XSLT 20050211
Events
Class CL_CWB_DELTA_WAPP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_DELTA_WAPP Private See coding Layout, Type Source and Event Handler 20040513 BEGIN OF ty_delta_wapp, xlayout TYPE bcwbd_structured_code_delta, xtypesource TYPE bcwbd_structured_code_delta, xevhandler TYPE bcwbd_evhandler_deltas, END OF ty_delta_wapp
2 TY_EVHANDLER_DELTA Private See coding 20040513 BEGIN OF ty_evhandler_delta, applname TYPE o2applname, pagekey TYPE o2page, evhandler TYPE o2evhandlr, instance TYPE REF TO cl_cwb_subdelta_abapcode, END OF ty_evhandler_delta
3 TY_EVHANDLER_DELTAS Private See coding 20040513 ty_evhandler_deltas TYPE STANDARD TABLE OF ty_evhandler_delta
4 TY_EVHANDLER_DELTA_SOURCE Private See coding 20040524 BEGIN OF ty_evhandler_delta_source. INCLUDE TYPE vxo2pagevh. TYPES: source TYPE bcwbd_structured_code_delta, END OF ty_evhandler_delta_source
5 TY_EVHANDLER_DELTA_SOURCES Private See coding 20040524 ty_evhandler_delta_sources TYPE STANDARD TABLE OF ty_evhandler_delta_source
Method Signatures

Method APPEND_SC_DELTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EVHANDLER_DELTAS Call by reference Type reference (TYPE) BCWBD_EVHANDLER_DELTAS 20050309
2 Importing IR_SUBOBJECT_NEW Call by reference Object reference (TYPE REF TO) CL_CWB_SUBOBJECT_ANY_TEXT Beliebiger Text (Zeilenlänge 255) 20050309
3 Importing IR_SUBOBJECT_OLD Call by reference Object reference (TYPE REF TO) CL_CWB_SUBOBJECT_ANY_TEXT Beliebiger Text (Zeilenlänge 255) 20050309
4 Importing IS_PAGEVHS Call by reference Type reference (TYPE) BCWBO_PAGEVHS 20050309
# Exception Resumable Description Created on
1 CX_CWB_EXCEPTION Note Assistant: Ausnahmen 20050309

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OBJECT_NEW Call by reference Object reference (TYPE REF TO) CL_CWB_OBJECT Objekt für Korrekturworkbench 20040929
2 Importing IR_OBJECT_OLD Call by reference Object reference (TYPE REF TO) CL_CWB_OBJECT Objekt für Korrekturworkbench 20040929
3 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) CL_CWB_DELTA_COMPOSITION Übergeordnetes Delta 20040504
4 Importing IR_PARENT_CORR Call by reference Object reference (TYPE REF TO) CL_CWB_CORRECTION_INSTRUCTION Korrekturanleitung 20040729
5 Importing IS_CIKEY Call by reference Type reference (TYPE) CWBCIKEYVS Key einer Korrekturanleitung mit Versionsnummer 20040504
6 Importing IS_HEADER Call by reference Type reference (TYPE) BCWBD_DELTA_HEADER Header 20040504
7 Importing IS_HISTORY_HEADER_OLD Call by reference Type reference (TYPE) CWB_HIST_K History Header 20040504
8 Importing IS_SMODISRC_KEY Call by reference Type reference (TYPE) TY_SMODISRC_KEY Schlüssel der Tabelle SMODISRC 20040604
9 Importing IT_DELTA_CODE Call by reference Type reference (TYPE) BCWBN_CINST_DELTAS Tabelle der Objektdeltas 20040507
10 Importing IT_OBJECT_DATA_BIN Call by reference Type reference (TYPE) CWBCI_T_OBJDELTA Objektdaten der Korrekturanleitung (XML-Transformation) 20050211
11 Importing IV_MODE Call by reference Type reference (TYPE) BOOLE_D Lesen von SMODISRC: TRUE (='X') und FALSE (=' ') 20040603
# Exception Resumable Description Created on
1 ERROR Fehler 20040504

Method UNPACK_DATA_WAPP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_SUBOBJECT Call by reference Type reference (TYPE) BCWBD_EVHANDLER_DELTAS Deltas für Eventhandler 20050211
2 Exporting EV_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20050211
3 Importing IT_OBJECT_DATA_BIN Call by reference Type reference (TYPE) CWBCI_T_OBJDELTA Objektdaten der Korrekturanleitung (XML-Transformation) 20050211
# Exception Resumable Description Created on
1 ERROR Fehler 20050211
History
Last changed by/on SAP  20110908 
SAP Release Created in 700