SAP ABAP Interface IF_WDK_CONSISTENCY (Check data)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
BC-MUS (Application Component) Musing Tools
⤷
WDK_CONTROLLER (Package) Kayak Controller

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_WDK_EXECUTION_STACK | Backend execution stack | 20070322 |
2 | Interface composition (i COMPRISING i_ref) | IF_WDK_UNDOABLE_ACTION | Undoable action | 20070322 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDK_BDC_ACTION | Action | 20070322 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDK_BDC_CHANGELOG | Action | 20070322 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDK_BDC_STACK | Navigation Stack of the Backend Controller | 20070322 |
Properties
Interface | IF_WDK_CONSISTENCY | |
Short Description | Check data |
General Data
Package | WDK_CONTROLLER | Kayak Controller |
Created | 20061212 | SAP |
Last changed | 20070911 | 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) |
Interfaces
Interface IF_WDK_CONSISTENCY has no interface.
Friends
Interface IF_WDK_CONSISTENCY has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MV_IS_ENABLE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Consistency check enabled | 20070322 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check data for consistency | 20070322 |
2 | ![]() |
Instance method | Public | Method | Clear all buffered data | 20070322 |
Events
Interface IF_WDK_CONSISTENCY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_DYNPRO_CONTEXT | Public | See coding | Complete dynpro context | 20070322 | BEGIN OF ts_dynpro_context,
dynpro_id TYPE wdk_dynpro_id_sty,
step_index TYPE i,
fields TYPE tt_field,
END OF ts_dynpro_context
|
|
2 | TS_FIELD | Public | See coding | Field context | 20070322 | BEGIN OF ts_field,
fieldname TYPE dynfnam,
tabindex TYPE sytabix,
value TYPE wdk_fieldvalue,
required TYPE wdy_boolean,
readonly TYPE wdy_boolean,
visible TYPE wdy_boolean,
END OF ts_field
|
|
3 | TS_HASHVALUE | Public | See coding | Hash values from field/value table | 20070322 | BEGIN OF ts_hashvalue,
progr TYPE bdc_prog,
dynpro TYPE bdc_dynr,
hashvalue TYPE tv_hashvalue,
step_index TYPE i,
END OF ts_hashvalue
|
|
4 | TT_DYNPRO_CONTEXT | Public | See coding | Complete dynpro context | 20070322 | tt_dynpro_context TYPE STANDARD TABLE OF ts_dynpro_context
WITH DEFAULT KEY
|
|
5 | TT_FIELD | Public | See coding | Field context | 20070322 | tt_field TYPE HASHED TABLE OF ts_field
WITH UNIQUE KEY fieldname tabindex
|
|
6 | TT_HASHVALUE | Public | See coding | Hash values from field/value table | 20070322 | tt_hashvalue TYPE STANDARD TABLE OF ts_hashvalue
WITH DEFAULT KEY
|
|
7 | TV_HASHVALUE | Public | Type reference (TYPE) | HASH160 | Hash Value (160 Bits) | 20070322 |
|
Method Signatures
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CHECKCONTEXT | Call by reference | Type reference (TYPE) | TT_DYNPRO_CONTEXT | Detailed dynpro context | 20070322 | ||
2 | ![]() |
IT_CHECKVALUES | Call by reference | Type reference (TYPE) | TT_HASHVALUE | Hash values from field/value table | 20070322 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20070322 |
Method CLEAR Signature
Method CLEAR on Interface IF_WDK_CONSISTENCY has no parameter.
Method CLEAR on Interface IF_WDK_CONSISTENCY has no exception.
History
Last changed by/on | SAP | 20070911 |
SAP Release Created in |