SAP ABAP Class /BCV/CL_UIF_CONTEXT_FACTORY (Context for query view processing)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BCV (Application Component) Business Context Viewer
⤷
/BCV/UIF (Package) BCV User Interface Layer

⤷

⤷

Properties
Class | /BCV/CL_UIF_CONTEXT_FACTORY | |
Short Description | Context for query view processing | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BCV/UIF | BCV User Interface Layer |
Created | 20090902 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BCV/CL_UIF_CONTEXT_FACTORY has no forward declaration.
Interfaces
Class /BCV/CL_UIF_CONTEXT_FACTORY has no interface implemented.
Friends
Class /BCV/CL_UIF_CONTEXT_FACTORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TYT_CONTEXT | 20090902 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TYT_CONTEXT | 20090909 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Clear instance of context class used for drill-down | 20090911 |
2 | ![]() |
Static method | Public | Method | Get instance of context class | 20090902 |
3 | ![]() |
Static method | Public | Method | Get instance of context class used for drill-down | 20090909 |
Events
Class /BCV/CL_UIF_CONTEXT_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYS_CONTEXT | Private | See coding | 20090902 | BEGIN OF tys_context,
id TYPE string,
context TYPE REF TO /bcv/cl_uif_context,
END OF tys_context
|
||
2 | TYT_CONTEXT | Private | See coding | 20090909 | tyt_context TYPE SORTED TABLE OF tys_context
WITH UNIQUE KEY id
|
Method Signatures
Method CLEAR_DRILLDOWN_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | 20090911 |
Method CLEAR_DRILLDOWN_CONTEXT on class /BCV/CL_UIF_CONTEXT_FACTORY has no exception.
Method GET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | ID that is used to identify the instance | 20090902 | ||
2 | ![]() |
RO_CONTEXT | Value transfer | Object reference (TYPE REF TO) | /BCV/CL_UIF_CONTEXT | Context for query view processing | 20090903 |
Method GET_CONTEXT on class /BCV/CL_UIF_CONTEXT_FACTORY has no exception.
Method GET_DRILLDOWN_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INSTANCE_ID | Call by reference | Type reference (TYPE) | STRING | ID that is used to identify the instance | 20090909 | ||
2 | ![]() |
RO_CONTEXT | Value transfer | Object reference (TYPE REF TO) | /BCV/CL_UIF_CONTEXT | Context for query view processing | 20090909 |
Method GET_DRILLDOWN_CONTEXT on class /BCV/CL_UIF_CONTEXT_FACTORY has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |