Menu

SAP Function Module CRM_SRV_LOG_GROUP_FILTER

CRM Service: Filterung der Daten-Strukturen

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 CRM_SRV_LOG_GROUP_FILTER (CRM Service: Filterung der Daten-Strukturen) is a standard Function Module in SAP ERP and is part of the function group CRM_SRV_LOG_EXT within the package CRM.

Technical Information

Function Module CRM_SRV_LOG_GROUP_FILTER
Short Text CRM Service: Filterung der Daten-Strukturen
Function Group CRM_SRV_LOG_EXT
Package CRM
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IT_DOCFLOW TYPE CRMT_DOC_FLOW_DB_WRKT_BE_T Arbeitsstruktur Objektverknüfung / Belegfluß
IT_GUID TYPE TT_IAOM_EXT_OBJID Technischer Schlüssel der externen Objekte
IT_ITEM TYPE CRMT_SRV_INF_ALL_ITEM_BE_T CRM Service: Empfänger für Iteminfos zur Integration BE
IT_PARTNER TYPE CRMT_SRV_INF_ALL_PARTNER_BE_T CRM Service: Partner
IT_SCHEDLIN TYPE CRMT_SCHEDLIN_BE_T Geschäftsvorgangsposition -Einteilung
IT_STATUS TYPE CRMT_SRV_OBJ_STATUS_BE_T CRM Service: Logistik Integration - Status
IT_TASK_INFO TYPE CRMT_SRV_LOG_TASK_INFO_T CRM Service: Struktur zum Steuern der Logistik Szenarien
IT_TEXT TYPE CRMT_TEXT_TAB CRM: Text

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_ITEM TYPE CRMT_SRV_INF_ALL_ITEM_BE CRM Service: Empfänger für Iteminfos zur Integration BE
ES_SCHEDLIN TYPE CRMT_SCHEDLIN_BE Geschäftsvorgangsposition -Einteilung

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
ET_DOCFLOW LIKE CRMT_DOC_FLOW_DB_WRKT_BE Arbeitsstruktur Objektverknüfung / Belegfluß
ET_ITEM LIKE CRMT_SRV_INF_ALL_ITEM_BE CRM Service: Empfänger für Iteminfos zur Integration BE
ET_PARTNER LIKE CRMT_SRV_INF_ALL_PARTNER_BE CRM Service: Partner Tabelle
ET_SCHEDLIN LIKE CRMT_SCHEDLIN_BE Geschäftsvorgangsposition -Einteilung
ET_STATUS LIKE CRMT_SRV_OBJ_STATUS_BE CRM Service: Logistik Integration - Status Tabelle
ET_TASK_INFO LIKE CRMT_SRV_LOG_TASK_INFO CRM Service: Tabellentyp zur Steuerung der Log. Szenarien
ET_TEXT LIKE CRMT_TEXT CRM: Text

Exceptions

This function module does not define any Exceptions.