SAP Reports / Programs | Basis Components | Client/Server Technology(BC-CST) SAP BC

RSMONGWY_LOGGING SAP ABAP Report - Settings for Gateway Logging







RSMONGWY_LOGGING 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 RSMONGWY_LOGGING 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 RSMONGWY_LOGGING. "Basic submit
SUBMIT RSMONGWY_LOGGING AND RETURN. "Return to original report after report execution complete
SUBMIT RSMONGWY_LOGGING 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: GWSERV = Gateway Service
Selection Text: GWHOST = Gateway Host
Title: Settings for Gateway Logging
Text Symbol: 028 = Event
Text Symbol: 027 = Time Stamp
Text Symbol: 026 = Write File Buffer
Text Symbol: 025 = Display File
Text Symbol: 024 = Remove All Selections
Text Symbol: 023 = Select All
Text Symbol: 022 = Maximum Time of File
Text Symbol: 021 = Maximum Size of File
Text Symbol: 020 = Name of Log File
Text Symbol: 019 = Specify Time
Text Symbol: 018 = Creation/Deletion of Conversation IDs
Text Symbol: 017 = Start/Stop/Signals of Gateway
Text Symbol: 016 = Parameter Changes
Text Symbol: 015 = Monitoring Commands
Text Symbol: 014 = Security Setting
Text Symbol: 013 = Registered programs
Text Symbol: 012 = External Programs
Text Symbol: 011 = RFC Actions
Text Symbol: 010 = Network
Text Symbol: 009 = Year
Text Symbol: 008 = Month
Text Symbol: 007 = Week
Text Symbol: 006 = Day
Text Symbol: 005 = Hour
Text Symbol: 004 = None
Text Symbol: 003 = Switch Criteria
Text Symbol: 002 = Current Log Events
Text Symbol: 001 = Gateway Logging Settings


INCLUDES used within this REPORT RSMONGWY_LOGGING

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:

GWY_READ_PARAMETER_VALUE CALL FUNCTION 'GWY_READ_PARAMETER_VALUE' EXPORTING GWHOST = GWHOST GWSERV = GWSERV PARAMETER_NAME = TPFET_NAME IMPORTING PARAMETER_VALUE = TPFET_VALUE EXCEPTIONS GWY_UNKNOWN_OPCODE = 1 GWY_COMMUNICATION_FAILURE = 2 GWY_GET_OPCODE_FAILED = 3 GWY_GET_GWHOST_FAILED = 4 GWY_GET_GWSERV_FAILED = 5 GWY_MONITOR_DISABLED = 6 GWY_PARAM_NOT_FOUND = 7 OTHERS = 8.

GWY_CHANGE_PARAMETER2 CALL FUNCTION 'GWY_CHANGE_PARAMETER2' EXPORTING GWHOST = GWHOST GWSERV = GWSERV PARAMETER_NAME = PARAMETER_NAME PARAMETER_VALUE = PARAMETER_VALUE FORCE = 'X' EXCEPTIONS OTHERS = 0.

GWY_CHANGE_PARAMETER2 CALL FUNCTION 'GWY_CHANGE_PARAMETER2' EXPORTING GWHOST = GWHOST GWSERV = GWSERV PARAMETER_NAME = PARAMETER_NAME PARAMETER_VALUE = PARAMETER_VALUE EXCEPTIONS GWY_NOT_FOUND = 3 OTHERS = 10.

GWY_CHANGE_PARAMETER2 CALL FUNCTION 'GWY_CHANGE_PARAMETER2' EXPORTING GWHOST = GWHOST GWSERV = GWSERV PARAMETER_NAME = PARAMETER_NAME PARAMETER_VALUE = PARAMETER_VALUE EXCEPTIONS GWY_NOT_FOUND = 3 OTHERS = 10.

GWY_FLUSH_LOGFILE CALL FUNCTION 'GWY_FLUSH_LOGFILE' EXPORTING GWHOST = GWHOST GWSERV = GWSERV EXCEPTIONS OTHERS = 0.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'SYST' LFIELDNAME = 'OPSYS' IMPORTING DFIES_WA = FIELD_TBL.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'OPSYS' DYNPPROG = SY-REPID DYNPNR = SY-DYNNR DYNPROFIELD = 'SWITCHFT' WINDOW_TITLE = TEXT-019 TABLES VALUE_TAB = VALUE_TBL FIELD_TAB = FIELD_TBL.



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