SAP ABAP Class CL_RMPSU_GENERIC_SP_ATTR_TEMP (Zugriff auf gespeicherte Suchabfragen)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-RCM (Application Component) Records and Case Management
     RMPS_GENERAL (Package) General Package for Records Management for Public Sector
Properties
Class CL_RMPSU_GENERIC_SP_ATTR_TEMP  
Short Description Zugriff auf gespeicherte Suchabfragen    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RMPS_GENERAL   General Package for Records Management for Public Sector 
Created 20060628   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RMPSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SRMGU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SRMRF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RMPSU_GENERIC_SP_ATTR_TEMP has no interface implemented.
Friends
Class CL_RMPSU_GENERIC_SP_ATTR_TEMP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 RMS_ID Instance attribute Protected Type reference (TYPE) STRING RMS id 20060628
2 ROOT_SPACE_NAME Constant Protected Type reference (TYPE) STRING 'TemplateDialog' Name des root space 20060628
3 ROOT_US_SPACE Instance attribute Protected Object reference (TYPE REF TO) CL_SRM_US_SETTING_SPACE Root user setting space des SPS Attributdialog 20060628
4 SPS_ID Instance attribute Protected Type reference (TYPE) STRING SPS id 20060628
5 SPS_US_SPACE Instance attribute Protected Object reference (TYPE REF TO) CL_SRM_US_SETTING_SPACE US space of SPS in einem RMS,als Sub Space of root 20060628
6 TEMPLATE_SPACE_NAME Instance attribute Protected Type reference (TYPE) STRING 'Templates' US space name für Attributvorlage 20060628
7 TEMPLATE_US_SPACE Instance attribute Protected Object reference (TYPE REF TO) CL_SRM_US_SETTING_SPACE US space für Attributvorlage 20060628
8 US_ATTRIB_LINES Constant Protected Type reference (TYPE) STRING 'AttribCount' Name des US Anzahl der Attributvorlage 20060628
9 US_DESCRIPTION Constant Protected Type reference (TYPE) STRING 'Description' 20060629
10 US_ID Constant Protected Type reference (TYPE) STRING 'ID' 20060630
11 US_LINE_NO Constant Protected Type reference (TYPE) STRING 'Line_No' 20060704
12 US_TEXT Constant Protected Type reference (TYPE) STRING 'Text' 20060630
13 US_VALUE Constant Protected Type reference (TYPE) STRING 'Value' 20060630
14 US_VALUE_OUT Constant Protected Type reference (TYPE) STRING 'Value_out' 20060630
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20060628
2 DELETE_TEMPLATE Instance method Public Method Lösche Attributvorlage 20060628
3 EXISTS Instance method Public Method Prüfe ob eine Attributvorlage existiert 20060628
4 GET_TEMPLATE Instance method Public Method Hole eine gespeicherte Attributvorlage 20060628
5 GET_TEMPLATE_LIST Instance method Public Method Hole die Liste der Namen aller gespeicherten Attributvorlage 20060628
6 SAVE_TEMPLATE Instance method Public Method Speicher Attributvorlage unter gegebenem Namen 20060628
7 USE_GLOBAL_SETTINGS_GET Instance method Public Method Hole Einstellung, ob benutzerübergreif. Settings aktiv sind 20060628
8 USE_GLOBAL_SETTINGS_SET Instance method Public Method Setze Einstellung, ob benutzerübergreif. Settings aktiv sind 20060628
Events
Class CL_RMPSU_GENERIC_SP_ATTR_TEMP has no event.
Types
Class CL_RMPSU_GENERIC_SP_ATTR_TEMP has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RMS_ID Value transfer Type reference (TYPE) STRING RMS id 20060628
2 Importing IM_SPS_ID Value transfer Type reference (TYPE) STRING SPS id 20060628

Method CONSTRUCTOR on class CL_RMPSU_GENERIC_SP_ATTR_TEMP has no exception.

Method DELETE_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) STRING Name der gespeicherten Suchabfrage 20060628

Method DELETE_TEMPLATE on class CL_RMPSU_GENERIC_SP_ATTR_TEMP has no exception.

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_EXISTS Value transfer Type reference (TYPE) SRMBOOLEAN True, if Suchabfrage des geg. Namens existiert 20060628
2 Importing IM_NAME Call by reference Type reference (TYPE) STRING Name der gespeicherten Suchabfrage 20060628

Method EXISTS on class CL_RMPSU_GENERIC_SP_ATTR_TEMP has no exception.

Method GET_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ATTRIBUTE_TAB Call by reference Type reference (TYPE) RMPSU_ATTRIBUTE_TAB Tabelle der Attributvorlage 20060628
2 Exporting EX_TEMPLATE_PARAM Call by reference Type reference (TYPE) RMPSD_SPS_TEMPLATE_PARAM Attributvorlageparameter 20060628
3 Importing IM_NAME Call by reference Type reference (TYPE) STRING Name der gespeicherten Attributvorlage 20060628

Method GET_TEMPLATE on class CL_RMPSU_GENERIC_SP_ATTR_TEMP has no exception.

Method GET_TEMPLATE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TEMPLATE_LIST Value transfer Type reference (TYPE) SRMGU_QUERY_LIST_TAB Liste der Namen von gespeicherten Suchabfragen 20060628

Method GET_TEMPLATE_LIST on class CL_RMPSU_GENERIC_SP_ATTR_TEMP has no exception.

Method SAVE_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTRIBUTE_TAB Value transfer Type reference (TYPE) RMPSU_ATTRIBUTE_TAB Tabelle der Suchattribute 20060628
2 Importing IM_TEMPLATE_PARAM Call by reference Type reference (TYPE) RMPSD_SPS_TEMPLATE_PARAM Abfrageparameter 20060628
3 Returning RE_SUCCESS Value transfer Type reference (TYPE) SRMBOOLEAN True: Suchparameter erfolgreich gesichert 20060628

Method SAVE_TEMPLATE on class CL_RMPSU_GENERIC_SP_ATTR_TEMP has no exception.

Method USE_GLOBAL_SETTINGS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_USE_GLOBAL_SETTINGS Value transfer Type reference (TYPE) SRMBOOLEAN Einstellung, ob benutzerübergreifende Settings aktiv sind 20060628

Method USE_GLOBAL_SETTINGS_GET on class CL_RMPSU_GENERIC_SP_ATTR_TEMP has no exception.

Method USE_GLOBAL_SETTINGS_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_USE_GLOBAL_SETTINGS Call by reference Type reference (TYPE) SRMBOOLEAN Einstellung, ob benutzerübergreifende Settings aktiv sind 20060628

Method USE_GLOBAL_SETTINGS_SET on class CL_RMPSU_GENERIC_SP_ATTR_TEMP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710