SAP ABAP Interface IF_UPARM_QB_VIEW_MANAGER (Represents a view to be managed by the Query Builder)
Hierarchy
☛
BI_CONT (Software Component) Business Intelligence Content
⤷
BW-BCT-PLA-RAP (Application Component) Retail Assortment Planning
⤷
UPARM (Package) Retail MAP Master Data Maintenance

⤷

⤷

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
Interface | IF_UPARM_QB_VIEW_MANAGER | |
Short Description | Represents a view to be managed by the Query Builder |
General Data
Package | UPARM | Retail MAP Master Data Maintenance |
Created | 20090220 | SAP |
Last changed | 20141101 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_UPARM_QB_VIEW_MANAGER has no interface.
Friends
Interface IF_UPARM_QB_VIEW_MANAGER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_ACTION_DEL | Constant | Public | Type reference (TYPE) | ACTION | 'D' | Delete | 20090224 | |
2 | C_ACTION_INS | Constant | Public | Type reference (TYPE) | ACTION | 'I' | Insert | 20090224 | |
3 | C_ACTION_MOD | Constant | Public | Type reference (TYPE) | ACTION | 'M' | Mofify | 20090224 | |
4 | C_ACTION_NEW | Constant | Public | Type reference (TYPE) | ACTION | 'N' | New | 20090224 | |
5 | C_ACTION_REF | Constant | Public | Type reference (TYPE) | ACTION | 'R' | Refresh | 20090225 | |
6 | C_STATUS_ACTIVE | Constant | Public | Type reference (TYPE) | C | 'X' | Active | 20090226 | |
7 | C_STATUS_INACTIVE | 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
Interface 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 Interface 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 Interface 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 Interface IF_UPARM_QB_VIEW_MANAGER has no exception.
History
Last changed by/on | SAP | 20141101 |
SAP Release Created in | 705 |