Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module E2E_TESTING_AGENT_SET_REMTRACE (Set Remote Trace) is a standard Function Module in SAP ERP and is part of the function group E2E_TESTING_AGENT within the package E2E_TESTING.
Function Module | E2E_TESTING_AGENT_SET_REMTRACE |
Short Text | Set Remote Trace |
Function Group | E2E_TESTING_AGENT |
Package | E2E_TESTING |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ALL_APPLSERVERS | TYPE | FLAG1 | Perfrom the actions of the function in all application servers | |
I_CHECK_AUTHORITY | TYPE | FLAG1 | 'X' | Perform authority check for the user |
I_GET_ATRA_FILES | TYPE | FLAG1 | Retrieve the ATRA files | |
I_SET_REMOUT_TRACE_ACTIVE | TYPE | FLAG1 | Set the remote tracing active or inactive | |
I_SILENT | TYPE | FLAG1 | No exceptions-> collect the messages and continue | |
I_SPLIT_ATRA_FILES | TYPE | FLAG1 | Not used | |
I_WRITE_LOG | TYPE | FLAG1 | No Writing to the application log |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_MESSAGES | TYPE | E2ET_BAL_T_MSG | List of messages occured during the checks | |
E_TIME_STAMP | TYPE | TIMESTAMP | UTC time stamp in short form (YYYYMMDDhhmmss) in the managed system |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_ATRA_FILES | LIKE | E2E_ATRA_FILE | List of the ATRA files |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR | Generic exception |