RWGDS_PROCESS_ITEMS 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 RWGDS_PROCESS_ITEMS 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: P_STATE = Processing state
Title: Report RWGDS_PROCESS_ITEMS
Text Symbol: 001 = Number of Error Messages:
Text Symbol: 004 = Number of Information Messages:
Text Symbol: 005 = Number of Success Messages:
Text Symbol: 007 = Number of Warning Messages:
Text Symbol: 008 = Log Statistics
Text Symbol: 009 = Message Log Description
Text Symbol: 010 = Number of Messages
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
APPL_LOG_DISPLAY ** CALL FUNCTION 'APPL_LOG_DISPLAY' ** EXPORTING ** object = cl_wgds_process_log=>c_log_object ** suppress_selection_dialog = abap_true ** EXCEPTIONS ** no_authority = 1 ** OTHERS = 2.
APPL_LOG_DISPLAY_WITH_LOGNO ** CALL FUNCTION 'APPL_LOG_DISPLAY_WITH_LOGNO' ** TABLES ** lognumbers = gt_logno ** EXCEPTIONS ** no_authority = 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.
RWGDS_PROCESS_ITEMS - Report RWGDS_PROCESS_ITEMS RWGDS_PROCESS_ITEMS - Report RWGDS_PROCESS_ITEMS RWGDS_PERFORMANCE_TEST - Report RWGDS_PERFORMANCE_TEST RWGDS_PERFORMANCE_TEST - Report RWGDS_PERFORMANCE_TEST RWGDS_MIGRATE_DIRECTORY4MASS - Report RWGDS_MIGRATE_DIRECTORY4MASS RWGDS_MIGRATE_DIRECTORY4MASS - Report RWGDS_MIGRATE_DIRECTORY4MASS