SAP ABAP Class /BCV/CL_QRM_ATTR_ID (Query Attribute ID)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BCV (Application Component) Business Context Viewer
⤷
/BCV/QRM (Package) BCV Query Management Layer
⤷
⤷
Properties
| Class | /BCV/CL_QRM_ATTR_ID | |
| Short Description | Query Attribute ID | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BCV/QRM | BCV Query Management Layer |
| Created | 20090126 | 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) |
Interfaces
Class /BCV/CL_QRM_ATTR_ID has no interface implemented.
Friends
Class /BCV/CL_QRM_ATTR_ID has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | FIELDNAME | '/BCV/FND_CONVERSION_DATE' | DDIC Object of Attribute 'Conversion Date' | 20090217 | ||
| 2 | Constant | Public | Type reference (TYPE) | FIELDNAME | '/BCV/FND_TARGET_CUKY' | DDIC Object of Attribute 'Currency Unit' | 20090217 | ||
| 3 | Constant | Public | Type reference (TYPE) | FIELDNAME | '/BCV/FND_EX_RATE_TYPE' | DDIC Object of Attribute 'Exchange Rate Type' | 20090217 | ||
| 4 | Constant | Public | Type reference (TYPE) | FIELDNAME | '/BCV/FND_TARGET_UNIT' | DDIC Object of Attribute 'Unit of Measure' | 20090217 | ||
| 5 | Constant | Public | Type reference (TYPE) | /BCV/QRM_ATTRIBUTE_ID | '/BCV/CONVERSION_DATE' | Generated Attribute 'Conversion Date' | 20090126 | ||
| 6 | Constant | Public | Type reference (TYPE) | /BCV/QRM_ATTRIBUTE_ID | '/BCV/CURRENCY_UNIT' | Generated Attribute 'Currency Unit' | 20090126 | ||
| 7 | Constant | Public | Type reference (TYPE) | /BCV/QRM_ATTRIBUTE_ID | '/BCV/EXCHANGE_RATE_TYPE' | Generated Attribute 'Exchange Rate Type' | 20090126 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | '/BCV/' | Namespace for Generated Query Attributes | 20090126 | ||
| 9 | Constant | Public | Type reference (TYPE) | /BCV/QRM_ATTRIBUTE_ID | '/BCV/UNIT_OF_MEASURE' | Generated Attribute 'Unit of Measure' | 20090126 | ||
| 10 | Constant | Public | Type reference (TYPE) | C | '/' | Namespace Separator | 20090624 | ||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_' | First Character of Valid IDs | 20090126 | ||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_' | Follow. Characters of Valid IDs | 20090126 | ||
| 13 | Static Attribute | Private | Type reference (TYPE) | I | 1 | ID Generation Counter | 20090126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Generate a new Attribute ID | 20090126 | |
| 2 | Static method | Public | Method | Was given Attribute ID generated? | 20090126 | |
| 3 | Static method | Public | Method | Is given Attribute ID valid? | 20090126 | |
| 4 | Static method | Public | Method | Replace Invalid Characters in Attribute ID | 20090624 | |
| 5 | Static method | Public | Method | Reset Generation Counter | 20090127 |
Events
Class /BCV/CL_QRM_ATTR_ID has no event.
Types
Class /BCV/CL_QRM_ATTR_ID has no local type.
Method Signatures
Method GENERATE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LJUST | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Add Counter Left-Justified | 20090205 | ||
| 2 | IV_PREFIX | Call by reference | Type reference (TYPE) | /BCV/QRM_ATTRIBUTE_ID | Prefix of Generated ID | 20090127 | |||
| 3 | RV_ID | Value transfer | Type reference (TYPE) | /BCV/QRM_ATTRIBUTE_ID | Generated Attribute ID | 20090126 |
Method GENERATE_ID on class /BCV/CL_QRM_ATTR_ID has no exception.
Method IS_GENERATED_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | /BCV/QRM_ATTRIBUTE_ID | Query Attribute ID | 20090126 | |||
| 2 | RV_GENERATED | Value transfer | Type reference (TYPE) | BOOLE_D | ID was generated | 20090126 |
Method IS_GENERATED_ID on class /BCV/CL_QRM_ATTR_ID has no exception.
Method IS_VALID_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | /BCV/QRM_ATTRIBUTE_ID | Query Attribute ID | 20090126 | |||
| 2 | RV_VALID | Value transfer | Type reference (TYPE) | BOOLE_D | ID is valid | 20090126 |
Method IS_VALID_ID on class /BCV/CL_QRM_ATTR_ID has no exception.
Method REPLACE_INVALID_CHARS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_ID | Call by reference | Type reference (TYPE) | /BCV/QRM_ATTRIBUTE_ID | Query Field ID | 20090624 | |||
| 2 | IV_REP_CHAR | Call by reference | Type reference (TYPE) | CHAR0001 | '_' | Replacement Character | 20090624 |
Method REPLACE_INVALID_CHARS on class /BCV/CL_QRM_ATTR_ID has no exception.
Method RESET_COUNTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_START_VALUE | Call by reference | Type reference (TYPE) | INT4 | 1 | Start Value of Counter | 20090505 |
Method RESET_COUNTER on class /BCV/CL_QRM_ATTR_ID has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |