SAP ABAP Class CL_CNV_10996_ARCHDEF (Add/Delete Structures in ARCH_DEF)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_10996 (Package) Archive conversion
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CNV_10996_DATA_CONSTANTS Constants and some data declarations 20130628
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CNV_10996_ADD_ARCHDEF Add entries in ARCH_DEF for conversion 20130628
2 Inheritance (c INHERITING FROM c_ref)  CL_CNV_10996_DEL_ARCHDEF Delete entries in ARCH_DEF for conversion 20130628
Properties
Class CL_CNV_10996_ARCHDEF  
Short Description Add/Delete Structures in ARCH_DEF    
Super Class CL_CNV_10996_DATA_CONSTANTS Constants and some data declarations 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_10996   Archive conversion 
Created 20130618   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CNV_10996_ARCHDEF has no forward declaration.
Interfaces
Class CL_CNV_10996_ARCHDEF has no interface implemented.
Friends
Class CL_CNV_10996_ARCHDEF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CNV_10996_ARDEF_TAB Instance attribute Protected Type reference (TYPE) CNV_10996_ARDEF_TAB Internal Table Type for table CNV_10996_ARDEF 20130628
2 FI_MONTH Instance attribute Protected Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130628
3 INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_CNV_10996_ARCHDEF Add/Delete Structures in ARCH_DEF 20130628
4 PACKID Instance attribute Protected Type reference (TYPE) CNVPACK-PACKID Conversion: Conversion package number 20130628
Methods
# Method Level Visibility Method type Description Created on
1 DELETE Instance method Protected Method Delete entry from ARCH_DEF 20130628
2 MODIFY Instance method Public Method Deletes all additional entries in table ARCH_DEF 20130628
3 UPDATE Instance method Protected Method Update entry in ARCH_DEF 20130628
Events
Class CL_CNV_10996_ARCHDEF has no event.
Types
Class CL_CNV_10996_ARCHDEF has no local type.
Method Signatures

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARCH_DEF_WA Call by reference Type reference (TYPE) ARCH_DEF Definition of archive object 20130628
2 Importing CNV_10996_ARDEF_WA Call by reference Type reference (TYPE) CNV_10996_ARDEF Additional tables for AR objects 20130628
3 Importing LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_00001_ULV_LOGGER CWB ULV logger implementation 20130628
4 Returning RETVAL Value transfer Type reference (TYPE) SY-SUBRC Return Value, Return Value After ABAP Statements 20130628
# Exception Resumable Description Created on
1 CX_CNV_10996_NO_ARDEF_OBJECT No object in ARCH_DEF found for deletion 20130628

Method MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_00001_ULV_LOGGER CWB ULV logger implementation 20130628
# Exception Resumable Description Created on
1 CX_CNV_10996_ADD_FAILED Adding FI_MONTH object failed 20130628

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CNV_10996_ARDEF_WA Call by reference Type reference (TYPE) CNV_10996_ARDEF Additional tables for AR objects 20130628
2 Importing PACKID Call by reference Type reference (TYPE) CNVPACK-PACKID Conversion: Conversion package number 20130628
3 Returning RETVAL Value transfer Type reference (TYPE) SY-SUBRC Return Value, Return Value After ABAP Statements 20130628

Method UPDATE on class CL_CNV_10996_ARCHDEF has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in