SAP Reports / Programs | Financial Accounting | General Ledger Accounting(FI-GL) SAP FI

RESTORE_ALL SAP ABAP INCLUDE - RESTOREALL







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RESTORE_ALL. "Basic submit
SUBMIT RESTORE_ALL AND RETURN. "Return to original report after report execution complete
SUBMIT RESTORE_ALL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RESTORE_ALL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RESTORE_ALL or its description.