REEDM_RELOAD_PROFVALS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Reload archived EDM profile values INCLUDE ISU_ARCH_RELOAD_PURPOSE OBJECT DOKU ID TX INCLUDE ISU_ARCH_AOBJ_PROFVALS OBJECT DOKU ID TX INCLUDE ISU_ARCH_TRANSAKTIONEN OBJECT DOKU ID TX INCLUDE ISU_ARCH_PROFVALS_SEQ OBJECT DOKU ID TX When you start the report, you can specify various criteria in the initial screen: INCLUDE ISU_ARCH_SELECTION_STANDARD OBJECT DOKU ID TX INCLUDE ISU_ARCH_ERROR OBJECT DOKU ID TX INCLUDE ISU_ARCH_RELOAD_ERROR OBJECT DOKU ID TX ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter REEDM_RELOAD_PROFVALS 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: P_TESTL = Test run
Selection Text: P_DETAIL = Detailed log
Selection Text: P_ALLG = Statistics Only
Title: Reload Archived EDM Profile Values
Text Symbol: 001 = Detail log - reloaded documents
Text Symbol: 002 = <<< Test run >>>
Text Symbol: 003 = Overview log - reloaded documents
Text Symbol: 004 = Inserted
Text Symbol: 005 = Table
Text Symbol: 006 = In bytes
Text Symbol: 007 = No. of reloaded documents
Text Symbol: 008 = No log data available
Text Symbol: 031 = Reloaded Documents
Text Symbol: E01 = Program stop: error deleting database table
Text Symbol: E02 = Program stop: error reading archive file
Text Symbol: E03 = Program stop: error opening archive file
Text Symbol: E04 = Program stop: error closing archive file
Text Symbol: E05 = Program stop: the commit counter set up in Customizing is invalid
Text Symbol: F01 = Profile
Text Symbol: F02 = Date
Text Symbol: S01 = Technical options
Text Symbol: S02 = Log
INCLUDE: IEEDM_RELOAD_PROFVALS01,
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_GET_CUSTOMIZING_DATA call function 'ARCHIVE_GET_CUSTOMIZING_DATA' exporting object = co_isu_profvals_archive_obj importing commit_count_for_delete_prg = gv_archive_data-commit_count.
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_RELOAD_PROFVALS - Reload Archived EDM Profile Values REEDM_RELOAD_PROFVALS - Reload Archived EDM Profile Values REEDM_READ_ARCHIVE_PROFVALS01 - Data Definition for Reading Archived EDM Profile Values REEDM_READ_ARCHIVE_PROFVALS - Display Archived EDM Profile Values REEDM_READ_ARCHIVE_PROFVALS - Display Archived EDM Profile Values REEDM_PROF_VERS_CHECK_DB - Check Version Data for Profile in Database