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

MABADR100 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

ABADR_CHECK_EXIT_ACTIVE CALL FUNCTION 'ABADR_CHECK_EXIT_ACTIVE' EXPORTING i_enhancement = e_user_exit_info-name IMPORTING e_project = e_user_exit_info-project e_is_active = e_user_exit_info-is_active.

SXS_IMG_BADI_IMPLEMENTATION CALL FUNCTION 'SXS_IMG_BADI_IMPLEMENTATION' EXPORTING exit_name = exit_name EXCEPTIONS OTHERS = 0.

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_request_types = 'K' iv_cli_dep = 'X' * IV_REQUEST = ' ' it_e071 = order-tab_e071 it_e071k = order-tab_e071k iv_lock_objects = ' ' * IV_TITLE = * IV_START_COLUMN = 3 * IV_START_ROW = 7 * IMPORTING * ES_REQUEST = EXCEPTIONS invalid_request = 1 invalid_request_type = 2 user_not_owner = 4 no_objects_appended = 5 enqueue_error = 6 cancelled_by_user = 7 recursive_call = 8 OTHERS = 9.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' EXPORTING iv_no_show_option = 'X' IMPORTING we_order = i_order-order we_task = i_order-task we_objects_appendable = objects_appendable TABLES wt_ko200 = i_order-tab_ko200 wt_e071k = i_order-tab_e071k EXCEPTIONS OTHERS = 1.

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_request_types = 'K' iv_cli_dep = 'X' * IV_REQUEST = ' ' it_e071 = order-tab_e071 it_e071k = order-tab_e071k iv_lock_objects = 'X' * IV_TITLE = * IV_START_COLUMN = 3 * IV_START_ROW = 7 * IMPORTING * ES_REQUEST = EXCEPTIONS invalid_request = 1 invalid_request_type = 2 user_not_owner = 4 no_objects_appended = 5 enqueue_error = 6 cancelled_by_user = 7 recursive_call = 8 OTHERS = 9.

TR_TASK_OVERVIEW CALL FUNCTION 'TR_TASK_OVERVIEW'.

ABAD0_CHECK_IF_DATA_EXISTS CALL FUNCTION 'ABAD0_CHECK_IF_DATA_EXISTS' EXPORTING i_tablename = tablename IMPORTING e_data_exist = subrc 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 MABADR100 or its description.