Menu

SAP Function Module ALM_MESYNC_DBCLUSTER_GETDETAIL

ME Sync Delta-Download Handling - Clusterdaten lesen

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

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 ALM_MESYNC_DBCLUSTER_GETDETAIL (ME Sync Delta-Download Handling - Clusterdaten lesen) is a standard Function Module in SAP ERP and is part of the function group ALM_MESYNC_DELTA within the package ALM_MEWAF.

Technical Information

Function Module ALM_MESYNC_DBCLUSTER_GETDETAIL
Short Text ME Sync Delta-Download Handling - Clusterdaten lesen
Function Group ALM_MESYNC_DELTA
Package ALM_MEWAF
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MESYNCGUID TYPE GUID_22 GUID im 'CHAR' Format in Großschreibung

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_SUBRC LIKE SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen
MESYNC_DELTA_HEADER LIKE ALM_MESYNC_DB2 ME Sync Delta-Download Handling - Daten

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MESYNC_OUTBOUND_CONTAINER LIKE BWAFCONT WAF: Übergabe Strucktur für Synchronisationscontainer

Exceptions

This function module does not define any Exceptions.