SAP ABAP Class /MRSS/CL_NW_ROUTER (NW Router)
Hierarchy
☛
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
⤷
PM-WOC-MO (Application Component) Maintenance Orders
⤷
/MRSS/NW_INTERACTION (Package) Interaction Layer for MRS NW Add on

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /MRSS/IF_NW_ROUTER_FACADE | Facade for NW Router | 20090707 |
Properties
Class | /MRSS/CL_NW_ROUTER | |
Short Description | NW Router | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /MRSS/NW_INTERACTION | Interaction Layer for MRS NW Add on |
Created | 20090707 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /MRSS/CL_NW_ROUTER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /MRSS/IF_NW_ROUTER_FACADE | Facade for NW Router | 20090707 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | /MRSS/CL_NW_MAT_AVAILABILITY | 20140102 | Material Availability | |
2 | /MRSS/CL_NW_SOURCE_SYSTEM | 20140102 | Represents the Connected Source Systems of MRS |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | /MRSS/CL_NW_MAT_AVAILABILITY | Materialverfügbarkeit | 20101109 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | /MRSS/CL_NW_CUSTOMIZING_MIRROR | Mirror customizing Netweaver | 20130308 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /MRSS/CL_NW_SOURCE_SYSTEM | Reference to Own Source System | 20130226 | ||
4 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | /MRSS/IF_NW_ROUTER_FACADE | Facade for NW Router | 20090707 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /MRSS/CL_TEST_CUSTOMIZING_MGR | Class for Testing MRS Engine | 20140718 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /MRSS/T_LOGSYS_DESTINATION_TAB | Destination of a logical system | 20130222 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /MRSS/T_ITEM_NUMBER_BUFFER_TAB | Demand operation counter | 20121024 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /MRSS/T_BOOLEAN | Steers whether requests shall be collected first | 20130806 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20090905 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LOGSYS | Logical system | 20090828 |
Methods
Events
Class /MRSS/CL_NW_ROUTER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GYS_DEMAND_SOURCE | Public | See coding | 20130702 | BEGIN OF gys_demand_source,
logsys TYPE logsys,
rfc_destination TYPE rfcdest,
system_type TYPE char2, " R3 or NW
demand_types TYPE /mrss/t_dem_type_tab.
TYPES: END OF gys_demand_source
|
||
2 | GYS_DEMAND_SOURCE_TAB | Public | See coding | 20130702 | gys_demand_source_tab TYPE STANDARD TABLE OF gys_demand_source
|
||
3 | GYS_FUNCTION | Public | See coding | 20130702 | BEGIN OF gys_function,
fmodule TYPE funcname,
dest TYPE rfcdest,
exists TYPE boolean.
TYPES: END OF gys_function
|
||
4 | GYS_TASK_FUNCTION | Public | See coding | Function module for availability task | 20101028 | BEGIN OF gys_task_function,
task TYPE char8,
fmodule TYPE funcname,
dest TYPE rfcdest.
TYPES: END OF gys_task_function
|
|
5 | GYT_FUNCTION_TAB | Public | See coding | 20130702 | gyt_function_tab TYPE STANDARD TABLE OF gys_function
|
||
6 | GYT_TASK_FUNCTION_TAB | Public | See coding | Function modules for availability task table | 20101028 | gyt_task_function_tab TYPE STANDARD TABLE OF gys_task_function
|
Method Signatures
Method CHECK_EXECUTE_REQUESTS_DIRECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_EXECUTE_REQUESTS | Value transfer | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolean Variable | 20130304 |
Method CHECK_EXECUTE_REQUESTS_DIRECT on class /MRSS/CL_NW_ROUTER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /MRSS/CL_NW_ROUTER has no parameter.
Method CONSTRUCTOR on class /MRSS/CL_NW_ROUTER has no exception.
Method CONVERT_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | /MRSS/T_MESSAGE_TAB | Message Table | 20090708 | ||
2 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | /MRSS/T_NW_MESSAGE_TAB | Messages | 20090708 |
Method CONVERT_MESSAGES on class /MRSS/CL_NW_ROUTER has no exception.
Method CUSTOMER_ADDRESS_GET Signature
Method CUSTOMER_ADDRESS_GET on class /MRSS/CL_NW_ROUTER has no exception.
Method GET_DEMAND_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DEMAND_GUID | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20130503 | ||
2 | ![]() |
IV_DEMAND_TYPE | Call by reference | Type reference (TYPE) | /MRSS/T_DEM_TYPE | Demand Type | 20130503 | ||
3 | ![]() |
RV_DEMAND_TYPE | Value transfer | Type reference (TYPE) | /MRSS/T_DEM_TYPE | 20130503 |
Method GET_DEMAND_TYPE on class /MRSS/CL_NW_ROUTER has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RREF_ROUTER | Value transfer | Object reference (TYPE REF TO) | /MRSS/IF_NW_ROUTER_FACADE | Facade for NW Router | 20090707 |
Method GET_INSTANCE on class /MRSS/CL_NW_ROUTER has no exception.
Method GET_ORDER_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DEMAND_GUID | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | 20131115 | |||
2 | ![]() |
RV_ORDER_TYPE | Value transfer | Type reference (TYPE) | /MRSS/T_DEM_TYPE_H | Demand Header Category | 20131115 |
Method GET_ORDER_TYPE on class /MRSS/CL_NW_ROUTER has no exception.
Method GET_RECIPIENT Signature
Method GET_RECIPIENT on class /MRSS/CL_NW_ROUTER has no exception.
Method INPUT_HELP Signature
Method INPUT_HELP on class /MRSS/CL_NW_ROUTER has no exception.
Method MESSAGE_DATA_CHANGE Signature
Method MESSAGE_DATA_CHANGE on class /MRSS/CL_NW_ROUTER has no exception.
Method ORDER_AVAIL_CHECK Signature
Method ORDER_AVAIL_CHECK on class /MRSS/CL_NW_ROUTER has no exception.
Method ORDER_OPERATION_READ Signature
Method ORDER_OPERATION_READ on class /MRSS/CL_NW_ROUTER has no exception.
Method READ_REJECTED_PS_DEMANDS Signature
Method READ_REJECTED_PS_DEMANDS on class /MRSS/CL_NW_ROUTER has no exception.
Method READ_SCHEDULING_TYPES Signature
Method READ_SCHEDULING_TYPES on class /MRSS/CL_NW_ROUTER has no exception.
Method SET_COLLECT_REQUESTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COLLECT_REQUESTS | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolean Variable | 20130808 |
Method SET_COLLECT_REQUESTS on class /MRSS/CL_NW_ROUTER has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 700 |