SAP ABAP Class CL_CNV_10992_RUNTIME (Runtime for text documents)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_10992 (Package) Generic conversion of texts
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CNV_10992_RUNTIME Read configuration data interface 20130411
Properties
Class CL_CNV_10992_RUNTIME  
Short Description Runtime for text documents    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_10992   Generic conversion of texts 
Created 20130409   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_10992_RUNTIME Read configuration data interface 20130411
Friends
Class CL_CNV_10992_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_10992_RUNTIME Configuration read operations 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_10992_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 tdobject tdid prefix
2 TY_ITR_DATA Protected See coding 20130411 BEGIN OF ty_itr_data, tdobject TYPE cnv_10992_tstruc-tdobject, tdid TYPE cnv_10992_tstruc-tdid, prefix TYPE cnv_10992_tstruc-prefix, 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_10992_tstruc WITH NON-UNIQUE KEY tdobject tdid prefix 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_10992_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_10992_RUNTIME Runtime methods for Text documents 20130411

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