SAP Reports / Programs

REEDM_RELOAD_PROFVALS SAP ABAP Report - Reload Archived EDM Profile Values







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT REEDM_RELOAD_PROFVALS. "Basic submit
SUBMIT REEDM_RELOAD_PROFVALS AND RETURN. "Return to original report after report execution complete
SUBMIT REEDM_RELOAD_PROFVALS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT REEDM_RELOAD_PROFVALS

INCLUDE: IEEDM_RELOAD_PROFVALS01,


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name REEDM_RELOAD_PROFVALS or its description.