SAP ABAP Function Module ME_SET_CLIENTTRACE (Trace Parameter für ein bestimmtes Device setzen)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MOB (Application Component) SAP NetWeaver Mobile - Use subcomponents
⤷
S_ME_CCMS (Package) Mobile: Monitoring
⤷
⤷
Basic Data
| Function Module | ME_SET_CLIENTTRACE | Trace Parameter für ein bestimmtes Device setzen |
| Function Group | ME_REMOTE_TRACING | Set Client Trace Par. with Remote Access |
| Program Name | SAPLME_REMOTE_TRACING | |
| INCLUDE Name | LME_REMOTE_TRACINGU01 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
DEVICE_ID | TYPE | MECONTGUID | Device ID des Geräts auf dem die Trace Parameter gesetzt werden sollen | |||
| |
TRACE_STATUS | TYPE | BOOLEAN | Status des Trace ('ENABLED' oder 'DISABLED') | |||
| |
TRACE_LEVEL | TYPE | INT4 | Trace Level (0-1000) | |||
| |
SMART_DEAC | TYPE | BOOLEAN | Trace beim nächsten Sync automatisch deaktivieren und senden | |||
| |
SIZE_LIMIT | TYPE | INT4 | Trace Filesize Limit in KB, 0 = unverändert lassen | |||
| |
APPEND_FILE | TYPE | BOOLEAN | Evtl. vorhandenes Trace erweitern ('X' = Ja) | |||
| |
INVALID_TRACE_STATUS | TYPE | Trace Status weder 'X' noch '-' | ||||
| |
DEVICE_ID_NULL | TYPE | Device ID ist leer | ||||
| |
DEVICE_ID_NOT_FOUND | TYPE | Device ID nicht in der Tabelle BWAFDEPL vorhanden | ||||
| |
INVALID_TRACE_LEVEL | TYPE | Trace Level außerhalb Wertereich (0-1000) | ||||
| |
INVALID_SIZE_LIMIT | TYPE | Größe kleiner -1 | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 20051219 |
| SAP Release Created in | 710 |