SAP ABAP Interface IF_DDIC_NTAB_CHECK_RESULT (DDIC/NTAB Check: Results)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     S_ABAP_TOOLS_NTABCONSISTENCY (Package) ABAP Tools: Service for Recursive DDIC Checks
Properties
Interface IF_DDIC_NTAB_CHECK_RESULT  
Short Description DDIC/NTAB Check: Results    
General Data
Package S_ABAP_TOOLS_NTABCONSISTENCY   ABAP Tools: Service for Recursive DDIC Checks 
Created 20100804   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_DDIC_NTAB_CHECK_RESULT has no forward declaration.
Interfaces
Interface IF_DDIC_NTAB_CHECK_RESULT has no interface.
Friends
Interface IF_DDIC_NTAB_CHECK_RESULT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALL_INCONSISTENCIES Instance attribute Public Type reference (TYPE) TY_INCONSISTENCIES 20100804
2 CHECK_PROTOCOL Instance attribute Public Type reference (TYPE) TY_CHECK_PROTOCOL 20100804
3 CHECK_RESULTS Instance attribute Public Type reference (TYPE) TY_CHECK_RESULTS 20100804
4 C_CATEGORY_ERROR Constant Public Type reference (TYPE) TY_INCONSISTENCY_CATEGORY 'E' 20100804
5 C_CATEGORY_WARNING Constant Public Type reference (TYPE) TY_INCONSISTENCY_CATEGORY 'W' 20100804
6 C_INCNS_COMPONENT_INVALID Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'COMP_INVALID' 20100804
7 C_INCNS_DDIC_GET Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'DDIC_GET_ERR' 20100804
8 C_INCNS_FIELDS Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'DD_FIELDS' 20100804
9 C_INCNS_HEADER Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'DD_HEADER' 20100804
10 C_INCNS_NO_ACTIVE_NT Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'NO_ACTIV_NT' 20100804
11 C_INCNS_NO_ACTIVE_SOURCE Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'NO_ACTIV_SRC' 20100804
12 C_INCNS_NO_REFTYPE Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'NO_REFTYPE' 20100804
13 C_INCNS_NT_BUT_NO_SOURCE Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'NT_W/O_SRC' 20100804
14 C_INCNS_RUTCHKNT Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'RUTCHKNT' 20110201
15 C_INCNS_TABL_ABSTAMP Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'TABL_ABSTAMP' 20100804
16 C_INCNS_TABL_INCLUDE_ALI Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'TABL_INC_ALI' 20100804
17 C_INCNS_TABL_OVERLAP Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'TABL_OVERLAP' 20100804
18 C_INCNS_TABL_TEXTLANG_MULT Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'TABL_TEXTLANG' 20130218
19 C_INCNS_TTYP_LENGTH Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'TTYP_LEN' 20100804
20 C_INCNS_TTYP_REF_LENGTH Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'TTYP_REF_LEN' 20100804
21 C_INCNS_UNKNOWN_TYPE Constant Public Type reference (TYPE) TY_INCONSISTENCY_KIND 'UNKNOWN_TYPE' 20100804
22 C_TYPE_BOXED Constant Public Type reference (TYPE) TY_TYPE_KIND 'J' 20100804
23 C_TYPE_BOXED_GENERIC Constant Public Type reference (TYPE) TY_TYPE_KIND 'K' 20100804
24 C_TYPE_BTIN Constant Public Type reference (TYPE) TY_TYPE_KIND 'B' 20100804
25 C_TYPE_CLAS Constant Public Type reference (TYPE) TY_TYPE_KIND 'C' 20100804
26 C_TYPE_DATA Constant Public Type reference (TYPE) TY_TYPE_KIND 'D' 20100804
27 C_TYPE_DTEL Constant Public Type reference (TYPE) TY_TYPE_KIND 'E' 20100804
28 C_TYPE_INTF Constant Public Type reference (TYPE) TY_TYPE_KIND 'I' 20100804
29 C_TYPE_NONE Constant Public Type reference (TYPE) TY_TYPE_KIND SPACE 20100804
30 C_TYPE_OBJC Constant Public Type reference (TYPE) TY_TYPE_KIND 'O' 20100804
31 C_TYPE_REF Constant Public Type reference (TYPE) TY_TYPE_KIND 'R' 20100804
32 C_TYPE_TABL Constant Public Type reference (TYPE) TY_TYPE_KIND 'S' 20100804
33 C_TYPE_TTYP Constant Public Type reference (TYPE) TY_TYPE_KIND 'L' 20100804
Methods
Interface IF_DDIC_NTAB_CHECK_RESULT has no method.
Events
Interface IF_DDIC_NTAB_CHECK_RESULT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CHECK_PROTOCOL Public See coding 20100804 ty_check_protocol type standard table of ty_check_protocol_entry with non-unique default key
2 TY_CHECK_PROTOCOL_ENTRY Public See coding 20100804 begin of ty_check_protocol_entry, head type ty_task_head, no_recheck type abap_bool, end of ty_check_protocol_entry
3 TY_CHECK_RESULT Public See coding 20100804 begin of ty_check_result, head type ty_task_head, tabchk type nttabchk, end of ty_check_result
4 TY_CHECK_RESULTS Public See coding 20100804 ty_check_results type hashed table of ty_check_result with unique key head-name
5 TY_INCONSISTENCIES Public See coding 20100804 ty_inconsistencies type sorted table of ty_inconsistency with unique key head-name head-type kind
6 TY_INCONSISTENCY Public See coding 20100804 begin of ty_inconsistency, head type ty_task_head, kind type ty_inconsistency_kind, category type ty_inconsistency_category, explain type ref to data, end of ty_inconsistency
7 TY_INCONSISTENCY_CATEGORY Public See coding 20100804 ty_inconsistency_category(1) type c
8 TY_INCONSISTENCY_KIND Public See coding 20100804 ty_inconsistency_kind(12) type c
9 TY_RUTCHKNT_EXPLAIN Public See coding 20110201 begin of ty_rutchknt_explain, protocol type xstring, end of ty_rutchknt_explain
10 TY_TABL_ABSTAMP_EXPLAIN Public See coding 20100804 begin of ty_tabl_abstamp_explain, component type typename, rollname type typename, abstamp type x030l-abstamp, abstamp_comp type x030l-abstamp, end of ty_tabl_abstamp_explain
11 TY_TABL_ALI_EXPLAIN Public See coding 20100804 begin of ty_tabl_ali_explain, component type typename, rollname type typename, alignment_req(1) type x, alignment_act type roffset, end of ty_tabl_ali_explain
12 TY_TABL_OVERLAP_EXPLAIN Public See coding 20100804 begin of ty_tabl_overlap_explain, component type typename, offset(4) type x, offset_u(4) type x, length_u(4) type x, end of ty_tabl_overlap_explain
13 TY_TASK_HEAD Public See coding 20100804 begin of ty_task_head, name type typename, type type tbatgobj, gotstate type ddgotstate, stack_level type i, end of ty_task_head
14 TY_TTYP_EXPLAIN Public See coding 20100804 begin of ty_ttyp_explain, ttyp_length type i, tabl_length type i, tabl_head type ty_check_result-head, end of ty_ttyp_explain
15 TY_TYPE_KIND Public See coding 20100804 ty_type_kind(1) type c
History
Last changed by/on SAP  20140121 
SAP Release Created in 740