SAP ABAP Class CL_SYB_REPM_ROUTE (SYB: Replication Model - Route)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-SYB (Application Component) Sybase ASE Database Platform
⤷
SMSYB (Package) SYBASE Database Monitor

⤷

⤷

Properties
Class | CL_SYB_REPM_ROUTE | |
Short Description | SYB: Replication Model - Route | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SMSYB | SYBASE Database Monitor |
Created | 20130701 | SAP |
Last change | 20141121 | |
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) |
Interfaces
Class CL_SYB_REPM_ROUTE has no interface implemented.
Friends
Class CL_SYB_REPM_ROUTE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | DB6TSTAMP | 20130708 | |||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SYBDBNAME | 20130708 | |||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20130709 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DETAIL_TAB | 20130909 | |||
5 | ![]() |
Constant | Public | Type reference (TYPE) | I | 10 | 20130909 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | I | 11 | 20130909 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | I | 20 | 20130909 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | I | 41 | 20130909 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | I | 40 | 20130909 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | I | 30 | 20130909 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | I | 31 | 20130909 | ||
12 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20130708 | |||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | DB6TSTAMP | 20130708 | |||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MODULE_TAB | 20130708 | |||
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SYBSRVNAME | 20130716 | |||
16 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20130708 | |||
17 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SYBSRVNAME | 20130716 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20130909 | |
2 | ![]() |
Instance method | Public | Method | 20130708 | |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130708 |
4 | ![]() |
Instance method | Private | Method | 20130909 | |
5 | ![]() |
Instance method | Public | Method | 20130709 | |
6 | ![]() |
Instance method | Public | Method | 20130709 | |
7 | ![]() |
Instance method | Public | Method | 20130709 | |
8 | ![]() |
Instance method | Public | Method | row represenation of the route (for ACC perspective) | 20130911 |
9 | ![]() |
Instance method | Public | Method | 20130709 |
Events
Class CL_SYB_REPM_ROUTE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | DETAIL_STRUCT | Private | See coding | 20130909 | begin of DETAIL_STRUCT,
key type i,
descr type string,
descr_tt type string,
value type string,
unit type string,
unit_tt type string,
end of DETAIL_STRUCT
|
||
2 | DETAIL_TAB | Private | See coding | 20130909 | DETAIL_TAB type standard table of DETAIL_STRUCT
|
||
3 | MODULE_STRUCT | Private | See coding | 20130708 | begin of MODULE_STRUCT,
sequence type i,
module type ref to cl_syb_repm_repmodule,
end of MODULE_STRUCT
|
||
4 | MODULE_TAB | Private | See coding | 20130708 | MODULE_TAB type standard table of MODULE_STRUCT
|
Method Signatures
Method ADD_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DESCR | Call by reference | Type reference (TYPE) | CLIKE | 20130909 | |||
2 | ![]() |
DESCR_TT | Call by reference | Type reference (TYPE) | CLIKE | '' | 20130909 | ||
3 | ![]() |
KEY | Call by reference | Type reference (TYPE) | I | 20130909 | |||
4 | ![]() |
UNIT | Call by reference | Type reference (TYPE) | CLIKE | 20130909 | |||
5 | ![]() |
UNIT_TT | Call by reference | Type reference (TYPE) | CLIKE | '' | 20130909 | ||
6 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | CLIKE | 20130909 |
Method ADD_DETAIL on class CL_SYB_REPM_ROUTE has no exception.
Method ADD_MODULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MODULE | Call by reference | Object reference (TYPE REF TO) | CL_SYB_REPM_REPMODULE | SYB: Replication Model - Replication Module | 20130708 |
Method ADD_MODULE on class CL_SYB_REPM_ROUTE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DBNAME | Call by reference | Type reference (TYPE) | SYBDBNAME | 20130708 | |||
2 | ![]() |
SOURCE_SITE | Call by reference | Type reference (TYPE) | SYBSRVNAME | 20130716 | |||
3 | ![]() |
TARGET_SITE | Call by reference | Type reference (TYPE) | SYBSRVNAME | 20130716 |
Method CONSTRUCTOR on class CL_SYB_REPM_ROUTE has no exception.
Method GET_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DETAIL | Value transfer | Type reference (TYPE) | DETAIL_STRUCT | 20130909 | |||
2 | ![]() |
KEY | Call by reference | Type reference (TYPE) | I | 20130909 |
Method GET_DETAIL on class CL_SYB_REPM_ROUTE has no exception.
Method GET_EDGE_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
XML | Value transfer | Type reference (TYPE) | STRING | 20130709 |
Method GET_EDGE_XML on class CL_SYB_REPM_ROUTE has no exception.
Method GET_NODE_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
XML | Value transfer | Type reference (TYPE) | STRING | 20130709 |
Method GET_NODE_XML on class CL_SYB_REPM_ROUTE has no exception.
Method GET_ROUTE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | STRING | 20130709 |
Method GET_ROUTE_NAME on class CL_SYB_REPM_ROUTE has no exception.
Method GET_TABLE_ROW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ROW | Value transfer | Type reference (TYPE) | SYBHADR_OVERVIEW | SYB: HADR overview (ACC table display) | 20130911 |
Method GET_TABLE_ROW on class CL_SYB_REPM_ROUTE has no exception.
Method NUM_SRS_IN_ROUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NUM | Value transfer | Type reference (TYPE) | I | 20130709 |
Method NUM_SRS_IN_ROUTE on class CL_SYB_REPM_ROUTE has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 740 |