EWREMOTE 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 EWREMOTE 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: SEL = Package
Selection Text: REL_4X = Release RFC system is >= 4.X
Selection Text: GP_TMP = EWUTMP
Selection Text: GP_TM = EWUTM
Selection Text: GP_TF = EWUTF
Selection Text: GP_TABCT = EWUTABCT
Selection Text: GP_PGCT = EWUPGCT
Selection Text: GP_FZP = EWUFZP
Selection Text: GP_FZ = EWUFZ
Selection Text: GPD_MAND = Compare local mod.0 with RFC
Selection Text: GPD_DEST = RFC destination
Title: EWREMOTE: Remote - Comparison: EWU* Control Tables
Text Symbol: 100 = Package does not exist
Text Symbol: 034 = Remote tab. cannot be loaded
Text Symbol: 033 = Continue anyway?
Text Symbol: 032 = FuMd EWU_TAB_GET contains errors
Text Symbol: 031 = Phase
Text Symbol: 030 = Program
Text Symbol: 029 = Sub-event
Text Symbol: 028 = Event
Text Symbol: 027 = Param.no
Text Symbol: 026 = Fld name
Text Symbol: 025 = TabName
Text Symbol: 024 = Tabcount
Text Symbol: 001 = Remote comparison of table:
Text Symbol: 002 = Between system:
Text Symbol: 003 = Client: 000
Text Symbol: 004 = Client:
Text Symbol: 005 = and remote system:
Text Symbol: 006 = Clt Pkge Key1 ....
Text Symbol: 007 = Contents may be cut off
Text Symbol: 008 = Continue anyway?
Text Symbol: 009 = Char.fields: Diff. lengths
Text Symbol: 010 = Wo = SPACE: Field exists in local and remote sys.
Text Symbol: 011 = Wo = R: Fld exists in remote syst.only
Text Symbol: 012 = Wo = L: Fld exists in local syst.only
Text Symbol: 013 = Display: Total: All entries.
Text Symbol: 014 = Display: Remote: Entries that exist remote only.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING NO_VALUE_CHECK = 'X' POPUP_TITLE = TEXT-016 * START_COLUMN = '5' * START_ROW = '5' IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = FIELDS EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING IN_ARCHIVE_PARAMETERS = ARCPAR IN_PARAMETERS = PRIPAR LAYOUT = LAY LINE_COUNT = LINES LINE_SIZE = ROWS * no_dialog = 'X' IMPORTING OUT_ARCHIVE_PARAMETERS = ARCPAR OUT_PARAMETERS = PRIPAR VALID = VAL EXCEPTIONS ARCHIVE_INFO_NOT_FOUND = 1 INVALID_PRINT_PARAMS = 2 INVALID_ARCHIVE_PARAMS = 3 OTHERS = 4.
COPO_POPUP_TO_DISPLAY_TEXTLIST CALL FUNCTION 'COPO_POPUP_TO_DISPLAY_TEXTLIST' EXPORTING TASK = 'DISPLAY' TITEL = TEXT-017 * importing * function = funktion TABLES TEXT_TABLE = TEXT_TABLE EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.