SAP ABAP Message Class ARCH_STANDARDS Message Number 112 (Violation of Archiving Standard "Output of 100% Progress")
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-ADK (Application Component) Archive Development Kit
⤷
S_ARCH_STANDARD_CHECKS (Package) Standard Archiving Checks
⤷
⤷
Attribute
| Message class | ARCH_STANDARDS | ||
| Short Description | Standard Archiving Checks | ||
| Message Number | |
112 | |
| Documentation status | |||
| Authorization check Error Message | |||
| Changed On | 20130531 |
Message Text
Violation of Archiving Standard "Output of 100% Progress"
Help Document
Diagnosis
Although the current program called the function module PROGRESS_INDICATOR or the method PROGRESS_INDICATE of the class CL_PROGRESS_INDICATOR,
- () during the last call of the parameter I_OUTPUT_IMMEDIATELY it did not transfer the parameter with the value 'X'. As a result, the user may not receive the final progress report.
- () it did not issue a message with the 100% status of the progress report. As a result the user does not receive the 100% status of the progress, although this information exists. The status of the last progress report issued was %. (This check is not performed if the user has requested the interruption of the write phase.)
System Response
Procedure
Procedure for System Administration
Call the function modluePROGRESS_INDICATOR or the method PROGRESS_INDICATE of the class CL_PROGRESS_INDICATOR before you call the function module ARCHIVE_CLOSE_FILE again. This time transfer the parameter I_OUTPUT_IMMEDIATELY with the value 'X'.
History
| Last changed on/by | 20130531 | SAP | |
| SAP Release Created in | 710 |