ADPRIOTOOLF02 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 ADPRIOTOOLF02 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREEV_EXPAND_ROOT_NODES CALL FUNCTION 'TREEV_EXPAND_ROOT_NODES' EXPORTING HANDLE = TREE LEVEL_COUNT = '1' EXPAND_ALL_CHILDREN = 'X' NO_FLUSH = 'X' EXCEPTIONS FAILED = 1 ILLEGAL_LEVEL_COUNT = 2 CNTL_SYSTEM_ERROR = 3 OTHERS = 4.
ADRT10_SET_ACT_DATE CALL FUNCTION 'ADRT10_SET_ACT_DATE'.
ADRT10_GET_ACT_DATE CALL FUNCTION 'ADRT10_GET_ACT_DATE' IMPORTING EV_DATE_NOW = L_EV_DATE_NOW EV_TIME_NOW = L_EV_TIME_NOW.
CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING DATE_INTERNAL = L_EV_DATE_NOW IMPORTING DATE_EXTERNAL = DATE EXCEPTIONS DATE_INTERNAL_IS_INVALID = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.