SAP ABAP Class /MRSS/IF_SGE_MNT_OPTIMIZER (Interface for Optimization Functions)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /MRSS/CL_SGE_APPLICATION_MNT | Scheduling Engine Application: Planning Board | 20090830 |
Properties
Class | /MRSS/IF_SGE_MNT_OPTIMIZER | |
Short Description | Interface for Optimization Functions | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20081008 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /MRSS/IF_SGE_MNT_OPTIMIZER has no forward declaration.
Interfaces
Class /MRSS/IF_SGE_MNT_OPTIMIZER has no interface implemented.
Friends
Class /MRSS/IF_SGE_MNT_OPTIMIZER has no friend class.
Attributes
Class /MRSS/IF_SGE_MNT_OPTIMIZER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20090830 | |
2 | ![]() |
Instance method | Public | Method | 20090830 | |
3 | ![]() |
Instance method | Public | Method | Provides Permitted Profiles | 20090830 |
4 | ![]() |
Instance method | Public | Method | Provides Permitted Scenarios | 20090830 |
5 | ![]() |
Instance method | Public | Method | Start Optimization | 20090830 |
6 | ![]() |
Instance method | Public | Method | 20090830 |
Events
Class /MRSS/IF_SGE_MNT_OPTIMIZER has no event.
Types
Class /MRSS/IF_SGE_MNT_OPTIMIZER has no local type.
Method Signatures
Method GET_LOG_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MRS_LOG_ENTRIES | Call by reference | Type reference (TYPE) | /MRSS/T_OPT_LOGGING_ENTRY_TAB | Log Einträge des Optimierers inkl. RCCF Log Einträge | 20090909 | ||
2 | ![]() |
IT_MRS_LOG_GUIDS | Call by reference | Type reference (TYPE) | /MRSS/T_GUID_TAB | Liste mit Guids | 20090909 | ||
3 | ![]() |
IV_BEG_TSTMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Von | 20090909 | ||
4 | ![]() |
IV_END_TSTMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Bis | 20090909 |
Method GET_LOG_ENTRIES on class /MRSS/IF_SGE_MNT_OPTIMIZER has no exception.
Method GET_LOG_FILES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LOG_FILE | Call by reference | Type reference (TYPE) | /MRSS/T_MESSAGE_LOG_TAB | Tabelle der Log Nachrichten | 20090909 | ||
2 | ![]() |
IV_LOG_ID | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20090909 |
Method GET_LOG_FILES on class /MRSS/IF_SGE_MNT_OPTIMIZER has no exception.
Method GET_VALID_PROFILES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_GEO_SYS_PROFILES | Call by reference | Type reference (TYPE) | /MRSS/T_GEO_SYS_PROFILE_TAB | Systemprofile des Geo-Service | 20090830 | ||
2 | ![]() |
ET_LOG_PROFILES | Call by reference | Type reference (TYPE) | /MRSS/T_LOGGING_PROFILE_TAB | Protokoll Profile | 20090830 | ||
3 | ![]() |
ET_OPT_PROFILES | Call by reference | Type reference (TYPE) | /MRSS/T_OPT_PROFILE_TAB | Optimierungsprofile | 20090830 |
Method GET_VALID_PROFILES on class /MRSS/IF_SGE_MNT_OPTIMIZER has no exception.
Method GET_VALID_SCENARIOS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_OPT_SCENARIOS | Value transfer | Type reference (TYPE) | /MRSS/T_OPT_SCENARIO_TAB | Tabelle der Optimierungs Szenarien | 20090830 |
Method GET_VALID_SCENARIOS on class /MRSS/IF_SGE_MNT_OPTIMIZER has no exception.
Method OPTIMIZE 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 | Tabelle von Nachrichten | 20090830 | ||
2 | ![]() |
EV_FAILED | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolesche Variable | 20090830 | ||
3 | ![]() |
EV_LOGGING_ID | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20090902 | ||
4 | ![]() |
IS_LOGGING_PROFILE | Call by reference | Type reference (TYPE) | /MRSS/T_LOGGING_PROFILE | Protokoll Profil | 20090830 | ||
5 | ![]() |
IS_OPTIMIZER_PROFILE | Call by reference | Type reference (TYPE) | /MRSS/T_OPT_PROFILE_DATA | Daten eines Optimierungsprofiels | 20090830 | ||
6 | ![]() |
IT_DEMANDS | Call by reference | Type reference (TYPE) | /MRSS/T_GUID_TAB | Liste mit Guids | 20090830 | ||
7 | ![]() |
IT_RESOURCES | Call by reference | Type reference (TYPE) | /MRSS/T_GUID_TAB | Liste mit Guids | 20090830 | ||
8 | ![]() |
IV_SCENARIO_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_OPT_SCENARIO_KEY | Schlüssel eines Szenarios der Optimierung | 20090830 | ||
9 | ![]() |
IV_SIMULATION | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolesche Variable | 20090830 | ||
10 | ![]() |
IV_TIMEFRAME | Call by reference | Type reference (TYPE) | /MRSS/T_DATE_INTERVAL | Datumsintervall | 20090830 |
Method OPTIMIZE on class /MRSS/IF_SGE_MNT_OPTIMIZER has no exception.
Method SCHEDULE Signature
Method SCHEDULE on class /MRSS/IF_SGE_MNT_OPTIMIZER has no parameter.
Method SCHEDULE on class /MRSS/IF_SGE_MNT_OPTIMIZER has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in |