SAP ABAP Class CL_SRM_ATTR_VAL_HELPER (Attribute Group)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-RM (Application Component) SAP Records Management
⤷
SRM_LOC (Package) SRM: Locator

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RMPS_ATTR_VAL_HELPER | RMPS: Service Class for Handling Attribute Value Objects | 20030929 |
Properties
Class | CL_SRM_ATTR_VAL_HELPER | |
Short Description | Attribute Group | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SRM_LOC | SRM: Locator |
Created | 20020625 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SRM_ATTR_VAL_HELPER has no interface implemented.
Friends
Class CL_SRM_ATTR_VAL_HELPER has no friend class.
Attributes
Class CL_SRM_ATTR_VAL_HELPER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Sets Value from String, Independent of Type (Multivalue) | 20030818 |
2 | ![]() |
Static method | Public | Method | Help function: Checks whether attribute value object empty | 20020625 |
3 | ![]() |
Static method | Public | Method | Clones an attribute value object | 20020625 |
4 | ![]() |
Static method | Public | Method | Help function: Checks whether AV object contains (*) pattern | 20020625 |
5 | ![]() |
Static method | Public | Method | Input Conversion with Attribute Value Object | 20030903 |
6 | ![]() |
Static method | Public | Method | Casts value to string, cross-type (single values only) | 20020626 |
7 | ![]() |
Static method | Public | Method | Help function: Provides attribute value object from list | 20020625 |
8 | ![]() |
Static method | Public | Method | Gets Long Text for Attribute Value Object | 20040727 |
9 | ![]() |
Static method | Public | Method | Gets Display Length for Attribute Description | 20030819 |
10 | ![]() |
Static method | Public | Method | Sets Value from String, Independent of Type (Single Values) | 20030730 |
Events
Class CL_SRM_ATTR_VAL_HELPER has no event.
Types
Class CL_SRM_ATTR_VAL_HELPER has no local type.
Method Signatures
Method ADD_ATTR_VALUE_BY_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ID | Value transfer | Type reference (TYPE) | STRING | ID | 20030818 | ||
2 | ![]() |
IM_NEW_VALUE | Value transfer | Type reference (TYPE) | STRING | Wert | 20030818 | ||
3 | ![]() |
IM_VAL | Call by reference | Object reference (TYPE REF TO) | IF_SRM_EDIT_ATTRIBUTE_VALUE | 20030818 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Attribut Wert (abstrakt) | 20030818 |
Method CHECK_ATTR_VALUE_IS_INITIAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_VAL | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ATTRIBUTE_VALUE | AW-Objekt | 20020625 | ||
2 | ![]() |
RE_IS_INITIAL | Value transfer | Type reference (TYPE) | SRMBOOLEAN | if_srm=>true wenn das Attribut keinen Wert hat | 20020625 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Framework (abstrakt) | 20020625 |
Method CLONE_ATTR_VAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_DESC | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ATTRIBUTE_DESC | Attributbeschreibung - Read | 20020625 | ||
2 | ![]() |
IM_VAL | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ATTRIBUTE_VALUE | Attribut-Wert (Source) | 20020625 | ||
3 | ![]() |
RE_VAL_NEW | Value transfer | Object reference (TYPE REF TO) | IF_SRM_EDIT_ATTRIBUTE_VALUE | Attribut-Wert (neu) | 20020625 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Framework (abstrakt) | 20020625 |
Method CONTAINS_PATTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_VAL | Call by reference | Object reference (TYPE REF TO) | IF_SRM_EDIT_ATTRIBUTE_VALUE | AW-Objekt | 20020625 | ||
2 | ![]() |
RE_CONTAINS_PATTERN | Value transfer | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>TRUE, wenn das Objekt ein Muster (*, ?) enthält | 20020625 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Framework (abstrakt) | 20020625 |
Method DO_INPUT_CONVERSION 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 | 20030903 | |||
2 | ![]() |
IM_DESC | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ATTRIBUTE_DESC | Description | 20030903 | ||
3 | ![]() |
IM_POID | Call by reference | Object reference (TYPE REF TO) | IF_SRM_POID | POID | 20030903 | ||
4 | ![]() |
IM_VALUE_OUT | Call by reference | Type reference (TYPE) | STRING | Wert in Anzeigeformat | 20030903 | ||
5 | ![]() |
RE_VALUE_IN | Value transfer | Type reference (TYPE) | STRING | Wert in internem Format | 20030903 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Framework (abstrakt) | 20030903 |
Method GET_ATTR_VALUE_AS_STRING 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 | 20030903 | |||
2 | ![]() |
IM_DO_OUTPUT_CONVERSION | Call by reference | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>FALSE | 20030814 | ||
3 | ![]() |
IM_OUTPUT_CONVERSION_APP | Call by reference | Object reference (TYPE REF TO) | IF_SRM_POID | 20030814 | |||
4 | ![]() |
IM_VAL | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ATTRIBUTE_VALUE | 20020626 | |||
5 | ![]() |
RE_VALUE | Value transfer | Type reference (TYPE) | STRING | Wert | 20020626 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Attribut Wert (abstrakt) | 20020626 |
Method GET_ATTR_VAL_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ID | Call by reference | Type reference (TYPE) | STRING | ID | 20020625 | ||
2 | ![]() |
IM_LIST | Call by reference | Type reference (TYPE) | SRM_LIST_EDIT_ATTRIBUTE_VALUE | Liste mit Attribut-Wert-Objekten | 20020625 | ||
3 | ![]() |
RE_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_SRM_EDIT_ATTRIBUTE_VALUE | Attributwert - Edit | 20020625 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Framework (abstrakt) | 20020625 |
Method GET_ATTR_VAL_LONGTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_VAL | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ATTRIBUTE_VALUE | Attributwert - Read | 20040727 | ||
2 | ![]() |
RE_LONGTEXT | Value transfer | Type reference (TYPE) | STRING | 20040727 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Basisklasse (abstrakt) | 20040727 |
Method GET_VIS_LENGTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ATTR_DESC | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ATTRIBUTE_DESC | 20030819 | |||
2 | ![]() |
RE_LENGTH | Value transfer | Type reference (TYPE) | I | 20030819 |
Method GET_VIS_LENGTH on class CL_SRM_ATTR_VAL_HELPER has no exception.
Method SET_ATTR_VALUE_BY_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ID | Value transfer | Type reference (TYPE) | STRING | ID | 20030813 | ||
2 | ![]() |
IM_NEW_VALUE | Value transfer | Type reference (TYPE) | STRING | Wert | 20030730 | ||
3 | ![]() |
IM_VAL | Call by reference | Object reference (TYPE REF TO) | IF_SRM_EDIT_ATTRIBUTE_VALUE | 20030730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Attribut Wert (abstrakt) | 20030730 | |
2 | ![]() |
System-Exception bei Konvertierungsfehlern | 20041115 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 620 |