SAP Message ARCH_STANDARDS114 - Violation of Archiving Standard "Output of Progress in Percentages"

Diagnosis
The archiving standard stipulates that each write program andpreprocessing and postprocessing program must also display progressreports as percentages if you know the total number of data objects tobe processed.
However, the current program did not fill the I_TOTAL parameterwhen you called the PROGRESS_INDICATOR function module or thePROGRESS_INDICATE method in the CL_PROGRESS_INDICATORclass.

System Response
This is an information message only because you do not need to know thetotal number of data objects to be processed in these programs.
INCLUDE ARCH_STNDRD_CHECK_SYS_RESP10 OBJECT DOKU ID TX

Procedure
INCLUDE ARCH_STNDRD_CHECK_WHATODO_1 OBJECT DOKU ID TX

Procedure for System Administration
INCLUDE ARCH_STNDRD_CHECK_WHATODO_2 OBJECT DOKU ID TX
When you call the PROGRESS_INDICATOR function module or thePROGRESS_INDICATE method in the CL_PROGRESS_INDICATORclass, fill the I_TOTAL parameter.