SAP ABAP Class IF_BICS_VARIABLE_CONTAINER (Variables Container)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BICS_CONTEXT | Context of an Object | 20100510 |
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
| Class | IF_BICS_VARIABLE_CONTAINER | |
| Short Description | Variables Container | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100510 | SAP |
| Last change | 20130531 | SAP |
| 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_BICS_VARIABLE_CONTAINER has no interface implemented.
Friends
Class IF_BICS_VARIABLE_CONTAINER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TN_STATE | 'INITIALIZED' | Initialized | 20110121 | ||
| 2 | Constant | Public | Type reference (TYPE) | TN_STATE | 'RAW' | Not Initialized | 20110121 | ||
| 3 | Constant | Public | Type reference (TYPE) | TN_STATE | 'SUBMITTED' | Submitted | 20110121 | ||
| 4 | Constant | Public | Type reference (TYPE) | TN_SUBMIT_RESULT | 1 | Result of Submit | 20100907 | ||
| 5 | Constant | Public | Type reference (TYPE) | TN_SUBMIT_RESULT | 0 | Submit Performed | 20100907 | ||
| 6 | 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
Class 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 class 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 class 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 class 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 class 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 class 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 |