SAP Reports / Programs | Basis Components | Use Subcomponents | Archive Development Kit(BC-CCM-ADK) SAP BC

MAADMI06 SAP ABAP INCLUDE - documentation and ABAP source code







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


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


INCLUDES used within this REPORT MAADMI06

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:

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.



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