SAP ABAP Class CL_CNV_00001_API_UTIL (Utility functions from CWB Basis)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_BASIS (Package) Conversion: Basis functions
Properties
Class CL_CNV_00001_API_UTIL  
Short Description Utility functions from CWB Basis    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_BASIS   Conversion: Basis functions 
Created 20131206   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
Class CL_CNV_00001_API_UTIL has no interface implemented.
Friends
Class CL_CNV_00001_API_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PT_PHASE Static Attribute Private Type reference (TYPE) TY_HT_PHASE 20131206
Methods
# Method Level Visibility Method type Description Created on
1 BUFFER_ADD_PHASE Static method Private Method Adds phase value and its text to internal buffer 20131206
2 BUFFER_GET_PHASE Static method Private Method Returns text for a phase 20131206
3 DO_GET_PHASE_TEXT Static method Protected Method Returns the text for the given phase 20131206
4 GET_PHASE_TEXT Static method Public Method Returns phase text 20131206
5 IS_PHASE_VALID Static method Public Method Returns whether given phase is a valid CWB phase 20131206
Events
Class CL_CNV_00001_API_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_HT_PHASE Private See coding 20131206 ty_ht_phase TYPE HASHED TABLE OF ty_phase WITH UNIQUE KEY phase
2 TY_PHASE Private See coding 20131206 BEGIN OF ty_phase, phase TYPE cnv_phase, text TYPE dd07v-ddtext, END OF ty_phase
Method Signatures

Method BUFFER_ADD_PHASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PHASE Call by reference Type reference (TYPE) CLIKE CWB phase 20131206
2 Importing IV_TEXT Call by reference Type reference (TYPE) CLIKE Phase text 20131206

Method BUFFER_ADD_PHASE on class CL_CNV_00001_API_UTIL has no exception.

Method BUFFER_GET_PHASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT Call by reference Type reference (TYPE) CLIKE Phase text 20131206
2 Importing IV_PHASE Call by reference Type reference (TYPE) CLIKE CWB phase 20131206
# Exception Resumable Description Created on
1 CX_CNV_00001_API_NOT_FOUND Generic Not Found Error 20131206

Method DO_GET_PHASE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PHASE Call by reference Type reference (TYPE) CLIKE CWB phase 20131206
2 Returning RV_DOM_TEXT Value transfer Type reference (TYPE) VAL_TEXT Short text for fixed values 20131206
# Exception Resumable Description Created on
1 CX_CNV_00001_API_NOT_FOUND Generic Not Found Error 20131206

Method GET_PHASE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PHASE Call by reference Type reference (TYPE) CLIKE CWB Phase 20131206
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING Phase text 20131206
# Exception Resumable Description Created on
1 CX_CNV_00001_API_NOT_FOUND Generic Not Found Error 20131206

Method IS_PHASE_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PHASE Call by reference Type reference (TYPE) CLIKE CWB phase 20131206
2 Returning RV_VALID Value transfer Type reference (TYPE) ABAP_BOOL Whether the phase is valid 20131206

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