MAADMI06 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 MAADMI06 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!
POPUP_TO_CONFIRM_LOSS_OF_DATA * CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' * EXPORTING * textline1 = text-d01 * textline2 = text-d02 * titel = text-017 * IMPORTING * answer = answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-017 text_question = gv_text_question default_button = '1' display_cancel_button = ' ' start_column = 25 start_row = 6 popup_type = 'ICON_MESSAGE_WARNING' IMPORTING answer = answer EXCEPTIONS OTHERS = 0.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * defaultoption = 'Y' * textline1 = text-c01 * textline2 = text-c02 * titel = text-017 * IMPORTING * answer = answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-017 text_question = gv_text_question default_button = '1' display_cancel_button = 'X' start_column = 25 start_row = 6 popup_type = 'ICON_MESSAGE_QUESTION' IMPORTING answer = answer EXCEPTIONS OTHERS = 0.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-058 text_object = 'ARCHIVE_ADMIN_INFO_014' EXCEPTIONS OTHERS = 0.
ARCHIVE_PROTOCOLS_DISPLAY CALL FUNCTION 'ARCHIVE_PROTOCOLS_DISPLAY' EXPORTING I_ARCH_OBJECT = obj_tab.
ADK_CCMS_POPUP_TABLES * call function 'ADK_CCMS_POPUP_TABLES' starting new task 'POP_ADK' * exporting * object = arch_txt-object * exceptions * others = 1.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-003 start_column = 10 start_row = 3 text_object = 'ARCHIVE_ADMIN_INFO_002' EXCEPTIONS text_not_found = 01.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-003 start_column = 10 start_row = 3 text_object = 'ARCHIVE_ADMIN_INFO_004' EXCEPTIONS text_not_found = 01.
BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING stdt_dialog = btc_yes stdt_input = starttime stdt_opcode = btc_edit_startdate IMPORTING stdt_modify_type = start_modify_flag stdt_output = starttime EXCEPTIONS OTHERS = 99.
ARCHDOC_SHOW_FOR_OBJECT CALL FUNCTION 'ARCHDOC_SHOW_FOR_OBJECT' EXPORTING i_object = arch_obj-object i_progname = arch_obj-delete_prg.
ARCHIVE_ADMX_POPUP_DOCUMENTS CALL FUNCTION 'ARCHIVE_ADMX_POPUP_DOCUMENTS' EXPORTING object = arch_txt-object dialog_type = 'DELETE' TABLES selected_collections = selected_xml_runs EXCEPTIONS object_not_found = 01 cancelled_by_user = 02 no_files_selected = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.