MEREP_INITIAL_DOWNLOAD_T01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter MEREP_INITIAL_DOWNLOAD_T01 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: PCOUNT = Number of lines to create
Selection Text: PDEVICE = Device-ID
Selection Text: PLLEVEL = Loglevel
Selection Text: PSEQ = Test-sequence ID
Selection Text: PSYNCBO = Scenario
Selection Text: PTID = Test ID
Selection Text: PURGE = Purge Replication- and Sync-Db
Selection Text: SKIPRPL = Skip Replication
Title: Report MEREP_INITIAL_DOWNLOAD_T01
Text Symbol: 001 = Initial Download
Text Symbol: 002 = No lines in merep_504
Text Symbol: 003 = No lines in 207 after sync
Text Symbol: 004 = Everything is fine
Text Symbol: 005 = An error occurs - statistic of number of line(s)
Text Symbol: 006 = Line(s) in 207 after sync
Text Symbol: 007 = Line(s) in 504 after sync
Text Symbol: 008 = Line(s) in 10700 after sync
Text Symbol: 020 = Please enable SyncBo
Text Symbol: 021 = is enabled
INCLUDE MEREP_CONSTANTS01.
No SAP DATABASE tables are accessed within this REPORT code!
MEREP_EXECUTE_SYNC CALL FUNCTION 'MEREP_EXECUTE_SYNC' EXPORTING i_syncbo = ls_syncbo-low i_mblid = pdevice it_504 = lt_504. "This is for upload!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEREP_INITIAL_DOWNLOAD_T01 - Report MEREP_INITIAL_DOWNLOAD_T01 MEREP_INITIAL_DOWNLOAD_T01 - Report MEREP_INITIAL_DOWNLOAD_T01 MEREP_GENERATION_CHECKER - Report MEREP_GENERATION_CHECKER MEREP_GENERATION_CHECKER - Report MEREP_GENERATION_CHECKER MEREP_GBG_COLLECTOR - Gerbage collection MEREP_108 clean up MEREP_GBG_COLLECTOR - Gerbage collection MEREP_108 clean up