RIORD052 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report selects all orders of a particular order type and has the following effect: Rectification of duplicated operation numbers Generation of a numeric operation number if only alphanumeric operation numbers exist The report can run in competition to the dialog since it blocks/unblocks the orders...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RIORD052 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: Repair Report Operation Problems
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CO_ZF_ORDER_LOCK CALL FUNCTION 'CO_ZF_ORDER_LOCK' EXPORTING AUFNR = ORDERNUMBER EXCEPTIONS ORDER_ALREADY_LOCKED = 1.
CO_ZF_ORDER_DELOCK CALL FUNCTION 'CO_ZF_ORDER_DELOCK' EXPORTING AUFNR = ORDERNUMBER 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.
RIORD052 - Repair Report Operation Problems RIORD052 - Repair Report Operation Problems RIORD000 - PM Order: Repair Prog. for RESB and PurReq. LOEKZ when Order TECO RIORD000 - PM Order: Repair Prog. for RESB and PurReq. LOEKZ when Order TECO RIOFSE00 - Customizing Field Selection Report - PM RIOFSE00 - Customizing Field Selection Report - PM