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

REPDAR_DEL_HEAD_FORMS SAP ABAP INCLUDE - Include REPDAR_DEL_HEAD_FORMS







REPDAR_DEL_HEAD_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_HEAD_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_HEAD_FORMS. "Basic submit
SUBMIT REPDAR_DEL_HEAD_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT REPDAR_DEL_HEAD_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_HEAD_FORMS


INCLUDES used within this REPORT REPDAR_DEL_HEAD_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_ERDK_DELETE CALL FUNCTION 'ISU_DB_ERDK_DELETE' EXPORTING x_opbel = print_doc-erdk-opbel IMPORTING y_tries = tries y_success = success EXCEPTIONS input_error = 1 OTHERS = 2.

ISU_DB_ERDO_DELETE CALL FUNCTION 'ISU_DB_ERDO_DELETE' IMPORTING y_tries = tries y_success = success TABLES xt_erdo_key = print_doc-t_erdo_key EXCEPTIONS input_error = 1 OTHERS = 2.

ISU_DB_DBERDU_DELETE CALL FUNCTION 'ISU_DB_DBERDU_DELETE' IMPORTING y_tries = tries y_success = success TABLES xt_erdu_key = print_doc-t_erdu_key EXCEPTIONS input_error = 1 OTHERS = 2.

ISU_DB_DBERDR_DELETE CALL FUNCTION 'ISU_DB_DBERDR_DELETE' IMPORTING y_tries = tries y_success = success TABLES xt_erdr_key = print_doc-t_erdr_key EXCEPTIONS input_error = 1 OTHERS = 2.

ISU_DB_ERDB_DELETE CALL FUNCTION 'ISU_DB_ERDB_DELETE' IMPORTING y_tries = tries y_success = success TABLES xt_erdb_key = print_doc-t_erdb_key EXCEPTIONS input_error = 1 OTHERS = 2.

ISU_DB_ARC_EITERDK_UPDATE CALL FUNCTION 'ISU_DB_ARC_EITERDK_UPDATE' EXPORTING x_eiterdk = print_doc-eiterdk x_upd_mode = co_delete EXCEPTIONS input_error = 1 update_error = 2 OTHERS = 3.

ISU_DB_ETAXERDK_UPDATE CALL FUNCTION 'ISU_DB_ETAXERDK_UPDATE' EXPORTING xwa_etaxerdk = print_doc-etax x_upd_mode = co_delete EXCEPTIONS input_error = 1 update_error = 2 OTHERS = 3.

ISU_DB_DBEOSB_DELETE CALL FUNCTION 'ISU_DB_DBEOSB_DELETE' IMPORTING y_tries = tries y_success = success TABLES xt_eosb_key = print_doc-t_eosb_key EXCEPTIONS input_error = 1 OTHERS = 2.

ISU_DB_ERDTS_DELETE CALL FUNCTION 'ISU_DB_ERDTS_DELETE' IMPORTING y_tries = tries y_success = success TABLES xt_erdts_key = print_doc-t_erdts_key EXCEPTIONS input_error = 1 OTHERS = 2.

ISU_DB_ECHANGE_SERVICE_DELETE CALL FUNCTION 'ISU_DB_ECHANGE_SERVICE_DELETE' IMPORTING y_tries = tries y_success = success TABLES xt_echange_service_key = print_doc-t_chgserv_key EXCEPTIONS input_error = 1 OTHERS = 2.

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_ERDO_SELECT_DOC CALL FUNCTION 'ISU_DB_ERDO_SELECT_DOC' EXPORTING x_opbel = opbel x_actual = co_true IMPORTING y_count = l_counter TABLES yt_erdo = l_dummy EXCEPTIONS OTHERS = 1.

ISU_DB_ERDK_SINGLE CALL FUNCTION 'ISU_DB_ERDK_SINGLE' EXPORTING x_opbel = opbel x_actual = co_true IMPORTING y_erdk = l_erdk EXCEPTIONS OTHERS = 1.

ISU_DB_ERDU_SELECT_DOC CALL FUNCTION 'ISU_DB_ERDU_SELECT_DOC' EXPORTING x_opbel = opbel x_actual = co_true IMPORTING y_count = l_counter TABLES yt_erdu = l_dummy EXCEPTIONS OTHERS = 1.

ISU_DB_ERDR_SELECT_DOC CALL FUNCTION 'ISU_DB_ERDR_SELECT_DOC' EXPORTING x_opbel = opbel x_actual = co_true IMPORTING y_count = l_counter TABLES yt_erdr = l_dummy EXCEPTIONS OTHERS = 1.

ISU_DB_ERDB_SELECT_DOC CALL FUNCTION 'ISU_DB_ERDB_SELECT_DOC' EXPORTING x_opbel = opbel x_actual = co_true IMPORTING y_count = l_counter TABLES yt_erdb = l_dummy EXCEPTIONS OTHERS = 1.

ISU_DB_EOSB_SELECT CALL FUNCTION 'ISU_DB_EOSB_SELECT' EXPORTING x_invdocno = opbel TABLES t_eosb = l_dummy EXCEPTIONS not_qualified = 1 not_found = 2 OTHERS = 3.

ISU_DB_ERDTS_SELECT_DOC CALL FUNCTION 'ISU_DB_ERDTS_SELECT_DOC' EXPORTING x_printdoc = opbel TABLES yt_erdts = l_dummy EXCEPTIONS not_found = 1 not_qualified = 2 system_error = 3 OTHERS = 4.

ISU_DB_ECHANGE_SERVICE_OBJ_SEL





CALL FUNCTION 'ISU_DB_ECHANGE_SERVICE_OBJ_SEL' EXPORTING x_printdoc_no = opbel IMPORTING y_change_service_obj = l_dummy EXCEPTIONS not_found = 1 data_not_specified = 2 OTHERS = 3.

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.

ISU_DB_EITERDK_SINGLE CALL FUNCTION 'ISU_DB_EITERDK_SINGLE' EXPORTING x_opbel = x_opbel IMPORTING y_eiterdk = lwa_eiterdk EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_DB_ETAXERDK_SINGLE CALL FUNCTION 'ISU_DB_ETAXERDK_SINGLE' EXPORTING x_opbel = x_opbel IMPORTING ywa_etaxerdk = lwa_etax EXCEPTIONS not_found = 1 system_error = 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_HEAD_FORMS or its description.