SAP ABAP Interface IF_SIW_DB_CONTEXT_ACCESS (Read or Modify SIW Context (in Buffer of DB Layer))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SIW (Application Component) Service Implementation Workbench
⤷
S_SIW_DB (Package) SIW: Database Layer

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIW_DB_CONTEXT_ACCESS | DB-Layer Buffers and Updates DB Tables | 20100907 |
Properties
Interface | IF_SIW_DB_CONTEXT_ACCESS | |
Short Description | Read or Modify SIW Context (in Buffer of DB Layer) |
General Data
Package | S_SIW_DB | SIW: Database Layer |
Created | 20100907 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SIW_DB_CONTEXT_ACCESS has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SIW_DB_ACCESS | Abstraction Layer to Buffer and Update DB Tables | 20100907 |
Friends
Interface IF_SIW_DB_CONTEXT_ACCESS has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MV_PROJECT_ID | Instance attribute | Public | Attribute reference (LIKE) | 20100907 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Deletes Database entries for ID | 20101004 |
2 | ![]() |
Instance method | Public | Method | Deletes all Database entries | 20101004 |
3 | ![]() |
Instance method | Public | Method | Returns the Whole Buffer | 20100910 |
4 | ![]() |
Instance method | Public | Method | Returns the Buffered Data for ID | 20100910 |
5 | ![]() |
Instance method | Public | Method | 20100924 | |
6 | ![]() |
Instance method | Public | Method | Adds or Modifies Buffered Data Entries | 20100910 |
Events
Interface IF_SIW_DB_CONTEXT_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TTY | Public | See coding | 20100907 | tty type standard table of ref to if_siw_db_context_access with default key
|
||
2 | TTY_CONTEXT | Public | See coding | 20100907 | tty_context type standard table of ty_context with default key
|
||
3 | TTY_CONTEXT_VAR | Public | See coding | 20100907 | tty_context_var type table of ty_context_var with default key
|
||
4 | TTY_TSIW_CONTEXT | Public | See coding | 20100907 | tty_tsiw_context type standard table of ty_tsiw_context with default key
|
||
5 | TTY_TSIW_CONTEXT_VAR | Public | See coding | 20100907 | tty_tsiw_context_var type standard table of tsiw_context_var with default key
|
||
6 | TY_CONTEXT | Public | See coding | 20100907 | begin of ty_context.
include type tsiw_context.
types tab_context_var type tty_context_var .
types end of ty_context
|
||
7 | TY_CONTEXT_VAR | Public | See coding | 20100907 | begin of ty_context_var,
var_id type siw_dte_var_id.
include type siw_str_var_attr.
types end of ty_context_var
|
||
8 | TY_TSIW_CONTEXT | Public | See coding | 20101006 | begin of ty_tsiw_context.
include type tsiw_context.
types end of ty_tsiw_context
|
Method Signatures
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | SIW_DTE_CONTEXT_UUID | Global Unique ID for SIW context | 20101004 |
Method DELETE on Interface IF_SIW_DB_CONTEXT_ACCESS has no exception.
Method DELETE_ALL Signature
Method DELETE_ALL on Interface IF_SIW_DB_CONTEXT_ACCESS has no parameter.
Method DELETE_ALL on Interface IF_SIW_DB_CONTEXT_ACCESS has no exception.
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DB_BUFFER | Value transfer | Type reference (TYPE) | TTY_CONTEXT | 20100910 |
Method GET on Interface IF_SIW_DB_CONTEXT_ACCESS has no exception.
Method GET_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | SIW_DTE_CONTEXT_UUID | Global Unique ID for SIW context | 20101004 | ||
2 | ![]() |
R_CONTEXT | Value transfer | Type reference (TYPE) | TY_CONTEXT | 20100910 |
Method GET_BY_ID on Interface IF_SIW_DB_CONTEXT_ACCESS has no exception.
Method HAS_CHANGES_FOR_UPDATE Signature
Method HAS_CHANGES_FOR_UPDATE on Interface IF_SIW_DB_CONTEXT_ACCESS has no parameter.
Method HAS_CHANGES_FOR_UPDATE on Interface IF_SIW_DB_CONTEXT_ACCESS has no exception.
Method SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DB_BUFFER | Call by reference | Type reference (TYPE) | TTY_CONTEXT | 20100910 |
Method SET on Interface IF_SIW_DB_CONTEXT_ACCESS has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 731 |