Menu

SAP Function Module HRWPC_LOG_MSG_ADD

Einfügen Fehlerzeile in Fehlerverwaltung

The Function Module HRWPC_LOG_MSG_ADD (Einfügen Fehlerzeile in Fehlerverwaltung) is a standard Function Module in SAP ERP and is part of the function group HRWPC_HDCNT_ERROR within the package PWPC_MAN_HEADCOUNT.

Technical Information

Function Module HRWPC_LOG_MSG_ADD
Short Text Einfügen Fehlerzeile in Fehlerverwaltung
Function Group HRWPC_HDCNT_ERROR
Package PWPC_MAN_HEADCOUNT
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MSGID LIKE SY-MSGID Nachrichtenklasse
MSGNO LIKE SY-MSGNO Nachrichtennummer
MSGTY LIKE SY-MSGTY Nachrichtentyp
MSGV1 LIKE 1. Variable der Nachricht
MSGV2 LIKE 2. Variable der Nachricht
MSGV3 LIKE 3. Variable der Nachricht
MSGV4 LIKE 4. Variable der Nachricht

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
LOG_HANDLE TYPE BALLOGHNDL Handle, unter dem Nachricht abgelegt wird

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.