SAP Reports / Programs | Cross-Application Components | General Application Functions | Country-Specific Objects(CA-GTF-CSC) SAP CA

MDMEE_ABAI01 SAP ABAP INCLUDE - Include MDMEE_ABAI01







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


INCLUDES used within this REPORT MDMEE_ABAI01

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:

DMEE_CREATE_TREE_ABA CALL FUNCTION 'DMEE_CREATE_TREE_ABA' EXPORTING i_treetype = dmee_head_aba-tree_type i_treeid = dmee_head_aba-tree_id EXCEPTIONS treeid_not_allowed = 1 OTHERS = 2.

DMEE_CHANGE_TREE_ABA CALL FUNCTION 'DMEE_CHANGE_TREE_ABA' EXPORTING i_treetype = dmee_head_aba-tree_type i_treeid = dmee_head_aba-tree_id i_version = '001' EXCEPTIONS tree_not_found = 1 OTHERS = 2.

DMEE_CHANGE_TREE_ABA CALL FUNCTION 'DMEE_CHANGE_TREE_ABA' EXPORTING i_treetype = dmee_head_aba-tree_type i_treeid = dmee_head_aba-tree_id i_version = '000' EXCEPTIONS OTHERS = 1.

DMEE_AVAILABLE_VERSIONS_ABA CALL FUNCTION 'DMEE_AVAILABLE_VERSIONS_ABA' EXPORTING i_treetype = dmee_head_aba-tree_type i_treeid = dmee_head_aba-tree_id IMPORTING e_active = l_active e_maint = l_maint.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING textline1 = text-d01 text_option1 = text-da1 text_option2 = text-di1 titel = text-h01 cancel_display = 'X' IMPORTING answer = x_answer.

DMEE_DISPLAY_TREE_ABA CALL FUNCTION 'DMEE_DISPLAY_TREE_ABA' EXPORTING i_treetype = dmee_head_aba-tree_type i_treeid = dmee_head_aba-tree_id i_version = x_version * I_DIALOGUE = 'X' EXCEPTIONS OTHERS = 1 .

DMEE_DELETE_TREE_ABA CALL FUNCTION 'DMEE_DELETE_TREE_ABA' EXPORTING i_treetype = dmee_head_aba-tree_type i_treeid = dmee_head_aba-tree_id i_version = '001' * I_DIALOGUE = 'X' EXCEPTIONS * TREE_NOT_FOUND = 1 * TREE_LOCK_FAILED = 2 OTHERS = 1 .

DMEE_COPY_TREE_ABA CALL FUNCTION 'DMEE_COPY_TREE_ABA' EXPORTING i_treetype = dmee_head_aba-tree_type i_treeid = dmee_head_aba-tree_id i_version = '001' * I_DIALOGUE = 'X' EXCEPTIONS OTHERS = 1.

DMEE_GET_BACK_ACTIVE_TREE_ABA CALL FUNCTION 'DMEE_GET_BACK_ACTIVE_TREE_ABA' EXPORTING i_treetype = dmee_head_aba-tree_type i_treeid = dmee_head_aba-tree_id EXCEPTIONS OTHERS = 1.

DMEE_TEST_TREE_ABA CALL FUNCTION 'DMEE_TEST_TREE_ABA' EXPORTING i_treetype = dmee_head_aba-tree_type i_treeid = dmee_head_aba-tree_id EXCEPTIONS OTHERS = 1.

DMEE_ADDITIONAL_FUNC_ABA CALL FUNCTION 'DMEE_ADDITIONAL_FUNC_ABA' EXPORTING i_treetype = dmee_head_aba-tree_type i_treeid = dmee_head_aba-tree_id i_version = '001' i_func = '1' EXCEPTIONS OTHERS = 1.

DMEE_UPLOAD_XML_TREE_ABA CALL FUNCTION 'DMEE_UPLOAD_XML_TREE_ABA' * EXPORTING * I_DIALOGUE = 'X'.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING textline1 = text-d02 text_option1 = text-da1 text_option2 = text-di1 * ICON_TEXT_OPTION1 = ' ' * ICON_TEXT_OPTION2 = ' ' titel = text-h02 * START_COLUMN = 25 * START_ROW = 6 cancel_display = 'X' IMPORTING answer = x_answer.

DMEE_DOWNLOAD_XML_TREE_ABA CALL FUNCTION 'DMEE_DOWNLOAD_XML_TREE_ABA' EXPORTING i_treetype = dmee_head_aba-tree_type i_treeid = dmee_head_aba-tree_id i_version = x_version * I_DIALOGUE = 'X' EXCEPTIONS OTHERS = 1.

DMEE_SET_BACK_DEBUG_TABLE_ABA CALL FUNCTION 'DMEE_SET_BACK_DEBUG_TABLE_ABA' EXPORTING i_user = sy-uname.

DMEE_SET_BACK_DEBUG_TABLE_ABA CALL FUNCTION 'DMEE_SET_BACK_DEBUG_TABLE_ABA'.



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