SAP ABAP Class CL_RMPS_GSP_PROP_LONG_ATTR (Service Class for Handling Long Attribute Values (64<x<256))
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-RCM (Application Component) Records and Case Management
⤷
RMPS_PRO_PROPERTY (Package) PRO: Attribute Handling
⤷
⤷
Properties
| Class | CL_RMPS_GSP_PROP_LONG_ATTR | |
| Short Description | Service Class for Handling Long Attribute Values (64<x<256) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RMPS_PRO_PROPERTY | PRO: Attribute Handling |
| Created | 20040209 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 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_RMPS_GSP_PROP_LONG_ATTR has no interface implemented.
Friends
Class CL_RMPS_GSP_PROP_LONG_ATTR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | RMPSD_META_ATTR_LONG | Flagging of a long attribute by KPro characteristic | 20040209 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 64 | Max. Length of an Attribute Value Saved in KPro | 20040323 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | 62 | Max. usage length of a part of a split attr. value | 20040323 | ||
| 4 | Constant | Public | Type reference (TYPE) | C | %_HORIZONTAL_TAB | Separator between curr. no. of value and actual Value | 20040323 | ||
| 5 | Instance attribute | Protected | Type reference (TYPE) | SRMGS_PROPERTY_TYPE_TAB | Complete List of Attribute Types (in Description L or P) | 20040209 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SRM | General SRM Methods | 20040209 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | SRMGS_PROPERTY_TYPE_TAB | List of Types of Long Attr. (in Description L or P) | 20040209 | |||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SRM_POID | POID of object whose long attributes are to be managed | 20040209 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20040209 | |
| 2 | Instance method | Public | Method | Convert 1 Attr: String to KPro Value Table | 20040323 | |
| 3 | Instance method | Public | Method | Convert 1 Attr: KPro Value Table to String | 20040323 | |
| 4 | Instance method | Public | Method | Convert GSP Property Table into Table with Long Attr. Vals | 20040224 | |
| 5 | Instance method | Public | Method | Convert GSP Property Table into Table with Long Attr. Vals | 20040503 | |
| 6 | Instance method | Public | Method | Get DDIC Info for Particular Attr. | 20041129 | |
| 7 | Static method | Public | Method | Get Table of Types of Long Attributes (64| 20040209 |
| |
| 8 | Instance method | Public | Method | Is Given Attribute a Long Attribute? | 20040209 | |
| 9 | Instance method | Public | Method | Get Long Attribute Values | 20040209 | |
| 10 | Instance method | Public | Method | Cleaned Attribute Table After Reading of KPro Data | 20040209 | |
| 11 | Instance method | Public | Method | Prepare Hit List | 20040615 | |
| 12 | Instance method | Public | Method | Get Long Attribute Values | 20040602 | |
| 13 | Instance method | Public | Method | Separate Attr. Tab Long and Short | 20040602 |
Events
Class CL_RMPS_GSP_PROP_LONG_ATTR has no event.
Types
Class CL_RMPS_GSP_PROP_LONG_ATTR 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_IF_SRM | Call by reference | Object reference (TYPE REF TO) | IF_SRM | Allgemeine SRM Methoden | 20040209 | |||
| 2 | IM_MERGED_ATTR_TYPES_WHERE | Call by reference | Type reference (TYPE) | SRMGS_PROPERTY_TYPE_TAB | Liste der Attributtypen (mit Description = L oder P) | 20040209 | |||
| 3 | IM_POID | Call by reference | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20040209 |
Method CONSTRUCTOR on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.
Method CONV_1ATTR_STRING_2_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_VALUE_TAB | Value transfer | Type reference (TYPE) | SRMGS_PROPERTY_TAB | Zerlegter Wert in Property-Tabelle | 20040323 | |||
| 2 | IM_ATTR_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Attributs | 20040323 | |||
| 3 | IM_STRING | Call by reference | Type reference (TYPE) | STRING | Wert eines langen Attributs als String | 20040323 |
Method CONV_1ATTR_STRING_2_TAB on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.
Method CONV_1ATTR_TAB_2_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUE_TAB | Value transfer | Type reference (TYPE) | SRMGS_PROPERTY_TAB | Zerlegter Wert EINES langen Attributs in Property-Tabelle | 20040323 | |||
| 2 | RE_STRING | Value transfer | Type reference (TYPE) | STRING | Wert eines langen Attributs als String | 20040323 |
Method CONV_1ATTR_TAB_2_STRING on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.
Method CONV_GSP_PROPS_2_LONG_PROPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_GSP_PROP_TABLE | Call by reference | Type reference (TYPE) | SRMGS_PROPERTY_TAB | Tabelle mit GSP-Werten (max. 64 Zeichen) | 20040224 | |||
| 2 | RE_LONG_PROP_TABLE | Value transfer | Type reference (TYPE) | RMPSD_LONG_PROPERTY_TAB | Tabelle mit kurzen und langen Attributwerten | 20040224 |
Method CONV_GSP_PROPS_2_LONG_PROPS on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.
Method CONV_LONG_PROPS_2_GSP_PROPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_GSP_PROP_TABLE | Call by reference | Type reference (TYPE) | SRMGS_PROPERTY_TAB | Tabelle mit GSP-Werten (max. 64 Zeichen) | 20040503 | |||
| 2 | IM_LONG_PROP_TABLE | Call by reference | Type reference (TYPE) | RMPSD_LONG_PROPERTY_TAB | Tabelle mit kurzen und langen Attributwerten | 20040503 |
Method CONV_LONG_PROPS_2_GSP_PROPS on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.
Method GET_DDIC_INFO_FOR_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | DDIC: Feldname | 20041129 | |||
| 2 | EX_TABNAME | Call by reference | Type reference (TYPE) | STRING | DDIC:Tabname | 20041129 | |||
| 3 | IM_ATTR_ID | Call by reference | Type reference (TYPE) | STRING | Attribut-ID | 20041129 |
Method GET_DDIC_INFO_FOR_ATTR on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.
Method GET_LONG_ATTR_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MERGED_ATTR_TYPES_WHERE | Call by reference | Type reference (TYPE) | SRMGS_PROPERTY_TYPE_TAB | Merged (LOIO/PHIO) Attributtypen | 20040209 | |||
| 2 | RE_LONG_ATTR_TYPES | Value transfer | Type reference (TYPE) | SRMGS_PROPERTY_TYPE_TAB | Tabelle der Typen der langen Attribute | 20040209 |
Method GET_LONG_ATTR_TYPES on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.
Method IS_LONG_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTR_ID | Call by reference | Type reference (TYPE) | STRING | Attributschlüssel | 20040209 | |||
| 2 | RE_IS_LONG_ATTR | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Ist langes Attribut (True) oder nicht (False)? | 20040209 |
Method IS_LONG_ATTRIBUTE on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.
Method REPOS_AFTER_GSP_DATA_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_PROP_CONTEXT | Kontext | 20040209 | |||
| 2 | IM_DOCUMENT_PROPERTIES | Call by reference | Object reference (TYPE REF TO) | IF_SRM_GSP_PROPERTIES | Dokument-Attribute (LOIO) | 20040209 | |||
| 3 | IM_PROPERTY_TAB | Call by reference | Type reference (TYPE) | SRM_LIST_ATTRIBUTE_VALUE | Attributtabelle, wo lange Attributwerte einzutragen sind | 20040209 | |||
| 4 | IM_VARIANT_PROPERTIES | Call by reference | Object reference (TYPE REF TO) | IF_SRM_GSP_PROPERTIES | Varianten-Attribute (PHIO) | 20040209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CX_SRM_SP_PROP_REPOSITORY | 20040209 |
Method REPOS_AFTER_KPRO_DATA_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ATTR_TAB | Call by reference | Type reference (TYPE) | SRMGS_PROPERTY_TAB | Attributtabelle | 20040209 |
Method REPOS_AFTER_KPRO_DATA_GET on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.
Method REPOS_AFTER_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_HIT_LIST | Call by reference | Type reference (TYPE) | SRM_PROP_QUERY_RESULT | Trefferliste | 20040615 | |||
| 2 | IM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_PROP_CONTEXT | IF_SRM_PROP_CONTEXT | 20040615 |
Method REPOS_AFTER_QUERY on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.
Method REPOS_GSP_DATA_SET_LONG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_VALUES_DELETED | Call by reference | Type reference (TYPE) | RMPSD_LONG_PROPERTY_TAB | Gelöschte Attributwerte (sind noch zu protokollieren) | 20040602 | |||
| 2 | EX_VALUES_SET | Call by reference | Type reference (TYPE) | RMPSD_LONG_PROPERTY_TAB | Gesetzte Attributwerte (sind noch zu protokollieren) | 20040602 | |||
| 3 | IM_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_PROP_CONTEXT | Kontext | 20040602 | |||
| 4 | IM_DOCUMENT_PROPERTIES | Call by reference | Object reference (TYPE REF TO) | IF_SRM_GSP_PROPERTIES | Dokument-Attribute (LOIO) | 20040602 | |||
| 5 | IM_LONG_PROPERTY_TAB | Call by reference | Type reference (TYPE) | SRM_LIST_ATTRIBUTE_VALUE | Attributtabelle mit langen Attributwerten zum Speichern | 20040602 | |||
| 6 | IM_VARIANT_PROPERTIES | Call by reference | Object reference (TYPE REF TO) | IF_SRM_GSP_PROPERTIES | Varianten-Attribute (PHIO) | 20040602 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040602 |
Method SPLIT_ATTR_TAB_SHORT_LONG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_LONG_PROPERTY_TAB | Call by reference | Type reference (TYPE) | SRM_LIST_ATTRIBUTE_VALUE | Attributtabelle mit langen Attributen | 20040602 | |||
| 2 | EX_SHORT_PROPERTY_TAB | Call by reference | Type reference (TYPE) | SRM_LIST_ATTRIBUTE_VALUE | Attributtabelle mit kurzen Attributen | 20040602 | |||
| 3 | IM_PROPERTY_TAB | Call by reference | Type reference (TYPE) | SRM_LIST_ATTRIBUTE_VALUE | Attributtabelle mit langen und kurzen Attributen | 20040602 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Attribut Wert: Fehler im Zusammenhang mit Beschreibung | 20040602 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 640 |