Menu

SAP Function Module RSAL_LOG_WRITE

BIW: Schreibt einen Satz in das Anwendungsprotokoll

The Function Module RSAL_LOG_WRITE (BIW: Schreibt einen Satz in das Anwendungsprotokoll) is a standard Function Module in SAP ERP and is part of the function group RSAL within the package RSA0.

Technical Information

Function Module RSAL_LOG_WRITE
Short Text BIW: Schreibt einen Satz in das Anwendungsprotokoll
Function Group RSAL
Package RSA0
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_CLOSE_LOG LIKE RSLOGPARMS-LOGCLOSE
I_INFOSOURCE LIKE RSLOGPARMS-INFOSOURCE InfoSource Name
I_LOGSYS LIKE RSLOGPARMS-LOGSYS
I_MSGID LIKE RSLOGPARMS-MSGID SY-MSGID
I_MSGNO LIKE RSLOGPARMS-MSGNO SY-MSGNO Message number
I_MSGTY LIKE RSLOGPARMS-MSGTY SY-MSGTY
I_MSGV1 LIKE RSLOGPARMS-MSGV1 SY-MSGV1
I_MSGV2 LIKE RSLOGPARMS-MSGV2 SY-MSGV2
I_MSGV3 LIKE RSLOGPARMS-MSGV3 SY-MSGV3
I_MSGV4 LIKE RSLOGPARMS-MSGV4 SY-MSGV4
I_TYPE LIKE RSLOGPARMS-TYPE

Exporting Parameters

This function module does not define any EXPORTING parameters.

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.