SAP ABAP Class /MRSS/CL_RCCF_ADMIN_ENGPROCESS (Klasse zum Erhalten der Engineversion)
Hierarchy
☛
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
⤷
PM-WOC-MO (Application Component) Maintenance Orders
⤷
/MRSS/RCCF_ADMIN (Package) RCCF Admin

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /MRSS/CL_RCCF_ENGINE_HANDLER | Basisklasse für Engineevents | 20071105 |
Properties
Class | /MRSS/CL_RCCF_ADMIN_ENGPROCESS | |
Short Description | Klasse zum Erhalten der Engineversion | |
Super Class | /MRSS/CL_RCCF_ENGINE_HANDLER | Basisklasse für Engineevents |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /MRSS/RCCF_ADMIN | RCCF Admin |
Created | 20071102 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /MRSS/CL_RCCF_ADMIN_ENGPROCESS has no forward declaration.
Interfaces
Class /MRSS/CL_RCCF_ADMIN_ENGPROCESS has no interface implemented.
Friends
Class /MRSS/CL_RCCF_ADMIN_ENGPROCESS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'K' | Charakterfeld der Länge 1 | 20071102 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'L' | Charakterfeld der Länge 1 | 20071102 | |
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /MRSS/T_RCCFT_ADMIN_PROCESS | Tabelle mit Prozessen von einem Engineserver | 20071102 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CHAR01 | GC_COMMAND_LIST | Charakterfeld der Länge 1 | 20071102 | |
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 20071102 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /MRSS/T_RCCF_ENG_PROCID | Prozess-ID der externen Engine im RCCF | 20071102 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /MRSS/T_RCCF_ENG_PROCNAME | Prozessname der externen Engine im RCCF | 20071102 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 20071102 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20071102 |
2 | ![]() |
Static method | Public | Method | Prozessinformation(en) vom Engineserver holen | 20071102 |
3 | ![]() |
Static method | Public | Method | Prozess auf Engineserver löschen | 20071102 |
4 | ![]() |
Instance method | Private | Method | Ausnahme für den aktuellen Fehlercode erzeugen | 20071102 |
Events
Class /MRSS/CL_RCCF_ADMIN_ENGPROCESS has no event.
Types
Class /MRSS/CL_RCCF_ADMIN_ENGPROCESS has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMMAND | Call by reference | Type reference (TYPE) | CHAR01 | /MRSS/CL_RCCF_ADMIN_ENGPROCESS=>GC_COMMAND_LIST | Charakterfeld der Länge 1 | 20071102 | |
2 | ![]() |
IV_PROC_ID | Call by reference | Type reference (TYPE) | /MRSS/T_RCCF_ENG_PROCID | Prozess-ID der externen Engine im RCCF | 20071102 | ||
3 | ![]() |
IV_PROC_NAME | Call by reference | Type reference (TYPE) | /MRSS/T_RCCF_ENG_PROCNAME | Prozessname der externen Engine im RCCF | 20071102 |
Method CONSTRUCTOR on class /MRSS/CL_RCCF_ADMIN_ENGPROCESS has no exception.
Method GET_PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APP | Call by reference | Type reference (TYPE) | /MRSS/T_RCCF_APP | RCCF-Applikationskürzel | 20071102 | ||
2 | ![]() |
IV_DEST_ID | Call by reference | Type reference (TYPE) | /MRSS/T_RCCF_DEST_ID | ID der Zieladresse der externen Engine im RCCF | 20071102 | ||
3 | ![]() |
RT_PROCESS | Value transfer | Type reference (TYPE) | /MRSS/T_RCCFT_ADMIN_PROCESS | Tabelle mit Prozessen von einem Engineserver | 20071102 |
Method GET_PROCESS on class /MRSS/CL_RCCF_ADMIN_ENGPROCESS has no exception.
Method KILL_PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APP | Call by reference | Type reference (TYPE) | /MRSS/T_RCCF_APP | RCCF-Applikationskürzel | 20071102 | ||
2 | ![]() |
IV_DEST_ID | Call by reference | Type reference (TYPE) | /MRSS/T_RCCF_DEST_ID | ID der Zieladresse der externen Engine im RCCF | 20071102 | ||
3 | ![]() |
IV_PROC_ID | Call by reference | Type reference (TYPE) | /MRSS/T_RCCF_ENG_PROCID | Prozess-ID der externen Engine im RCCF | 20071102 | ||
4 | ![]() |
IV_PROC_NAME | Call by reference | Type reference (TYPE) | /MRSS/T_RCCF_ENG_PROCNAME | Prozessname der externen Engine im RCCF | 20071102 | ||
5 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | I | Returncode | 20071102 |
Method KILL_PROCESS on class /MRSS/CL_RCCF_ADMIN_ENGPROCESS has no exception.
Method RAISE_EXCEPTION_FOR_ERRORCODE Signature
Method RAISE_EXCEPTION_FOR_ERRORCODE on class /MRSS/CL_RCCF_ADMIN_ENGPROCESS has no parameter.
Method RAISE_EXCEPTION_FOR_ERRORCODE on class /MRSS/CL_RCCF_ADMIN_ENGPROCESS has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 610 |