RWS42E01 is a standard ABAP INCLUDE 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 RWS42E01 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.
Title: Processing Events
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ME_DISPLAY_PURCHASE_DOCUMENT CALL FUNCTION 'ME_DISPLAY_PURCHASE_DOCUMENT' EXPORTING i_ebeln = HIDE_EBELN I_ENJOY = 'X' I_EDIT = 'X' EXCEPTIONS OTHERS = 1.
MMPUR_REQUISITION_DISPLAY CALL FUNCTION 'MMPUR_REQUISITION_DISPLAY' EXPORTING im_banfn = HIDE_BANFN IM_CHANGE = 'X' 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.
RWS42E01 - Processing Events RWS41TOP - Include RWS41TOP RWS41F04 - Include for Technical Execution of Discontinuation RWS41F03 - Further Processing of the Basic List + Calling Other Lists RWS41F02 - Functions for Displaying Details and for Further Branching RWS41F01 - Carry Out Checks and Output Basic List