Description
Message type Message variant Message function The archiving program puts together the list of IDoc numbers that weredefined by the selection criteria and transfers these to the module'EDI_ARCHIVE_IDOCS'. This then carries out the archiving of the IDocs. After archiving, a log is output which lists the IDocs that haveactually been archived. This list may also contain IDocs whose statusdoes not allow archiving. Which status values can be archived and whichones cannot is currently determined explicitly by the form routine'INITIALIZE_STATUS_QUALITY' in the function group 'EDIA', in theimplementation of the archiving class and in the archiving programfunctionalities. This ensures that IDocs with status values intended forfurther processing are not archived. This is the second archiving program with which IDocs can be archived asindependent archive authorization objects (there is also the reportRSEXARCA). However, this program differs from the other archivingprogram in its objective. This program is intended for periodic use andcorrespondingly provides the option of working with relative valuesaccording to the date when selecting IDocs instead of working withabsolute values. As a result, the periodic use of this program in thebackground will be especially user-friendly, as there is only onevariant that is constantly used and that needs to be maintained. Theperiod of archiving as well as the starting time is determined in thevariant used. The administrator can adjust this according torequirements. There is an option to choose the time unit, thus you canchoose whether the archiving period is in days, weeks orin other predefined time units. You should make sure here that theparameters chosen in the program variant are appropriate for the chosenbackground parameters. Otherwise the periodic execution of the archivingprogram will not be carried out in the correct sequence with theselection of the IDocs to be archived This can lead to overlaps or gapsin the archiving of IDocs. Caution : Only use this archiving program for IDocs if the IDocs are not archivedby the application. You must insure that IDocs are not archived if theycould possibly still be needed by the application. Output Example Example |
40088 | EDI/IDoc: Deleting and reorganizing IDocs |