AUT_CUST_DELF01 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 AUT_CUST_DELF01 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!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'SAPSCRIPT_OBJECT' i_inclname = 'AUT_CUST_DELTOP' CHANGING ct_fieldcat = it_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'STATUS_SET' i_callback_user_command = 'USER_COMMAND' i_bypassing_buffer = 'X' is_layout = ls_layout_alv it_fieldcat = it_fieldcat it_excluding = lt_excluding TABLES t_outtab = it_object EXCEPTIONS program_error = 1 OTHERS = 2.
TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' EXPORTING * IV_NO_STANDARD_EDITOR = ' ' iv_no_show_option = 'X' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' IMPORTING we_order = order * WE_TASK = * WE_OBJECTS_APPENDABLE = TABLES wt_ko200 = it_ko200 wt_e071k = it_e071k * TT_TADIR = EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING wi_order = order * IV_NO_STANDARD_EDITOR = ' ' iv_no_show_option = 'X' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' IMPORTING we_order = order * we_task = task_auttrans TABLES wt_ko200 = it_ko200 wt_e071k = it_e071k * TT_TADIR = EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING mode_rstable = 'E' tabname = 'AUTDELTTXID' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' ">>>NOTE590494 EXPORTING mode_rstable = 'E' tabname = 'STXXFILTER' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' * EXPORTING "NOTE457983 * IV_NO_STANDARD_EDITOR = ' ' * iv_no_show_option = 'X' "NOTE457983 * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' IMPORTING we_order = order * we_task = task * we_objects_appendable = appendable TABLES wt_ko200 = it_ko200 * WT_E071K = * TT_TADIR = it_tadir EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING mode_rstable = 'E' tabname = 'AUTDELTTXID' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' ">>>NOTE590494 EXPORTING mode_rstable = 'E' tabname = 'STXXFILTER' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING * DEFAULTOPTION = '1' diagnosetext1 = text-003 diagnosetext2 = text-004 diagnosetext3 = text-005 textline1 = text-006 * TEXTLINE2 = ' ' * TEXTLINE3 = ' ' text_option1 = text-007 text_option2 = text-008 icon_text_option1 = 'ICON_OKAY' icon_text_option2 = 'ICON_SYSTEM_HELP' titel = text-009 * START_COLUMN = 25 * START_ROW = 6 cancel_display = 'X' IMPORTING answer = pd_answer.
SWF_HELP_LONGTEXT_SHOW CALL FUNCTION 'SWF_HELP_LONGTEXT_SHOW' EXPORTING in_workarea = 'AUT' in_message = '121' * IN_VARIABLE1 = * IN_VARIABLE2 = * IN_VARIABLE3 = * IN_VARIABLE4 = .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.