The Function Module SXMB_MON_MSGLIST_INDEX_ADD (Indizieren Tabelle mit XI-Messages auf TREX-Server) is a standard Function Module in SAP ERP and is part of the function group SXMB_MON_TREX within the package SXMSMONI.
Function Module | SXMB_MON_MSGLIST_INDEX_ADD |
Short Text | Indizieren Tabelle mit XI-Messages auf TREX-Server |
Function Group | SXMB_MON_TREX |
Package | SXMSMONI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_INDEX_ID | TYPE | TREX_RFC-INDEX_ID | Index-ID | |
I_MSGLIST_TAB | TYPE | SXMSMSGTAB | XML Message Broker: Tabelle vorhandener Messages | |
I_MSG_MAXSIZE | TYPE | SXMSMSGINDCUS-MSG_MAXSIZE | 1048576 | SAP XI: Maximale Messagegröße für Indizierung (in kB) |
I_NAMESPACE | TYPE | SXMSMSGINDCUS-NAMESPACE | SAP XI: Namespace der Dokumentenstruktur für Indizierung | |
I_PACK_COUNT | TYPE | SXMSMSGINDCUS-PACK_COUNT | 100 | SAP XI: Anzahl Nachrichten pro Paket für Indizierung |
I_PACK_MAXSIZE | TYPE | SXMSMSGINDCUS-PACK_MAXSIZE | 1024 | SAP XI: Maximale Paketgröße für Indizierung (in kB) |
I_RFC_DESTINATION | TYPE | TREX_RFC-RFC_DESTINATION | RFC-Destination des TREX Servers | |
I_USE_QUEUESERVER | TYPE | TREX_RFC-FLAG | Flag Queueserver beim Indizieren benutzen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_MSGINDLOG_T | TYPE | SXMSMSGINDLOG_T | SAP XI: Log der Indizierung von Nachrichten | |
E_RETURN_CODE | TYPE | SXMSMSGINDLOG-RETURN_CODE | Fehler-Code von TREX-API | |
E_RETURN_TEXT | TYPE | SXMSMSGINDLOG-RETURN_TEXT | Fehler-Text von TREX-API |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INTERNAL_ERROR | Fehler der TREX-API's |
PARAMETER_ERROR | Fehler bei Parameterübergabe |