APPL_LOG_SET_OBJECT>.Example
Example call:
DATA: OBJECT LIKE BALHDR-OBJECT,
SUBOBJECT LIKE BALHDR-SUBOBJECT.
...
CALL FUNCTION 'APPL_LOG_INIT_MESSAGES'
EXPORTING
OBJECT = OBJECT
SUBOBJECT = SUBOBJECT
CONTINUE_PROTOCOL = SPACE
EXCEPTIONS
OBJECT_NOT_FOUND = 01
SUBOBJECT_NOT_FOUND = 02.
Description
This parameter specifies whether the current log is continued or a newlog is created the next time that a log header or message is writtenafter the function module.
Default
The initial value (SPACE) is default and means that a new log iscreated.
Description
This parameter contains the name of the object> towhich the local memory of the function group is to be initialized.Value range
INCLUDE 'APPL_LOG_PAR_OBJECT_VALUES' OBJECT DOKU ID TX
Default
INCLUDE 'FU_PAR_OBL' OBJECT DOKU ID TX
Description
This parameter contains the name of a subobject> ofthe specified object>, to which the local memory of thefunction group is to be initialized.Value range
INCLUDE 'APPL_LOG_PAR_SUBOBJ_VALUES' OBJECT DOKU ID TX
Default
The parameter has the default value SPACE and must only be specifiedwhen the specified object has subobjects.