REEDM_ROLLBACK_ARCHIVING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Resetting an Archive Run for EDM Profile Values If an archiving session for EDM profile values is terminated with a short dump, you
If you would like to execute this report or see the full code listing simply enter REEDM_ROLLBACK_ARCHIVING into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: SE_PROFV = Profile
Title: Reset EDM Profile Values for Archiving Run
Text Symbol: EE1 = Error Reading a Database Table
Text Symbol: EE2 = Error Deleting a Database Table
Text Symbol: P01 = Number of Changed Profiles:
Text Symbol: P03 = The Following Profiles are being Processed by Another User,
Text Symbol: P04 = Restart the Report:
Text Symbol: P05 = Number of Unread Profiles:
Text Symbol: S01 = Restriction of Selection Amount
Text Symbol: S02 = Warning
Text Symbol: W01 = Only start the report under the conditions mentioned in the documentation
Text Symbol: W02 = Do you want to continue?
INCLUDE: IEEDMROLLBACK,
MEAMAC00.
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REEDM_ROLLBACK_ARCHIVING - Reset EDM Profile Values for Archiving Run REEDM_ROLLBACK_ARCHIVING - Reset EDM Profile Values for Archiving Run REEDM_REPLACE_CHECK_CUST_TOP - Include REEDM_REPLACE_CHECK_CUST_TOP REEDM_REPLACE_CHECK_CUST_F01 - Include REEDM_REPLACE_CHECK_CUST_F01 REEDM_REPLACE_CHECK_CUST - Time Modules for View Cluster VC_EEDMREPLACE REEDM_REPLACE_CHECK_CUST - Time Modules for View Cluster VC_EEDMREPLACE