RESTORE_ALL 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 RESTORE_ALL 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!
FAGL_MIG_ADJUST_DEL_LOG CALL FUNCTION 'FAGL_MIG_ADJUST_DEL_LOG' EXPORTING id_mgpln = us_mgpln_data_ext-mgpln irt_bukrs = lt_range_bukrs.
ENQUEUE_EFAGL_OPITEM CALL FUNCTION 'ENQUEUE_EFAGL_OPITEM' EXPORTING mode_fagl_mig_opitems = 'S' * _wait = 'X' mandt = sy-mandt.
ENQUEUE_EFAGL_RPITEM CALL FUNCTION 'ENQUEUE_EFAGL_RPITEM' EXPORTING mode_fagl_mig_rpitems = 'S' * _wait = 'X' mandt = sy-mandt.
FAGL_DELETE_LEDGER_COMPCODE CALL FUNCTION 'FAGL_DELETE_LEDGER_COMPCODE' EXPORTING id_rldnr = ud_rldnr id_bukrs = ud_bukrs id_no_treasury = ld_no_treasury EXCEPTIONS no_data_found = 1 ledger_not_found = 2 org_data_error = 3 periv_error = 4 OTHERS = 5.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'. "cursor must not get lost
FAGL_GET_TABLENAMES CALL FUNCTION 'FAGL_GET_TABLENAMES' EXPORTING i_ledger = ud_rldnr IMPORTING es_tabnames = ls_tablenames EXCEPTIONS not_found = 1 configuration_error = 2 OTHERS = 3.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RESTORE_ALL - RESTOREALL RESTASK0 - Task Customizing for IS-U (IMG) RESTASK0 - Task Customizing for IS-U (IMG) RESOWEIGHDATAF - Program for Object Type WEIGHDATAF : Data Identifier RESOWEIGHDATAF - Program for Object Type WEIGHDATAF : Data Identifier RESOWASTEWDO - Program for Object Type WASTEWDOC : Waste Disposal Order