REPRDC00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Print Disconnection/Collection/Reconnection Orders Using the print report REPRDC00 and the form ISU_COMMON, you can print shop papers for disconnection, collection and reconnection orders for the
If you would like to execute this report or see the full code listing simply enter REPRDC00 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: Print Disconnection/Collection/Reconnection Orders
Text Symbol: 505 = Original/delta
Text Symbol: 504 = Delta
Text Symbol: 503 = Copy
Text Symbol: 502 = Original
Text Symbol: 501 = LOG ERR
Text Symbol: 001 = Disconnection activities
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WRITE_FORM CALL FUNCTION 'WRITE_FORM' " EXPORTING ELEMENT = 'OPERATION' " main operation details WINDOW = 'MAIN'.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'EXTERNAL_WORK' WINDOW = 'MAIN'.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'INTERNAL_WORK' " main operation details WINDOW = 'MAIN'.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'MATERIAL' WINDOW = 'MAIN'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REPRDC00 - Print Disconnection/Collection/Reconnection Orders REPRDC00 - Print Disconnection/Collection/Reconnection Orders REPP_VC_1 - CO-OM Reporting: Customizing Maintenance Screens for User Settings REPP_VC_1 - CO-OM Reporting: Customizing Maintenance Screens for User Settings REPPXXXS - Selection screen REPPXXXN - CO-OM Information System: List Maintenance Default Settings