SAP ABAP Class CL_RMPS_GENSP_HISTORY (Incoming Post Book)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-RCM (Application Component) Records and Case Management
     RMPS_SP_POST (Package) Incoming Post Item
Properties
Class CL_RMPS_GENSP_HISTORY  
Short Description Incoming Post Book    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RMPS_SP_POST   Incoming Post Item 
Created 20021202   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SRM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RMPS_GENSP_HISTORY has no interface implemented.
Friends
Class CL_RMPS_GENSP_HISTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_RECORD_TYPE Constant Public Type reference (TYPE) RMPSGENSPTYPE 'RECORD' 'RECORD'-Type 20040611
2 GT_ADD_STRING_VALUES Static Attribute Private Type reference (TYPE) RMPS_T_GENSPSTRINGVALUE Additional Data on Strings 20040420
3 GT_STRUC_FIELDS Instance attribute Private Type reference (TYPE) DDFIELDS Fields of History Table 20021205
4 G_DOC_CLASS Instance attribute Private Type reference (TYPE) SDOK_CLASS Document Class 20021202
5 G_DOC_ID Instance attribute Private Type reference (TYPE) SDOK_DOCID Document IDs 20021202
6 G_GENSP_TYPE Instance attribute Private Type reference (TYPE) RMPSGENSPTYPE Type of Stored Entry 20021202
7 G_RMS_ID Instance attribute Private Type reference (TYPE) SRMRMSID RMS ID of Entry 20021202
8 G_SPS_ID Instance attribute Private Type reference (TYPE) SRMSPSID SPS ID of Entry 20021202
9 G_STR_ACTUAL_HIST Instance attribute Private Type reference (TYPE) RMPSGENSPHIST History Table Line for Global Parameters 20021202
10 G_STR_UPDATE_HIST Instance attribute Private Type reference (TYPE) RMPSGENSPHIST History Table Line for Global Parameters 20021202
Methods
# Method Level Visibility Method type Description Created on
1 APPLICATION_LOG_WRITE Static method Public Method Write Application Log 20050929
2 CONSTRUCTOR Instance method Public Constructor Read and Write History Table 20021202
3 GET_ACT_ENTRY Instance method Public Method Reading of Entry for a Document 20021202
4 GET_ADD_STRING Static method Public Method Reading of Additional String Values 20040420
5 GET_ALL_FIELDS Instance method Public Method Reading of Field Names of History Table 20021205
6 GET_DB_ENTRY Instance method Public Method Reading of Entry for a Document 20021202
7 GET_ENTRIES Static method Public Method Reading All Entries By Creation Date 20030213
8 GET_ENTRIES_BY_DATE Static method Public Method Reading All Entries Between Two Points of Time 20021202
9 GET_ENTRIES_BY_POPUP Static method Public Method Reading All Entries Between Two Points of Time 20021210
10 SAVE Instance method Public Method Writes Global Data to Database 20021202
11 SET_ADD_STRING Instance method Public Method Sets Poid as xstring 20040421
12 SET_VALUE Instance method Public Method Set Values from Structure RMPSGENSPHISTCHANGE 20021202
13 SET_VALUES Instance method Public Method Writes an entry in the table 20021202
Events
Class CL_RMPS_GENSP_HISTORY has no event.
Types
Class CL_RMPS_GENSP_HISTORY has no local type.
Method Signatures

Method APPLICATION_LOG_WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CREATED_AT Call by reference Type reference (TYPE) SDOK_CRTST UTC-Zeitstempel in Langform (JJJJMMTThhmmssmmmuuun) 20050930
2 Importing IM_CREATED_BY Call by reference Type reference (TYPE) SYUNAME R/3-System, Anmeldename des Benutzers 20050930
3 Importing IM_NAME Call by reference Type reference (TYPE) STRING 20050929
4 Importing IM_POID Call by reference Object reference (TYPE REF TO) IF_SRM_POID POID 20050929
# Exception Resumable Description Created on
1 CX_SRM Basisklasse (abstrakt) 20050929

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DOC_CLASS Value transfer Type reference (TYPE) SDOK_CLASS Dokumentenklasse 20021202
2 Importing IM_DOC_ID Value transfer Type reference (TYPE) SDOK_DOCID ID für Dokumente und Beziehungen 20021202
3 Importing IM_GENSP_TYPE Value transfer Type reference (TYPE) RMPSGENSPTYPE Typ des generischen SP in der Historientabelle 20021202
4 Importing IM_RMS_ID Value transfer Type reference (TYPE) SRMRMSID RMS ID 20021202
5 Importing IM_SPS_ID Value transfer Type reference (TYPE) SRMSPSID Elementart-ID 20021202
# Exception Resumable Description Created on
1 PARAMETER_ERROR Fehlerhafter Parameterwert 20021202

Method GET_ACT_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STR_HIST Value transfer Type reference (TYPE) RMPSGENSPHIST EIntrag aus Historientabelle zu globalen Daten 20021202

Method GET_ACT_ENTRY on class CL_RMPS_GENSP_HISTORY has no exception.

Method GET_ADD_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DOC_CLASS Call by reference Type reference (TYPE) SDOK_CLASS Dokumentenklasse 20040421
2 Importing IM_DOC_ID Call by reference Type reference (TYPE) SDOK_DOCID ID für Dokumente und Beziehungen 20040421
3 Importing IM_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040420
4 Importing IM_GENSP_TYPE Call by reference Type reference (TYPE) RMPSGENSPTYPE Typ des generischen SP in der Historientabelle 20040421
5 Importing IM_RMS_ID Call by reference Type reference (TYPE) SRMRMSID RMS ID 20040421
6 Importing IM_SPS_ID Call by reference Type reference (TYPE) SRMSPSID Elementart-ID 20040421
7 Returning RE_VALUE Value transfer Type reference (TYPE) XSTRING Wert 20040420

Method GET_ADD_STRING on class CL_RMPS_GENSP_HISTORY has no exception.

Method GET_ALL_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FIELDS Value transfer Type reference (TYPE) DDFIELDS DD: Feldliste 20021205

Method GET_ALL_FIELDS on class CL_RMPS_GENSP_HISTORY has no exception.

Method GET_DB_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STR_HIST Value transfer Type reference (TYPE) RMPSGENSPHIST EIntrag aus Historientabelle zu globalen Daten 20021202

Method GET_DB_ENTRY on class CL_RMPS_GENSP_HISTORY has no exception.

Method GET_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CREATED_AT_HIGH Call by reference Type reference (TYPE) SDOK_CRTST Eingangsdatum 20030213
2 Importing IM_CREATED_AT_LOW Call by reference Type reference (TYPE) SDOK_CRTST Eingangsdatum 20030213
3 Importing IM_FPLAN_POS Call by reference Type reference (TYPE) RMPS_FPLAN_POS Aktenplanposition 20030213
4 Importing IM_GENSP_TYPE Call by reference Type reference (TYPE) RMPSGENSPTYPE Typ des generischen SP in der Historientabelle 20030213
5 Importing IM_RMS_ID Call by reference Type reference (TYPE) SRMRMSID RMS ID 20030213
6 Returning RE_TAB_HIST Value transfer Type reference (TYPE) RMPS_T_GENSPHIST Tabellentype zu RMPSGENSPHIST 20030213

Method GET_ENTRIES on class CL_RMPS_GENSP_HISTORY has no exception.

Method GET_ENTRIES_BY_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DATE_HIGH Value transfer Type reference (TYPE) RMPS_ENTRY_DATE SY-DATUM Eingangsdatum Obergrenze 20021202
2 Importing IM_DATE_LOW Value transfer Type reference (TYPE) RMPS_ENTRY_DATE Eingangsdatum Untergrenze 20021202
3 Importing IM_GENSP_TYPE Value transfer Type reference (TYPE) RMPSGENSPTYPE Typ des generischen SP in der Historientabelle 20021202
4 Importing IM_RMS_ID Value transfer Type reference (TYPE) SRMRMSID RMS ID 20021206
5 Returning RE_TAB_HIST Value transfer Type reference (TYPE) RMPS_T_GENSPHIST Gefundene Einträge 20021202

Method GET_ENTRIES_BY_DATE on class CL_RMPS_GENSP_HISTORY has no exception.

Method GET_ENTRIES_BY_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CHG_SEL_DATA Call by reference Type reference (TYPE) RMPS_GENSPHIST_SELECTION Felder für Selektionspopup 20021210
2 Changing CHG_TAB_HIST Value transfer Type reference (TYPE) RMPS_T_GENSPHIST Gefundene Einträge 20021212
3 Importing IM_GENSP_TYPE Value transfer Type reference (TYPE) RMPSGENSPTYPE Typ des generischen SP in der Historientabelle 20021210
4 Importing IM_RMS_ID Value transfer Type reference (TYPE) SRMRMSID RMS ID 20021210
5 Importing IM_WITH_POPUP Value transfer Type reference (TYPE) CHAR1 'X' X = Aufruf mit Popup 20021216
# Exception Resumable Description Created on
1 USER_CANCELLED Abbruch durch Benutzer 20030113

Method SAVE Signature

Method SAVE on class CL_RMPS_GENSP_HISTORY has no parameter.
Method SAVE on class CL_RMPS_GENSP_HISTORY has no exception.

Method SET_ADD_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040421
2 Importing IM_STRING_VALUE Call by reference Type reference (TYPE) XSTRING Poid als String 20040421

Method SET_ADD_STRING on class CL_RMPS_GENSP_HISTORY has no exception.

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIELD_NAME Value transfer Type reference (TYPE) FIELDNAME Feldname 20021202
2 Importing IM_FIELD_VALUE Value transfer Type reference (TYPE) STRING Wert 20021202

Method SET_VALUE on class CL_RMPS_GENSP_HISTORY has no exception.

Method SET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_VALUES Value transfer Type reference (TYPE) RMPSGENSPHISTCHG Änderbare Felder der Historientabelle zum GenericSP 20021202

Method SET_VALUES on class CL_RMPS_GENSP_HISTORY has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 110_620