SAP ABAP Class /BCV/CL_QRM_SELC_ID (Query Selection Criteria 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_SELC_ID | |
| Short Description | Query Selection Criteria 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_SELC_ID has no interface implemented.
Friends
Class /BCV/CL_QRM_SELC_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) | STRING | '/BCV/' | Namespace for Generated IDs | 20090126 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_' | First Character of Valid IDs | 20090126 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_' | Follow. Characters of Valid IDs | 20090126 | ||
| 4 | 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 Selection Criteria ID | 20090126 | |
| 2 | Static method | Public | Method | Was given Selection Criteria ID generated? | 20090126 | |
| 3 | Static method | Public | Method | Is given Selection Criteria ID valid? | 20090126 | |
| 4 | Static method | Public | Method | Reset Generation Counter | 20090205 |
Events
Class /BCV/CL_QRM_SELC_ID has no event.
Types
Class /BCV/CL_QRM_SELC_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) | STRING | Prefix of Generated ID | 20090205 | |||
| 3 | RV_ID | Value transfer | Type reference (TYPE) | /BCV/QRM_CRITERION_ID | Generated Criterion ID | 20090126 |
Method GENERATE_ID on class /BCV/CL_QRM_SELC_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_CRITERION_ID | Criterion 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_SELC_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_CRITERION_ID | Criterion 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_SELC_ID has no exception.
Method RESET_COUNTER Signature
Method RESET_COUNTER on class /BCV/CL_QRM_SELC_ID has no parameter.
Method RESET_COUNTER on class /BCV/CL_QRM_SELC_ID has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |