PUT7NRUO01 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 PUT7NRUO01 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: PBO: T7RUN-tables tools
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_ET7RUN2 CALL FUNCTION 'ENQUEUE_ET7RUN2' "#EC EXISTS EXCEPTIONS "#EC EXISTS foreign_lock = 1 "#EC EXISTS system_failure = 2 "#EC EXISTS OTHERS = 3. "#EC EXISTS
POPUP_TO_DECIDE_LOCKED_DATA CALL FUNCTION 'POPUP_TO_DECIDE_LOCKED_DATA' EXPORTING i_user = sy-msgv1(12) IMPORTING e_answer = lv_answer.
DEQUEUE_ET7RUN2 CALL FUNCTION 'DEQUEUE_ET7RUN2' "#EC EXISTS EXCEPTIONS "#EC EXISTS OTHERS = 1. "#EC EXISTS
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.