SAP ABAP Class CL_SRM_KPRO_DBMODE_CTRL (Test the KPRO DB Operation Modes (Singleton))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-RM (Application Component) SAP Records Management
     SRM_GENERIC_SP (Package) Records Management Generic Service Provider
Properties
Class CL_SRM_KPRO_DBMODE_CTRL  
Short Description Test the KPRO DB Operation Modes (Singleton)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRM_GENERIC_SP   Records Management Generic Service Provider 
Created 20050311   SAP 
Last change 20050615   SAP 
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)
2 SDOKA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SRMGS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SRM_KPRO_DBMODE_CTRL has no interface implemented.
Friends
Class CL_SRM_KPRO_DBMODE_CTRL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_SRM_KPRO_DBMODE_CTRL Reference to the Singleton Instance 20050504
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_INSTANCE Static method Private Method Creates Singleton Instance 20050504
2 GET_DB_MODE Instance method Public Method Query the DB Operation Mode 20050504
3 GET_INSTANCE Static method Public Method Gets Reference to the Singleton 20050504
4 IS_AUTO_DB_MODE_RESET_ACTIVE Instance method Public Method Is DB Mode set to direct mode automatically after COMMIT? 20050809
5 SET_DB_MODE Instance method Public Method Set the DB Operation Mode 20050504
6 UPDATE_TASK_MODE_ENABLED Instance method Public Method Is the DB operation mode set to update? 20050504
Events
Class CL_SRM_KPRO_DBMODE_CTRL has no event.
Types
Class CL_SRM_KPRO_DBMODE_CTRL has no local type.
Method Signatures

Method CREATE_INSTANCE Signature

Method CREATE_INSTANCE on class CL_SRM_KPRO_DBMODE_CTRL has no parameter.
Method CREATE_INSTANCE on class CL_SRM_KPRO_DBMODE_CTRL has no exception.

Method GET_DB_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CURRENT_MODE Value transfer Type reference (TYPE) SDOK_DB_MODE Datenbank-Betriebsart (Verbuchung) 20050504

Method GET_DB_MODE on class CL_SRM_KPRO_DBMODE_CTRL has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SRM_KPRO_DBMODE_CTRL Liefert Singleton-Instanz DB-Betriebsarten Verwaltung 20050504

Method GET_INSTANCE on class CL_SRM_KPRO_DBMODE_CTRL has no exception.

Method IS_AUTO_DB_MODE_RESET_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_AUTOMATIC_RESET Value transfer Type reference (TYPE) SRMGS_BOOLEAN DB-Mode nach COMMIT automatisch in direkten Modus? 20050809

Method IS_AUTO_DB_MODE_RESET_ACTIVE on class CL_SRM_KPRO_DBMODE_CTRL has no exception.

Method SET_DB_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_AUTOMATIC_DB_MODE_RESET Call by reference Type reference (TYPE) SRMGS_BOOLEAN SPACE Automatischer Wechsel des DB-Modes nach COMMIT (direct mode) 20050809
2 Importing IM_NEW_MODE Call by reference Type reference (TYPE) SDOK_DB_MODE Datenbank-Betriebsart (Verbuchung) 20050504
# Exception Resumable Description Created on
1 CX_SRM_KPRO_DBMODE_ERROR 20050504

Method UPDATE_TASK_MODE_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_UDT_ENABLED Value transfer Type reference (TYPE) SRMGS_BOOLEAN 20050504

Method UPDATE_TASK_MODE_ENABLED on class CL_SRM_KPRO_DBMODE_CTRL has no exception.
History
Last changed by/on SAP  20050615 
SAP Release Created in