SAP ABAP Interface IF_BICS_VARIABLE_CONTAINER (Variables Container)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_SELECTOR (Package) BW BICS Consumer Selector

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_VARIABLE_CONTAINER | Variables Container | 20100510 |
Properties
Interface | IF_BICS_VARIABLE_CONTAINER | |
Short Description | Variables Container |
General Data
Package | BW_BICS_CONSUMER_SELECTOR | BW BICS Consumer Selector |
Created | 20100510 | SAP |
Last changed | 20130531 | SAP |
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) |
2 | IF_BICS_OBJECT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | IF_BICS_VARIABLE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BICS_CONTEXT | Context of an Object | 20100510 |
Friends
Interface IF_BICS_VARIABLE_CONTAINER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_C_STATE_INITIALIZED | Constant | Public | Type reference (TYPE) | TN_STATE | 'INITIALIZED' | Initialized | 20110121 | |
2 | N_C_STATE_RAW | Constant | Public | Type reference (TYPE) | TN_STATE | 'RAW' | Not Initialized | 20110121 | |
3 | N_C_STATE_SUBMITTED | Constant | Public | Type reference (TYPE) | TN_STATE | 'SUBMITTED' | Submitted | 20110121 | |
4 | N_C_SUBMIT_NEEDS_INPUT | Constant | Public | Type reference (TYPE) | TN_SUBMIT_RESULT | 1 | Result of Submit | 20100907 | |
5 | N_C_SUBMIT_OK | Constant | Public | Type reference (TYPE) | TN_SUBMIT_RESULT | 0 | Submit Performed | 20100907 | |
6 | N_STATE | Instance attribute | Public | Type reference (TYPE) | TN_STATE | Status of the Variable Container | 20110121 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Cancel variable screen processing | 20121030 |
2 | ![]() |
Instance method | Public | Method | Check All Variable Values | 20100517 |
3 | ![]() |
Instance method | Public | Method | Read Variable Values set with last Submit | 20121120 |
4 | ![]() |
Instance method | Public | Method | Read Variable | 20100510 |
5 | ![]() |
Instance method | Public | Method | Read All Variables | 20100510 |
6 | ![]() |
Instance method | Public | Method | Read Dependency Network from Variables | 20100517 |
7 | ![]() |
Instance method | Public | Method | Has the container already been submitted? | 20110104 |
8 | ![]() |
Instance method | Public | Method | Set Variable Values | 20100517 |
Events
Interface IF_BICS_VARIABLE_CONTAINER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_STATE | Public | Type reference (TYPE) | IF_BICS_OBJECT=>TN_TEXT | Status of the Variable Container | 20110121 |
|
2 | TN_SUBMIT_RESULT | Public | Type reference (TYPE) | I | Result of Submit | 20100907 |
|
3 | TN_S_DEPENDENCY | Public | See coding | Dependent Variables | 20100517 | BEGIN OF tn_s_dependency,
variable TYPE REF TO if_bics_variable,
dependent_of TYPE REF TO if_bics_variable,
END OF tn_s_dependency
|
|
4 | TN_T_DEPENDENCY | Public | See coding | Dependency Network of Variables | 20100517 | tn_t_dependency TYPE STANDARD TABLE OF tn_s_dependency
WITH KEY variable
|
Method Signatures
Method CANCEL_SCREEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SUBMITTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Returns TRUE if var state is SUBMITTED after cancellation | 20121030 |
Method CANCEL_SCREEN on Interface IF_BICS_VARIABLE_CONTAINER has no exception.
Method CHECK_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NO_MESSAGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Unterdrückung von Meldungen | 20100517 | |
2 | ![]() |
R_CHECK_OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | Prüfung ok | 20100517 |
Method CHECK_VALUES on Interface IF_BICS_VARIABLE_CONTAINER has no exception.
Method GET_CURRENT_VARIABLE_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TS_VARIABLE_VALUE | Value transfer | Type reference (TYPE) | IF_BICS_VARIABLE=>TN_TS_VARIABLE_VALUE | 20121120 |
Method GET_CURRENT_VARIABLE_VALUES on Interface IF_BICS_VARIABLE_CONTAINER has no exception.
Method GET_VARIABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ALTERNATIVE_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Variablenname | 20100510 | ||
2 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_ID | Variablen-ID | 20100510 | ||
3 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Technischer Variablenname | 20100510 | ||
4 | ![]() |
I_WITHOUT_SCREEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Variable without screen | 20121029 | |
5 | ![]() |
R_R_VARIABLE | Value transfer | Object reference (TYPE REF TO) | IF_BICS_VARIABLE | Variable | 20100510 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Berechtigung | 20120731 |
Method GET_VARIABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_WITHOUT_SCREEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Variable without screen | 20121029 | |
2 | ![]() |
R_T_VARIABLE | Value transfer | Type reference (TYPE) | IF_BICS_VARIABLE=>TN_T_VARIABLE | Variablenliste | 20100510 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Berechtigung | 20120731 |
Method GET_VARIABLE_DEPENDENCIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_DEPENDENCIES | Value transfer | Type reference (TYPE) | TN_T_DEPENDENCY | Abhängigkeitsnetz der Variablen | 20100517 |
Method GET_VARIABLE_DEPENDENCIES on Interface IF_BICS_VARIABLE_CONTAINER has no exception.
Method IS_SUBMITTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_IS_SUBMITTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110104 |
Method IS_SUBMITTED on Interface IF_BICS_VARIABLE_CONTAINER has no exception.
Method SUBMIT_VARIABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SUBMIT_RESULT | Value transfer | Type reference (TYPE) | TN_SUBMIT_RESULT | Prozess erfolgreich | 20100907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Berechtigung | 20100907 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |