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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSMONGWY_LOGGING - Settings for Gateway Logging RSMONGWY_LOGGING - Settings for Gateway Logging RSMONGWY_CHANGE_PARAMETER - Program for switching between gateway parameters RSMONGWY_CHANGE_PARAMETER - Program for switching between gateway parameters RSMONGWY_ALV_INIT_ALV - Include RSMONGWY_ALV_INIT_ALV RSMONGWY_ALV_INIT - RSMONGWYALVINIT