APPL_LOG_SET_OBJECT>.Example
Example call:
DATA: OBJECT LIKE BALHDR-OBJECT,
SUBOBJECT LIKE BALHDR-SUBOBJECT.
...
CALL FUNCTION 'APPL_LOG_INIT'
EXPORTING
OBJECT = OBJECT
SUBOBJECT = SUBOBJECT
EXCEPTIONS
OBJECT_NOT_FOUND = 01
SUBOBJECT_NOT_FOUND = 02.
Description
This parameter contains the name of the object>, forwhich the local memory of the function group should 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 sub-object>for the specified object>, for which the local memoryof the function group should be initialized.Value range
INCLUDE 'APPL_LOG_PAR_SUBOBJ_VALUES' OBJECT DOKU ID TX
Default
The parameter is preallocated with SPACE. Therefore you only need tospecify it when sub-objects exist for the specified object.