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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | 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 | Instance attribute | Protected | Type reference (TYPE) | STRING | RMS id | 20060628 | |||
| 2 | Constant | Protected | Type reference (TYPE) | STRING | 'TemplateDialog' | Name des root space | 20060628 | ||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SRM_US_SETTING_SPACE | Root user setting space des SPS Attributdialog | 20060628 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | STRING | SPS id | 20060628 | |||
| 5 | 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 | Instance attribute | Protected | Type reference (TYPE) | STRING | 'Templates' | US space name für Attributvorlage | 20060628 | ||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SRM_US_SETTING_SPACE | US space für Attributvorlage | 20060628 | |||
| 8 | Constant | Protected | Type reference (TYPE) | STRING | 'AttribCount' | Name des US Anzahl der Attributvorlage | 20060628 | ||
| 9 | Constant | Protected | Type reference (TYPE) | STRING | 'Description' | 20060629 | |||
| 10 | Constant | Protected | Type reference (TYPE) | STRING | 'ID' | 20060630 | |||
| 11 | Constant | Protected | Type reference (TYPE) | STRING | 'Line_No' | 20060704 | |||
| 12 | Constant | Protected | Type reference (TYPE) | STRING | 'Text' | 20060630 | |||
| 13 | Constant | Protected | Type reference (TYPE) | STRING | 'Value' | 20060630 | |||
| 14 | Constant | Protected | Type reference (TYPE) | STRING | 'Value_out' | 20060630 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20060628 | |
| 2 | Instance method | Public | Method | Lösche Attributvorlage | 20060628 | |
| 3 | Instance method | Public | Method | Prüfe ob eine Attributvorlage existiert | 20060628 | |
| 4 | Instance method | Public | Method | Hole eine gespeicherte Attributvorlage | 20060628 | |
| 5 | Instance method | Public | Method | Hole die Liste der Namen aller gespeicherten Attributvorlage | 20060628 | |
| 6 | Instance method | Public | Method | Speicher Attributvorlage unter gegebenem Namen | 20060628 | |
| 7 | Instance method | Public | Method | Hole Einstellung, ob benutzerübergreif. Settings aktiv sind | 20060628 | |
| 8 | 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 | IM_RMS_ID | Value transfer | Type reference (TYPE) | STRING | RMS id | 20060628 | |||
| 2 | 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 | 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 | EX_EXISTS | Value transfer | Type reference (TYPE) | SRMBOOLEAN | True, if Suchabfrage des geg. Namens existiert | 20060628 | |||
| 2 | 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 | EX_ATTRIBUTE_TAB | Call by reference | Type reference (TYPE) | RMPSU_ATTRIBUTE_TAB | Tabelle der Attributvorlage | 20060628 | |||
| 2 | EX_TEMPLATE_PARAM | Call by reference | Type reference (TYPE) | RMPSD_SPS_TEMPLATE_PARAM | Attributvorlageparameter | 20060628 | |||
| 3 | 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 | 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 | IM_ATTRIBUTE_TAB | Value transfer | Type reference (TYPE) | RMPSU_ATTRIBUTE_TAB | Tabelle der Suchattribute | 20060628 | |||
| 2 | IM_TEMPLATE_PARAM | Call by reference | Type reference (TYPE) | RMPSD_SPS_TEMPLATE_PARAM | Abfrageparameter | 20060628 | |||
| 3 | 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 | 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 | 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 |