SAP ABAP Class CL_CNV_10994_RUNTIME (Runtime methods for Change documents)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_10994 (Package) Conversion of change documents
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CNV_10994_RUNTIME Read configuration data interface 20130411
Properties
Class CL_CNV_10994_RUNTIME  
Short Description Runtime methods for Change documents    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_10994   Conversion of change documents 
Created 20130408   SAP 
Last change 20141030    
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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CNV_10994_RUNTIME Read configuration data interface 20130411
Friends
Class CL_CNV_10994_RUNTIME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NV_PACKID Instance attribute Public Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130411
2 OR_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_CNV_10994_RUNTIME Runtime methods for Change documents 20130411
3 OT_ITR_DATA Instance attribute Protected Type reference (TYPE) TY_HT_ITR_DATA 20130411
4 OT_TSTRUC Instance attribute Protected Type reference (TYPE) TY_ST_TSTRUC 20130411
5 OV_PROGNAME Instance attribute Protected Type reference (TYPE) SYCPROG ABAP program, caller in external procedures 20130411
6 OV_TSTRUC_INITIALIZED Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20130411
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130411
2 GET_INSTANCE Static method Public Method Returns the instance of this class 20130411
Events
Class CL_CNV_10994_RUNTIME has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_HT_ITR_DATA Protected See coding 20130411 ty_ht_itr_data TYPE HASHED TABLE OF ty_itr_data WITH UNIQUE KEY objectclas tabname prefix
2 TY_ITR_DATA Protected See coding 20130411 BEGIN OF ty_itr_data, objectclas TYPE cnv_10994_tstruc-param1, tabname TYPE cnv_10994_tstruc-param2, prefix TYPE cnv_10994_tstruc-param3, domname TYPE domname, dd03ltab TYPE STANDARD TABLE OF dd03l WITH DEFAULT KEY, rcomp TYPE STANDARD TABLE OF cnv_10020_rcomp WITH DEFAULT KEY, rcparm TYPE STANDARD TABLE OF cnv_10020_rcparm WITH DEFAULT KEY, END OF ty_itr_data
3 TY_ST_TSTRUC Protected See coding 20130411 ty_st_tstruc TYPE SORTED TABLE OF cnv_10994_tstruc WITH NON-UNIQUE KEY param1 param2 param3 offs
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130411
2 Importing IV_PROGNAME Call by reference Type reference (TYPE) SYCPROG ABAP program, caller in external procedures 20130411

Method CONSTRUCTOR on class CL_CNV_10994_RUNTIME has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20130411
2 Importing IV_PROGNAME Call by reference Type reference (TYPE) SYCPROG ABAP program, caller in external procedures 20130411
3 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_CNV_10994_RUNTIME Read configuration data interface 20130411

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