Menu

SAP Function Module SRM_WRITE_APPLICATION_LOG

The Function Module SRM_WRITE_APPLICATION_LOG () is a standard Function Module in SAP ERP and is part of the function group SRM01 within the package SRM_GENERAL.

Technical Information

Function Module SRM_WRITE_APPLICATION_LOG
Short Text
Function Group SRM01
Package SRM_GENERAL
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DO_COMMIT TYPE BOOLEAN '-' boolsche Variable (X-true, --false, space-unknown)
MSGID LIKE SY-MSGID Messages, Message Class
MSGNO LIKE SY-MSGNO Messages, Message Number
MSGTY LIKE SY-MSGTY Messages, Message Type
MSGV1 LIKE SY-MSGV1 Messages, Message Variable
MSGV2 LIKE SY-MSGV2 Messages, Message Variable
MSGV3 LIKE SY-MSGV3 Messages, Message Variable
MSGV4 LIKE SY-MSGV4 Messages, Message Variable
NO_UPDATE_TASK TYPE BOOLEAN 'X' Boolean Variable (X-true, --false, space-unknown)
OBJECT LIKE BALHDR-OBJECT 'SRM' Application log: Object name (Application code)
PROBCLASS LIKE BALMI-PROBCLASS Application log: Message problem class
SUBOBJECT LIKE BALHDR-SUBOBJECT Application Log: Subobject
TEXT LIKE BALMI-ALTEXT Application log: Standard text

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.