2023 Oct 09 5:35 PM
If we run the report RSIRPIRL with parameter "delete later" (p_update = abap_true), the category for the physical document does not change form SOFFDB to the new defined storage category "ZMIG" (defined in OACT) within table SOFFPHIO. The report is executed successfully. The document is entered into the SDOK_PRELIM_CONT table.
Our expectation is that the report will move the documents immediately, i.e. the SOFFPHIO table will contain entries with the new storage category.
Do you know, how to use the RSIRPIRL with parameter "delete later"? What should be the state after executing RSIRPIRL and executing RSIR_CONTENT_UNMARK_PRELIM?
Thanks!
Best regards
Michi
2024 Mar 20 12:27 PM
Hi,
I'm currently facing the same issue. Did you manage to find the solution? If it's the case, can you share it please?
Many thanks!
Kind regards,
Reda
2024 Sep 10 1:19 PM
Please check note: 2991944 - Introducing the Delay mode in report RSIRPIRL
You would like to execute report RSIRPIRL in delay Mode. In this new delay mode, your content deletion from the source repository will not be deleted immediately but it can happen at later point.
Also, if the documents are stored with file size as empty you would like to eliminate migration of these documents.
We have found that sometimes there are issues with creating the documents in the target repository. If the documents are deleted from the source the retrieval becomes difficult. This feature will help you with such issues.
If you have saved the documents without file size in File tables, after migrating those documents to the HTTP content server, the documents contents will not be saved on HTTP content server. This will result in data loss.
This Note delivers a new feature.
Please Note: Please avoid executing the report with option 'Delete Later' (P_UPDATE = 'X') multiple times using the same date range as it will create inconsistencies in the system and may lead to data loss.