SAP Reports / Programs | Cross-Application Components | General Application Functions(CA-GTF) SAP CA

MBA01F01 SAP ABAP INCLUDE - Include MBA01F01







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


INCLUDES used within this REPORT MBA01F01

ON CHANGE OF RESTABHELP-TEXT4.


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_TREE_GET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_GET_CURRENT_LAYOUT' IMPORTING list_column = column list_line = row TABLES layout = layout.

RS_TREE_PUSH CALL FUNCTION 'RS_TREE_PUSH' EXCEPTIONS OTHERS = 1.

BAM1_DISPLAY_ANALYSE_RESULTS CALL FUNCTION 'BAM1_DISPLAY_ANALYSE_RESULTS' EXPORTING program_name = program_name program_text = nodes-text7 only_modified = onl_mod appl = appl seqno = seqno date = date TABLES restab = restab EXCEPTIONS OTHERS = 1.

RS_TREE_POP CALL FUNCTION 'RS_TREE_POP' EXCEPTIONS OTHERS = 1.

RS_TREE_SET_CURRENT_TREE CALL FUNCTION 'RS_TREE_SET_CURRENT_TREE' TABLES nodeinfo = treelist EXCEPTIONS OTHERS = 1.

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = treelist-id EXCEPTIONS not_found = 1 OTHERS = 2.

RS_TREE_SET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_SET_CURRENT_LAYOUT' EXPORTING list_column = column list_line = row TABLES layout = layout.

RS_EDTR_SHOW CALL FUNCTION 'RS_EDTR_SHOW' EXPORTING editor_line = line * INCLUDENAME = ' ' * NAME = ' ' program = program i_type = 'R' EXCEPTIONS doesnt_exist = 1 not_executed = 2 OTHERS = 3.

RS_EDTR_SHOW CALL FUNCTION 'RS_EDTR_SHOW' EXPORTING * EDITOR_LINE = 1 * INCLUDENAME = ' ' name = form program = program i_type = 'U' EXCEPTIONS doesnt_exist = 1 not_executed = 2 OTHERS = 3.

RS_NAVIGATION_MONITOR_ACTIVATE CALL FUNCTION 'RS_NAVIGATION_MONITOR_ACTIVATE' IMPORTING fcode = fcode EXCEPTIONS monitor_already_exist = 1 exception_occured = 2 OTHERS = 3.

CALL FUNCTION restabhelp-text(13) = 'CALL FUNCTION' OR restabhelp-text(8) = 'CALL TRA'.

BM_EU_TREE_CONSTRUCT CALL FUNCTION 'BM_EU_TREE_CONSTRUCT' EXPORTING levels = 0 * DISPLAY_NAME = ' ' * DISPLAY_TEXT = ' ' * DISPLAY_TEXT1 = 'X' * DISPLAY_TEXT2 = ' ' * DISPLAY_TEXT3 = ' ' root_node = rn * CUST = ' ' * EXCLS = * WITH_FUNCTIONS = ' ' * MODEL_TYP = 'HT' TABLES nodetab = nodes EXCEPTIONS OTHERS = 1.

BM_EU_TREE_CONSTRUCT CALL FUNCTION 'BM_EU_TREE_CONSTRUCT' EXPORTING levels = 0 * DISPLAY_NAME = ' ' * DISPLAY_TEXT = ' ' * DISPLAY_TEXT1 = 'X' * DISPLAY_TEXT2 = ' ' * DISPLAY_TEXT3 = ' ' root_node = mainnode * CUST = ' ' * EXCLS = * WITH_FUNCTIONS = ' ' * MODEL_TYP = 'HT' TABLES nodetab = nodes EXCEPTIONS OTHERS = 1.



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