The Function Module HRGPBS_ERROR_LOG_ADD (Add a message to the Error Log) is a standard Function Module in SAP ERP and is part of the function group HRGPBS_ERROR_LOG within the package P08P1.
Function Module | HRGPBS_ERROR_LOG_ADD |
Short Text | Add a message to the Error Log |
Function Group | HRGPBS_ERROR_LOG |
Package | P08P1 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_LOG_HANDLE | TYPE | BALLOGHNDL | Application Log: Log handle | |
P_MSGID | TYPE | SYMSGID | Messages, message class | |
P_MSGNO | TYPE | SYMSGNO | Messages, message number | |
P_MSGTY | TYPE | SYMSGTY | Messages, message type | |
P_MSGV1 | TYPE | SYMSGV | Messages, message variables | |
P_MSGV2 | TYPE | SYMSGV | Messages, message variables | |
P_MSGV3 | TYPE | SYMSGV | Messages, message variables | |
P_MSGV4 | TYPE | SYMSGV | Messages, message variables | |
P_PERNR | TYPE | P_PERNR | Personnel number | |
P_PROBLEM_CLASS | TYPE | BALPROBCL | Application log: Message problem class |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.