Menu

SAP Function Module MASTERIDOC_CREATE_WMERCAT

Create master IDoc for Merchandise Category and associated data

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 MASTERIDOC_CREATE_WMERCAT (Create master IDoc for Merchandise Category and associated data) is a standard Function Module in SAP ERP and is part of the function group WMERCAT within the package WAFS.

Technical Information

Function Module MASTERIDOC_CREATE_WMERCAT
Short Text Create master IDoc for Merchandise Category and associated data
Function Group WMERCAT
Package WAFS
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DLOCK_IGNORE LIKE MCDOK-DLOCK_IGNORE SPACE Ignore distribution lock
MERCH_CATEG LIKE T023-MATKL Merchandise Category
MESSAGE_TYPE LIKE TBDME-MESTYP Logical output type
RCVPFC LIKE BDALEDC-RCVPFC Partner function of recipient
RCVPRN LIKE BDALEDC-RCVPRN Partner number of recipient
RCVPRT LIKE BDALEDC-RCVPRT Partner type of recipient
SNDPFC LIKE BDALEDC-SNDPFC Partner function of sender
SNDPRN LIKE BDALEDC-SNDPRN Partner number of sender
SNDPRT LIKE BDALEDC-SNDPRT Partner type of sender

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CREATED_COMM_IDOCS LIKE SY-TABIX Number of communication IDocs created
CREATED_MASTER_IDOCS LIKE SY-TABIX Number of master IDocs created

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.