SAP ABAP Interface IF_UPARM_QB_VIEW (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_WD_MDP_RESULT_TABLE | Assistance Class for UPARM_WD_MDP_RESULT_TABLE | 20090220 |
Properties
| Interface | IF_UPARM_QB_VIEW | |
| Short Description | Represents a view to be managed by the Query Builder |
General Data
| Package | UPARM | Retail MAP Master Data Maintenance |
| Created | 20090212 | 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 has no interface.
Friends
Interface IF_UPARM_QB_VIEW has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MR_VIEW_MANAGER | Instance attribute | Public | Object reference (TYPE REF TO) | IF_UPARM_QB_VIEW_MANAGER | Manages a view's rules and filters | 20090220 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the Column Header to Column ID relation | 20090220 | |
| 2 | Instance method | Public | Method | Returns the key field name | 20090227 | |
| 3 | Instance method | Public | Method | Returns the key field type | 20090227 | |
| 4 | Instance method | Public | Method | Return main view ID | 20090609 | |
| 5 | Instance method | Public | Method | Return sub view ID | 20090609 | |
| 6 | Instance method | Public | Method | Returns the type of table of the records | 20090225 | |
| 7 | Instance method | Public | Method | Returns the Identifier of the WD View | 20090212 | |
| 8 | Instance method | Public | Method | Converts column ID to the serial name | 20090220 | |
| 9 | Instance method | Public | Method | Converts a serial name to a column ID | 20090220 | |
| 10 | Instance method | Public | Method | Converts a serial name to the display value | 20090220 | |
| 11 | Instance method | Public | Method | Sets the new values in this view | 20090212 | |
| 12 | Instance method | Public | Method | Sets the attributes of a subset of the records in the view | 20090213 | |
| 13 | Instance method | Public | Method | Sets the View Manager | 20090220 |
Events
Interface IF_UPARM_QB_VIEW has no event.
Types
Interface IF_UPARM_QB_VIEW has no local type.
Method Signatures
Method GET_COLUMN_HEADERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_COLUMN_HEADER | Value transfer | Type reference (TYPE) | UPARM_YT_COLUMN_HEADER | Column Header to Column ID relation | 20090220 |
Method GET_COLUMN_HEADERS on Interface IF_UPARM_QB_VIEW has no exception.
Method GET_KEY_FIELD_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | Key field name | 20090227 |
Method GET_KEY_FIELD_NAME on Interface IF_UPARM_QB_VIEW has no exception.
Method GET_KEY_FIELD_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Key field name | 20090227 |
Method GET_KEY_FIELD_TYPE on Interface IF_UPARM_QB_VIEW has no exception.
Method GET_MAIN_VIEW_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_MAIN_VIEW_ID | Value transfer | Type reference (TYPE) | STRING | 20090609 |
Method GET_MAIN_VIEW_ID on Interface IF_UPARM_QB_VIEW has no exception.
Method GET_SUB_VIEW_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SUB_VIEW_ID | Value transfer | Type reference (TYPE) | STRING | 20090609 |
Method GET_SUB_VIEW_ID on Interface IF_UPARM_QB_VIEW has no exception.
Method GET_TABLE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_TABLE_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20090225 |
Method GET_TABLE_TYPE on Interface IF_UPARM_QB_VIEW has no exception.
Method GET_VIEW_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VIEW_ID | Value transfer | Type reference (TYPE) | UPARM_Y_RULE_VIEW_ID | View ID | 20090212 |
Method GET_VIEW_ID on Interface IF_UPARM_QB_VIEW has no exception.
Method MAP_COLUMN_ID_TO_SERIAL_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | 20090220 | ||||
| 2 | R_SERIALIZED_NAME | Value transfer | Type reference (TYPE) | UPARM_Y_COL_SERIALIZED_NAME | Column Serialized Name | 20090220 |
Method MAP_COLUMN_ID_TO_SERIAL_NAME on Interface IF_UPARM_QB_VIEW has no exception.
Method MAP_SERIAL_NAME_TO_COL_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SERIALIZED_NAME | Call by reference | Type reference (TYPE) | UPARM_Y_COL_SERIALIZED_NAME | Column Serialized Name | 20090220 | |||
| 2 | R_COLUMN_ID | Value transfer | Type reference (TYPE) | STRING | 20090220 |
Method MAP_SERIAL_NAME_TO_COL_ID on Interface IF_UPARM_QB_VIEW has no exception.
Method MAP_SER_NAME_TO_DISPLAY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SERIAL_NAME | Call by reference | Type reference (TYPE) | UPARM_Y_COL_SERIALIZED_NAME | Column Serialized Name | 20090220 | |||
| 2 | RV_COLUMN_NAME | Value transfer | Type reference (TYPE) | STRING | The display value of the column on the UI | 20090220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Builder exception | 20090312 |
Method SET_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RECORD | Call by reference | Type reference (TYPE) | TABLE | New records to set in the context | 20090212 |
Method SET_RECORDS on Interface IF_UPARM_QB_VIEW has no exception.
Method SET_RECORD_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RECORD | Call by reference | Type reference (TYPE) | TABLE | Table of records | 20090213 | |||
| 2 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | Column ID | 20090213 | |||
| 3 | IV_STATE | Call by reference | Type reference (TYPE) | UPARM_Y_COL_COLOR | Exception column color | 20090213 |
Method SET_RECORD_ATTRIBUTES on Interface IF_UPARM_QB_VIEW has no exception.
Method SET_VIEW_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_VIEW_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_UPARM_QB_VIEW_MANAGER | Manages a view's rules and filters | 20090220 |
Method SET_VIEW_MANAGER on Interface IF_UPARM_QB_VIEW has no exception.
History
| Last changed by/on | SAP | 20141101 |
| SAP Release Created in | 705 |