SAP ABAP Class CL_CMS_COMMON (CMS General Constants)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FS-CMS (Application Component) Collateral Management System
     CMS_COMMON (Package) Tools & Common Interfaces used by CMS
Properties
Class CL_CMS_COMMON  
Short Description CMS General Constants    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CMS_COMMON   Tools & Common Interfaces used by CMS 
Created 20030311   SAP 
Last change 20040819   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_CMS_COMMON Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_CMS_COMMON has no interface implemented.
Friends
Class CL_CMS_COMMON has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_CDOC_CHNG_IND_DEL Constant Public Type reference (TYPE) CDPOS-CHNGIND 'D' Change type: Delete 20030513
2 CON_CDOC_CHNG_IND_IDEL Constant Public Type reference (TYPE) CDPOS-CHNGIND 'E' Change type: Individual Delete 20030513
3 CON_CDOC_CHNG_IND_INS Constant Public Type reference (TYPE) CDPOS-CHNGIND 'I' Change type: Insert 20030513
4 CON_CDOC_CHNG_IND_UPD Constant Public Type reference (TYPE) CDPOS-CHNGIND 'U' Change type: Update 20030326
5 CON_CDOC_PLANNED Constant Public Type reference (TYPE) CDHDR-CHANGE_IND 'P' Planned Change Documents 20030326
6 CON_CDOC_REAL Constant Public Type reference (TYPE) CDHDR-CHANGE_IND 'R' Real Change Documents 20030327
7 CON_CD_BUSINFO_CAT_CAG_RBL Constant Public Type reference (TYPE) CMS_DTE_CD_BUSINFO_CAT '02' Change Category: Auto CAG RBL Generation 20040512
8 CON_CD_BUSINFO_CAT_CR Constant Public Type reference (TYPE) CMS_DTE_CD_BUSINFO_CAT '01' Change Category: Change Request 20040512
9 CON_FALSE Constant Public Type reference (TYPE) CMS_DTE_FLG SPACE Flag: False 20030331
10 CON_MSG_CLASS_GENERAL Constant Public Type reference (TYPE) SY-MSGID 'CMS_GENERAL' General Message Class 20030312
11 CON_MSG_TYP_A Constant Public Type reference (TYPE) SY-MSGTY 'A' Abend 20030311
12 CON_MSG_TYP_A_SEVERITY Constant Public Type reference (TYPE) SY-SUBRC 16 Abend Message Severity 20030311
13 CON_MSG_TYP_E Constant Public Type reference (TYPE) SY-MSGTY 'E' Error 20030311
14 CON_MSG_TYP_E_SEVERITY Constant Public Type reference (TYPE) SY-SUBRC 12 Error Message Severity 20030311
15 CON_MSG_TYP_I Constant Public Type reference (TYPE) SY-MSGTY 'I' Information 20030311
16 CON_MSG_TYP_I_SEVERITY Constant Public Type reference (TYPE) SY-SUBRC 4 Information Message Severity 20030311
17 CON_MSG_TYP_S Constant Public Type reference (TYPE) SY-MSGTY 'S' Success 20030311
18 CON_MSG_TYP_S_SEVERITY Constant Public Type reference (TYPE) SY-SUBRC 6 Success Message Severity 20030311
19 CON_MSG_TYP_W Constant Public Type reference (TYPE) SY-MSGTY 'W' Warning 20030311
20 CON_MSG_TYP_W_SEVERITY Constant Public Type reference (TYPE) SY-SUBRC 8 Warning Message Severity 20030311
21 CON_MSG_TYP_X Constant Public Type reference (TYPE) SY-MSGTY 'X' Exit (with Dump) 20030311
22 CON_RC_SYS_FAILURE Constant Public Type reference (TYPE) CMS_DTE_RETURN_CODE 999001 System Failure 20030312
23 CON_TIMEZONE_UTC Constant Public Type reference (TYPE) TIMEZONE 'UTC' UTC Timezone 20030312
24 CON_TIME_1200 Constant Public Type reference (TYPE) SY-UZEIT '120000' Constant time for timestamps with only dates 20030326
25 CON_TRUE Constant Public Type reference (TYPE) CMS_DTE_FLG 'X' Flag: True 20030331
26 G_TAH_VALUE_TEXT Static Attribute Private Type reference (TYPE) CMS_TAH_COMMON_VALUE_TEXT Buffer to store Texts for customizing entries 20040514
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040810
2 CONVERT_DATE_TIME_TO_TSTAMP Static method Public Method Convert Date and Time to NUMC Timestamp 20030326
3 CONVERT_DATE_TO_TSTAMP Static method Public Method Convert Date to NUMC Timestamp(1200, UTC Timezone) 20030708
4 CONVERT_EXT_TO_INT Static method Public Method Convert External Format to Internal Format 20030412
5 CONVERT_TAB_DBL_TO_DB Static method Public Method Convert from DB Layer Format to DB Format 20030318
6 CONVERT_TAB_DB_TO_DBL Static method Public Method Convert from DB Format to DB Layer Format 20030318
7 CONVERT_TSTAMP_TO_DATE Static method Public Method Convert NUMC Timestamp to Date (1200, UTC Timezone) 20030708
8 CONVERT_TSTAMP_TO_DATE_TIME Static method Public Method Convert NUMC Timestamp to Date and Time 20030326
9 GET_FIELD_VALUE Static method Public Method Retrieve a Field's Value 20030314
10 GET_VALUE_TEXT Static method Public Method Retrieve Customizing Table Entry's Text from its Text Table 20040514
11 ON_TRANSACTION_FINISHED Static method Public Event handling method Refresh Buffers after COMMIT WORK 20040810
12 REFRESH_VALUE_TEXT Static method Public Method Refresh Value Text Buffers 20040514
Events
Class CL_CMS_COMMON has no event.
Types
Class CL_CMS_COMMON has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CMS_COMMON has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CMS_COMMON has no exception.

Method CONVERT_DATE_TIME_TO_TSTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TIMESTAMP Value transfer Type reference (TYPE) TZNTSTMPSL Zeitstempel in Kurzform (Lokales Datums- und Zeitformat) 20030326
2 Importing IM_DATE Value transfer Type reference (TYPE) SY-DATUM Datum und Uhrzeit, aktuelles (Anwendungsserver-)Datum 20030326
3 Importing IM_TIME Value transfer Type reference (TYPE) SY-UZEIT CL_CMS_COMMON=>CON_TIME_1200 Datum und Uhrzeit, aktuelle Anwendungsserverzeit 20030326
4 Importing IM_TIME_ZONE Value transfer Type reference (TYPE) TIMEZONE SY-ZONLO Zeitzone 20030326

Method CONVERT_DATE_TIME_TO_TSTAMP on class CL_CMS_COMMON has no exception.

Method CONVERT_DATE_TO_TSTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DATE Value transfer Type reference (TYPE) SY-DATUM Datum und Uhrzeit, aktuelles (Anwendungsserver-)Datum 20030708
2 Returning RT_TIMESTAMP Value transfer Type reference (TYPE) TZNTSTMPSL Zeitstempel - Kurzformat 20030708

Method CONVERT_DATE_TO_TSTAMP on class CL_CMS_COMMON has no exception.

Method CONVERT_EXT_TO_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_OUTPUT Value transfer Type reference (TYPE) C Ausgabe (internes Format) 20030412
2 Exporting EX_STR_RC Value transfer Type reference (TYPE) CMS_STR_MSG_COL_MESSAGE Format für Rückgabewert und entsprechende Nachricht 20030412
3 Importing IM_CURRENCY Call by reference Type reference (TYPE) C SPACE Währung 20030412
4 Importing IM_INPUT Value transfer Type reference (TYPE) C Eingabe (externes Format) 20030412
5 Importing IM_STR_CONVERT Value transfer Type reference (TYPE) RSCONVLITE Feldbeschreibungen für Umsetzungen 20030412

Method CONVERT_EXT_TO_INT on class CL_CMS_COMMON has no exception.

Method CONVERT_TAB_DBL_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_TAB_DATA_DB Call by reference Type reference (TYPE) STANDARD TABLE 20030318
2 Importing IM_CLIENT_FIELDNAME Call by reference Type reference (TYPE) CDSHW-TABNAME 'MANDT' Änderungsbeleg anlegen: Tabellenname 20030318
3 Importing IM_TAB_DATA_DBL Call by reference Type reference (TYPE) STANDARD TABLE 20030318

Method CONVERT_TAB_DBL_TO_DB on class CL_CMS_COMMON has no exception.

Method CONVERT_TAB_DB_TO_DBL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_TAB_DATA_DBL Call by reference Type reference (TYPE) TABLE 20030318
2 Importing IM_TAB_DATA_DB Call by reference Type reference (TYPE) TABLE 20030318

Method CONVERT_TAB_DB_TO_DBL on class CL_CMS_COMMON has no exception.

Method CONVERT_TSTAMP_TO_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TIMESTAMP Value transfer Type reference (TYPE) TZNTSTMPSL Zeitstempel - Kurzformat 20030708
2 Returning RT_DATE Value transfer Type reference (TYPE) SY-DATUM Datum und Uhrzeit, aktuelles (Anwendungsserver-)Datum 20030708

Method CONVERT_TSTAMP_TO_DATE on class CL_CMS_COMMON has no exception.

Method CONVERT_TSTAMP_TO_DATE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DATE Value transfer Type reference (TYPE) SY-DATUM Datum 20030326
2 Exporting EX_TIME Value transfer Type reference (TYPE) SY-UZEIT Uhrzeit 20030326
3 Importing IM_TIMESTAMP Value transfer Type reference (TYPE) TZNTSTMPSL Zeitstempel in Kurzform (Lokales Datums- und Zeitformat) 20030326
4 Importing IM_TIME_ZONE Value transfer Type reference (TYPE) TIMEZONE SY-ZONLO Zeitzone 20030326

Method CONVERT_TSTAMP_TO_DATE_TIME on class CL_CMS_COMMON has no exception.

Method GET_FIELD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_VALUE Value transfer Type reference (TYPE) BU_FLDVL Feldwert eines Tabellenfeldes 20030314
2 Importing IM_FIELD_NAME Call by reference Type reference (TYPE) BUS0FLDVAL-TBFLD Feldname 20030314
3 Importing IM_TAB_FLDVAL Call by reference Type reference (TYPE) CMS_TAB_FLDVAL Feldwerttabelle 20030314

Method GET_FIELD_VALUE on class CL_CMS_COMMON has no exception.

Method GET_VALUE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TEXT Value transfer Type reference (TYPE) STRING Text für Wert 20040514
2 Importing IM_FIELDNAME Value transfer Type reference (TYPE) DFIES-LFIELDNAME Feldname 20040514
3 Importing IM_TABNAME Value transfer Type reference (TYPE) DFIES-TABNAME Name von Tabelle (oder Datenelement) 20040514
4 Importing IM_VALUE Value transfer Type reference (TYPE) ANY Wert, für den der Text bestimmt werden soll 20040514
# Exception Resumable Description Created on
1 ILLEGAL_VALUE Der übergebene Wert ist ungültig 20040514
2 NO_DDIC_FIELD Das angegebene Feld besitzt keine DDIC-Referenz 20040514

Method ON_TRANSACTION_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KIND Call by reference Attribute reference (LIKE) 20040810

Method ON_TRANSACTION_FINISHED on class CL_CMS_COMMON has no exception.

Method REFRESH_VALUE_TEXT Signature

Method REFRESH_VALUE_TEXT on class CL_CMS_COMMON has no parameter.
Method REFRESH_VALUE_TEXT on class CL_CMS_COMMON has no exception.
History
Last changed by/on SAP  20040819 
SAP Release Created in 200