Menu

SAP Function Module NAST_CREATE_TEMPLATE_NEW

WFMC: Mailversand über MESSAGE-Objekt - Erzeugen Template aus Attributen

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 NAST_CREATE_TEMPLATE_NEW (WFMC: Mailversand über MESSAGE-Objekt - Erzeugen Template aus Attributen) is a standard Function Module in SAP ERP and is part of the function group WMCM within the package VN.

Technical Information

Function Module NAST_CREATE_TEMPLATE_NEW
Short Text WFMC: Mailversand über MESSAGE-Objekt - Erzeugen Template aus Attributen
Function Group WMCM
Package VN
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
KAPPL LIKE NACH-KAPPL application
KSCHL LIKE NACH-KSCHL message type
PARVW LIKE NACH-PARVW partner role of the given partner
SPRAS LIKE NACH-SPRAS language of message to be created

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
NO_TEXT TYPE CHAR1 no text could be read
NO_TITLE TYPE CHAR1 no title could be read
OBJ_HANDLE LIKE OBJ_RECORD run time handle of created object

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PARNR LIKE RV13B-PARNR partner number

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ERROR_IN_CREATING_OBJECT error when creating the MESSAGE object
PARTNER_NOT_EXISTING given partner does not exist