REIDE_SWITCHDOC_READ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report after running the
If you would like to execute this report or see the full code listing simply enter REIDE_SWITCHDOC_READ 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: IS-U Archiving: Display Switch Documents
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_REUSE_ALV_SIMPLE_STRIPED CALL FUNCTION 'ISU_REUSE_ALV_SIMPLE_STRIPED' EXPORTING im_repid = x_repid CHANGING cht_display_data = x_archived_data.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REIDE_SWITCHDOC_READ - IS-U Archiving: Display Switch Documents REIDE_SWITCHDOC_READ - IS-U Archiving: Display Switch Documents REIDE_SWITCHDOC_DELETE - IS-U Archiving: Delete Switch Documents REIDE_SWITCHDOC_DELETE - IS-U Archiving: Delete Switch Documents REIDE_SWITCHDOC_ARCH - IS-U Archiving: Analyze/Archive Switch Documents REIDE_SWITCHDOC_ARCH - IS-U Archiving: Analyze/Archive Switch Documents