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
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: Include REPDAR_DEL_LINES_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REPDAR_DEL_LINES_FORMS - Include REPDAR_DEL_LINES_FORMS REPDAR_DEL_LINES - Delete archived print document line items REPDAR_DEL_LINES - Delete archived print document line items REPDAR_DEL_HEAD_VAR - Include REPDAR_DEL_HEAD_VAR REPDAR_DEL_HEAD_TOP - Include REPDAR_DEL_HEAD_TOP REPDAR_DEL_HEAD_ILM - Delete archived print document headers