SAP ABAP Class IF_RSDA_DB6_SYNC_CHECKER (DB6 constants for synchronization checks)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSDA_DB6_CONNECTION | DB6 NLS Connection Class | 20091105 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSDA_DB6_SYNC_CHECKER | DB6 NLS consistency checker | 20091105 |
Properties
Class | IF_RSDA_DB6_SYNC_CHECKER | |
Short Description | DB6 constants for synchronization checks | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20091105 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_RSDA_DB6_SYNC_CHECKER has no interface implemented.
Friends
Class IF_RSDA_DB6_SYNC_CHECKER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20091105 |
Methods
Class IF_RSDA_DB6_SYNC_CHECKER has no method.
Events
Class IF_RSDA_DB6_SYNC_CHECKER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ACTION | Public | See coding | 20091105 | BEGIN OF ty_action,
archrequid_sid TYPE i,
action TYPE string,
sql_cmd TYPE string,
executed TYPE boolean,
END OF ty_action
|
||
2 | TY_INFOPROVIDER | Public | See coding | 20091105 | BEGIN OF ty_infoprovider,
biobject TYPE rsdai_nearline_object,
nlsnamespace TYPE namespace,
nls_name TYPE tabname,
" nls_actions TYPE ty_t_actions,
max_recon_timestmpl TYPE if_rsdai_nearline_connection=>reconciliation_timestamp,
drop TYPE rs_bool,
nls_requests TYPE ty_t_request_corrections,
END OF ty_infoprovider
|
||
3 | TY_REQUEST_CORRECTION | Public | See coding | 20100924 | BEGIN OF ty_request_correction,
request_sid TYPE i,
action TYPE if_rsdai_nearline_connection=>request_action,
recon_timestmpl TYPE if_rsdai_nearline_connection=>reconciliation_timestamp,
description TYPE char64,
END OF ty_request_correction
|
||
4 | TY_STATUS | Public | Type reference (TYPE) | I | 20091105 |
|
|
5 | TY_T_ACTIONS | Public | See coding | 20091105 | ty_t_actions TYPE STANDARD TABLE OF ty_action WITH KEY archrequid_sid
|
||
6 | TY_T_INFOPROVIDERS | Public | See coding | 20091105 | ty_t_infoproviders TYPE STANDARD TABLE OF ty_infoprovider
|
||
7 | TY_T_REQUEST_CORRECTIONS | Public | See coding | 20100924 | ty_t_request_corrections TYPE STANDARD TABLE OF ty_request_correction WITH KEY request_sid
|
||
8 | TY_VIEWER_DETAIL_ROW | Public | See coding | 20091105 | BEGIN OF ty_viewer_detail_row,
bw_schema TYPE char9,
bw_table TYPE char18, " BW has a 18-char limitation
bw_size TYPE char10,
nls_schema TYPE char10,
nls_table TYPE char20, " NLS doesn't have the 18char limitation
nls_size TYPE char10,
END OF ty_viewer_detail_row
|
||
9 | TY_VIEWER_RESULT_ROW | Public | See coding | 20091105 | BEGIN OF ty_viewer_result_row,
infoprovider_name TYPE char18,
infoprovider_size TYPE char18,
nls_conn TYPE char10,
nls_name TYPE char10,
nls_size TYPE char10,
query_adjusted TYPE char14, " it's actually CHAR1, but CHAR14 shows understandable col.name
nls_tables_details TYPE TABLE OF ty_viewer_detail_row WITH DEFAULT KEY,
END OF ty_viewer_result_row
|
||
10 | TY_VIEWER_RESULT_TABLE | Public | See coding | 20091105 | ty_viewer_result_table TYPE TABLE OF ty_viewer_result_row
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |