SAP ABAP Class CL_RMSA_GLOBPARAM (RMS-ATL: Service for Global Parameters, Such As Date etc.)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   EHS-BD (Application Component) Basic Data and Tools
     CBBA_WBO (Package) EHS: Info System and Property Tree WBO
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RMWB_SRV RMS-WB: Interface of a Workbench Service 20011113
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RMWB_WBO RMS-WB: Interface of a Workbench Object 20011113
Properties
Class CL_RMSA_GLOBPARAM  
Short Description RMS-ATL: Service for Global Parameters, Such As Date etc.    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CBBA_WBO   EHS: Info System and Property Tree WBO 
Created 20011113   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RMSA_GLOBPARAM has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RMWB_SRV RMS-WB: Interface of a Workbench Service 20011113
2 IF_RMWB_WBO RMS-WB: Interface of a Workbench Object 20011113
Friends
Class CL_RMSA_GLOBPARAM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CD_GLOB_ID Constant Private Type reference (TYPE) CHAR10 'GLOBP' ID for Global Parameters 20020104
2 CS_LOCAL_PARAM Static Attribute Private Type reference (TYPE) RCGADDINF EHS: Additional Information for Function Module Calls 20030918
3 GC_DATE_MAX Constant Private Type reference (TYPE) D '99991231' Date: Plus Infinity 20020220
4 GC_DATE_MIN Constant Private Type reference (TYPE) D '00010101' Date: Minus Infinity 20020220
5 MO_GP Static Attribute Private Object reference (TYPE REF TO) CL_RMSA_GLOBPARAM Service for Global Parameters, Such As Date etc. 20011113
6 MS_GP Instance attribute Private Type reference (TYPE) RMSAS_GLOBPARAM Global Parameters for RMS 20011114
7 M_SAVEID Static Attribute Private Type reference (TYPE) I Save ID for a Save Session 20020308
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_DATE Instance method Public Method Change date 20020408
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20011113
3 CONSTRUCTOR Instance method Public Constructor Constructor 20011121
4 GET_LOCAL_PARAMETERS_CL Static method Public Method Get Latest Change Status 20030918
5 GET_PARAMETERS_CL Static method Public Method Get Parameters 20011113
6 INIT_RMS Static method Public Method Initialize All Buffers in RMS, Reject All Changes 20020226
7 SAVE_RMS Static method Public Method Save All APIs 20020226
8 SET_LOCAL_PARAMETERS_CL Static method Public Method Set Current Change Status 20030918
9 SET_PARAMETERS_CL Instance method Public Method Set External Global Parameters 20021114
Events
# Event Type Visibility Description Created on
1 ON_CHANGE_DATE_CL Static Event
(1)
Public
(2)
Notification When Key Date Changes in Workbench 20020507
2 ON_INIT_CL Static Event
(1)
Public
(2)
Notification on API Init 20020507
3 ON_PUSHED_CL Static Event
(1)
Public
(2)
Notification that Initiates 20061219
4 ON_SAVE_CL Static Event
(1)
Public
(2)
Notification When API Data Is Saved 20020507
5 ON_TOGGLE_CL Static Event
(1)
Public
(2)
Notification When Switching from Display <-> Change Mode 20030527
Types
Class CL_RMSA_GLOBPARAM has no local type.
Method Signatures

Method CHANGE_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AENNR Call by reference Type reference (TYPE) RMSAE_AENNR neue Änderungsnummer 20021117
2 Importing I_DATE Call by reference Type reference (TYPE) RMSAE_GPDATE neuer Stichtag 20020408
# Exception Resumable Description Created on
1 EXC_ABORT Abbrechen 20020408

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RMSA_GLOBPARAM has no parameter.
Method CONSTRUCTOR on class CL_RMSA_GLOBPARAM has no exception.

Method GET_LOCAL_PARAMETERS_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LCL_PARA Call by reference Type reference (TYPE) RCGADDINF EHS: Zusatzinfos für FB-Aufrufe 20030918

Method GET_LOCAL_PARAMETERS_CL on class CL_RMSA_GLOBPARAM has no exception.

Method GET_PARAMETERS_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ADDINF Call by reference Type reference (TYPE) RCGADDINF EHS: Zusatzinfos für FB-Aufrufe 20021115
2 Exporting ES_GP Call by reference Type reference (TYPE) RMSAS_GLOBPARAM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20011114

Method GET_PARAMETERS_CL on class CL_RMSA_GLOBPARAM has no exception.

Method INIT_RMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_HARD_INIT Call by reference Type reference (TYPE) FLAG vollständige Initialisierung 20040416

Method INIT_RMS on class CL_RMSA_GLOBPARAM has no exception.

Method SAVE_RMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SAVEID Call by reference Type reference (TYPE) I Eindeutige Identifizierung einer Speichersession 20020226

Method SAVE_RMS on class CL_RMSA_GLOBPARAM has no exception.

Method SET_LOCAL_PARAMETERS_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LCL_PARA Call by reference Type reference (TYPE) RCGADDINF EHS: Zusatzinfos für FB-Aufrufe 20030918

Method SET_LOCAL_PARAMETERS_CL on class CL_RMSA_GLOBPARAM has no exception.

Method SET_PARAMETERS_CL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ADDINF Call by reference Type reference (TYPE) RCGADDINF EHS: Zusatzinfos für FB-Aufrufe 20021115
2 Changing XS_GLOBPARAM Value transfer Type reference (TYPE) RMSAS_GLOBPARAM RMS-ATL: Globale Parameter für RMS 20021114
# Exception Resumable Description Created on
1 EXEC_ABORT Abbruch 20021114
Event Signatures

Event ON_CHANGE_DATE_CL Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IO_OBJ Exporting Value transfer Object reference (TYPE REF TO) CL_RMSA_GLOBPARAM RMS-ATL: Service für globale Parameter wie Datum etc. 20020507

Event ON_INIT_CL Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IO_OBJ Exporting Value transfer Object reference (TYPE REF TO) CL_RMSA_GLOBPARAM RMS-ATL: Service für globale Parameter wie Datum etc. 20020507
2 I_FLG_HARD_INIT Exporting Value transfer Type reference (TYPE) FLAG Vollständige Initialisierung 20040416

Event ON_PUSHED_CL Signature
Event ON_PUSHED_CL on class CL_RMSA_GLOBPARAM has no parameter.
Event ON_SAVE_CL Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IO_OBJ Exporting Value transfer Object reference (TYPE REF TO) CL_RMSA_GLOBPARAM RMS-ATL: Service für globale Parameter wie Datum etc. 20020507

Event ON_TOGGLE_CL Signature
Event ON_TOGGLE_CL on class CL_RMSA_GLOBPARAM has no parameter.
History
Last changed by/on SAP  20110908 
SAP Release Created in 471