SAP Reports / Programs | Archiving | SAP Utilities | Archiving(IS-U-TO-ARC) SAP IS

REPDAR_DEL_LINES_FORMS SAP ABAP INCLUDE - Include REPDAR_DEL_LINES_FORMS







REPDAR_DEL_LINES_FORMS 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 REPDAR_DEL_LINES_FORMS 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 REPDAR_DEL_LINES_FORMS. "Basic submit
SUBMIT REPDAR_DEL_LINES_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT REPDAR_DEL_LINES_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include REPDAR_DEL_LINES_FORMS


INCLUDES used within this REPORT REPDAR_DEL_LINES_FORMS

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:

ISU_DB_DBERDZ_DELETE CALL FUNCTION 'ISU_DB_DBERDZ_DELETE' IMPORTING y_erdl_tries = it_protocol_l-erdl_a y_erdl_success = it_protocol_l-erdl_d y_erdlb_tries = it_protocol_l-erdlb_a y_erdlb_success = it_protocol_l-erdlb_d y_erdz_tries = it_protocol_l-erdz_a y_erdz_success = it_protocol_l-erdz_d TABLES xt_erdl_key = print_doc-t_erdl_key xt_erdlb_key = print_doc-t_erdlb_key xt_erdz_key = print_doc-t_erdz_key EXCEPTIONS input_error = 1 OTHERS = 2.

ISU_DB_ERDL_SELECT_DOC CALL FUNCTION 'ISU_DB_ERDL_SELECT_DOC' EXPORTING x_opbel = it_protocol_l-opbel IMPORTING y_counterdl = it_protocol_l-erdl_d y_counterdlb = it_protocol_l-erdlb_d y_counterdz = it_protocol_l-erdz_d TABLES yt_erdz = li_dummy_erdz EXCEPTIONS OTHERS = 5.

ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = xv_handle TABLES table = lt_stat_tab EXCEPTIONS internal_error = 1 wrong_access_to_archive = 2 OTHERS = 3.

ISU_DB_ERDK_UPD_ARCFLAG_SINGLE CALL FUNCTION 'ISU_DB_ERDK_UPD_ARCFLAG_SINGLE' EXPORTING x_opbel = it_protocol_l-opbel x_items_archived = co_arcstat_3 EXCEPTIONS update_error = 1 value_not_allowed = 2 general_fault = 3 OTHERS = 4.

ISU_DB_ERDK_SINGLE CALL FUNCTION 'ISU_DB_ERDK_SINGLE' EXPORTING x_opbel = it_protocol_l-opbel x_actual = co_true IMPORTING y_erdk = lwa_erdk EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.

ISU_DB_ERDL_SELECT_DOC CALL FUNCTION 'ISU_DB_ERDL_SELECT_DOC' EXPORTING x_opbel = it_protocol_l-opbel IMPORTING y_counterdl = it_protocol_l-erdl_d y_counterdlb = it_protocol_l-erdlb_d y_counterdz = it_protocol_l-erdz_d TABLES yt_erdz = li_dummy_erdz EXCEPTIONS OTHERS = 5.

ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = v_handle.

ARCHIVE_GET_STATISTICS CALL FUNCTION 'ARCHIVE_GET_STATISTICS' EXPORTING archive_handle = v_handle IMPORTING archive_document = stat_sess TABLES statistics_data = stat_tab EXCEPTIONS internal_error = 1 wrong_access_to_archive = 2 OTHERS = 3.



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 REPDAR_DEL_LINES_FORMS or its description.