REAMIBATCHSYNC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for
If you would like to execute this report or see the full code listing simply enter REAMIBATCHSYNC 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: AMS = D .
Selection Text: ANLAGE = D .
Selection Text: MATNR = D .
Selection Text: P_XSIMU = D .
Selection Text: SO_DATE = D .
Selection Text: SO_SERNR = D .
Title: Program REAMIBATCHSYNC
Text Symbol: 001 = Device Category and Serial Number
Text Symbol: 002 = Installation
Text Symbol: 003 = Advanced Meter System
Text Symbol: 004 = Date (Device and Installation)
INCLUDE REAMIBATCHSYNC_INCLUDE.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REAMIBATCHSYNC - Program REAMIBATCHSYNC REAMIBATCHSYNC - Program REAMIBATCHSYNC REAMDATE_PTRDOWN_VAR00 - Include REAMDATE_PTRDOWN_VAR00 REAMDATA_TRANS_GLOBALVAR - Include REAMDATA_TRANS_GLOBALVAR REAINV_EURO_CONV_DFKKRD - Euro Conversion Program for Table DFKKRD REAINV_EURO_CONV_DFKKRD - Euro Conversion Program for Table DFKKRD