Violation of the Archiving Standard "Including Message in the Log"
Message type: E = Error
Message class: ARCH_STANDARDS - Standard Archiving Checks
Message number: 077
Message text: Violation of the Archiving Standard "Including Message in the Log"
What causes this issue?
According to the archiving standard, a message has to be transferred in
the parameter <LS>I_TEXT </>or in the parameters <LS>I_MSG* </>when the
function module <LS>ARCHIVE_PROTOCOL_COLLECT</> is called.
The current program has called the function module <LS>
ARCHIVE_PROTOCOL_COLLECT</> &V1& times without issuing the message.
System Response
INCLUDE ARCH_STNDRD_CHECK_SYS_RESP_1 OBJECT DOKU ID TX
How to fix this error?
INCLUDE ARCH_STNDRD_CHECK_WHATODO_1 OBJECT DOKU ID TX
Procedure for System Administrators
Read the documentation of parameters <LS>I_TEXT</> and <LS>I_MSG*</>.
Always transfer one of these parameters when this function module is
called.
Messages that display the processing status of several objects should be
issued on a per-object basis. Cross-object messages should be written
for example to the job log.
Error message extract from SAP system. Copyright SAP SE.
Related Error Messages
ARCH_STANDARDS076 Violation of the Archiving Standard "Specifying Object in Log"
ARCH_STANDARDS075 Program error: System offers a log, but the log is not output
ARCH_STANDARDS078 Violation of the Archiving Standard "Including Object in Message"
ARCH_STANDARDS080 Violation of the Archiving Standard "Logs in the Write Prgram"