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

MAADMO01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

RS_SELSCREEN_EXISTS CALL FUNCTION 'RS_SELSCREEN_EXISTS' EXPORTING report = progname IMPORTING answer = answer EXCEPTIONS no_report = 01 program_incorrect = 02 program_not_found = 03.

POPUP_DISPLAY_TEXT_USER_BUTTON CALL FUNCTION 'POPUP_DISPLAY_TEXT_USER_BUTTON' EXPORTING language = sy-langu popup_title = text-083 start_column = 10 start_row = 3 text_object = 'ARCHIVE_ADMIN_INFO_005' display_ok_button = 'X' display_cancel_button = 'X' IMPORTING answer = reply TABLES parameter = parameter EXCEPTIONS text_not_found = 01.

POPUP_DISPLAY_TEXT_USER_BUTTON CALL FUNCTION 'POPUP_DISPLAY_TEXT_USER_BUTTON' EXPORTING language = sy-langu popup_title = text-083 start_column = 10 start_row = 3 text_object = 'ARCHIVE_ADMIN_INFO_013' display_ok_button = 'X' display_cancel_button = 'X' IMPORTING answer = reply TABLES parameter = parameter EXCEPTIONS text_not_found = 01.

RS_SELSCREEN_EXISTS CALL FUNCTION 'RS_SELSCREEN_EXISTS' EXPORTING report = progname IMPORTING answer = answer EXCEPTIONS no_report = 01 program_incorrect = 02 program_not_found = 03.

ARCHIVE_DISABLE_MONITORING CALL FUNCTION 'ARCHIVE_DISABLE_MONITORING'.

CNET_GRAPHIC_NETWORK_PBO CALL FUNCTION 'CNET_GRAPHIC_NETWORK_PBO' EXPORTING abap_cmd = gv_abap_cmd stat = gv_stat confirm = net_const-confirm_yes profile = gs_profile control_handle = gv_net_control TABLES lines = lines_tab lvals = lvals_tab nodes = net_nodes_tab nvals = nvals_tab EXCEPTIONS err_in_profile = 1 inv_profile = 2 inv_winid = 3 OTHERS = 4.



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