SAP ABAP Class IF_UPARM_QB_VIEW_MANAGER (Represents a view to be managed by the Query Builder)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_UPARM_QB_VIEW_MANAGER | Manages a view's rules and filters | 20090220 |
Properties
| Class | IF_UPARM_QB_VIEW_MANAGER | |
| Short Description | Represents a view to be managed by the Query Builder | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090220 | SAP |
| Last change | 20141101 | |
| 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 IF_UPARM_QB_VIEW_MANAGER has no interface implemented.
Friends
Class IF_UPARM_QB_VIEW_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | ACTION | 'D' | Delete | 20090224 | ||
| 2 | Constant | Public | Type reference (TYPE) | ACTION | 'I' | Insert | 20090224 | ||
| 3 | Constant | Public | Type reference (TYPE) | ACTION | 'M' | Mofify | 20090224 | ||
| 4 | Constant | Public | Type reference (TYPE) | ACTION | 'N' | New | 20090224 | ||
| 5 | Constant | Public | Type reference (TYPE) | ACTION | 'R' | Refresh | 20090225 | ||
| 6 | Constant | Public | Type reference (TYPE) | C | 'X' | Active | 20090226 | ||
| 7 | Constant | Public | Type reference (TYPE) | C | '' | Inactive | 20090226 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Execute Rules on deleted records | 20090226 | |
| 2 | Instance method | Public | Method | Execute Rules on inserted records | 20090226 | |
| 3 | Instance method | Public | Method | Execute Rules on modified records | 20090227 | |
| 4 | Instance method | Public | Method | Execute Rules on completely new records | 20090225 | |
| 5 | Instance method | Public | Method | Execute Rules on the same records | 20090225 | |
| 6 | Instance method | Public | Method | Activate / Disactivate Rules. Disactivating resets context | 20090507 | |
| 7 | Instance method | Public | Method | Returns Original records | 20090226 | |
| 8 | Instance method | Public | Method | Activate / Disactivate Rules. Disactivating resets context | 20090226 | |
| 9 | Instance method | Public | Method | Enable/disable message reporting | 20090609 |
Events
Class IF_UPARM_QB_VIEW_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ACTION | Public | See coding | Action performed on records (New, Insert, Modify, Delete) | 20090224 | action type c length 1
|
|
| 2 | STATUS | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_BOOL | 20090226 | |
Method Signatures
Method EXEC_ON_DELETED_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DELETED_RECORD | Call by reference | Type reference (TYPE) | TABLE | Records on which the Rules will be applied | 20090226 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Builder exception | 20090226 |
Method EXEC_ON_INSERTED_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_INSERTED_RECORD | Call by reference | Type reference (TYPE) | TABLE | Newly inserted records | 20090226 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Builder exception | 20090226 |
Method EXEC_ON_MODIFIED_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MODIFIED_RECORD | Call by reference | Type reference (TYPE) | TABLE | Newly inserted records | 20090227 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Builder exception | 20090227 |
Method EXEC_ON_NEW_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NEW_RECORD | Call by reference | Type reference (TYPE) | TABLE | Original records | 20090225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Builder exception | 20090226 |
Method EXEC_ON_SAME_RECORDS Signature
Method EXEC_ON_SAME_RECORDS on class IF_UPARM_QB_VIEW_MANAGER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Builder exception | 20090226 |
Method GET_ACTIVATION_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATUS_ACTIVE | Value transfer | Type reference (TYPE) | STATUS | ABAP_BOOL | 20090507 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Builder exception | 20090507 |
Method GET_ORIGINAL_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RECORD | Value transfer | Object reference (TYPE REF TO) | DATA | Original Records | 20090226 |
Method GET_ORIGINAL_RECORDS on class IF_UPARM_QB_VIEW_MANAGER has no exception.
Method SET_ACTIVATION_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATUS | Call by reference | Type reference (TYPE) | STATUS | ABAP_BOOL | 20090226 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Builder exception | 20090226 |
Method SET_SILENT_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SILENT_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090609 |
Method SET_SILENT_MODE on class IF_UPARM_QB_VIEW_MANAGER has no exception.
History
| Last changed by/on | SAP | 20141101 |
| SAP Release Created in |