SAP Reports / Programs

EWREMOTE SAP ABAP Report - EWREMOTE: Remote - Comparison: EWU* Control Tables







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


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 EWREMOTE. "Basic submit
SUBMIT EWREMOTE AND RETURN. "Return to original report after report execution complete
SUBMIT EWREMOTE 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: 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.





Text Symbol: 015 = Display: Local: Entries that exist locally only.
Text Symbol: 016 = Enter search term
Text Symbol: 017 = Legend
Text Symbol: 018 = Select search column
Text Symbol: 019 = Search term:
Text Symbol: 020 = Local
Text Symbol: 021 = Remote
Text Symbol: 022 = Over.
Text Symbol: 023 = Search term not found


INCLUDES used within this REPORT EWREMOTE

No INCLUDES are used within this REPORT code!


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:

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.



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 EWREMOTE or its description.