SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Customer Enhancements(BC-DWB-CEX) SAP BC

MSEXIF02 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

SXO_BADI_READ CALL FUNCTION 'SXO_BADI_READ' EXPORTING exit_name = p_name maint_langu = maint_langu IMPORTING badi = badi mast_langu = mast_langu ext_clname = rsexscrn-ext_clname filter_obj = filter_obj TABLES fcodes = comp_fcode_h cocos = comp_coco_h intas = comp_table_h scrns = comp_screen_h methods = comp_method_h inactive_tabstrips = state-inactive_tabstrips EXCEPTIONS read_failure = 1 OTHERS = 2.

SXO_IMPL_FOR_BADI_READ CALL FUNCTION 'SXO_IMPL_FOR_BADI_READ' EXPORTING imp_name = rsexscrn-imp_name exit_name = rsexscrn-exit_name maint_langu = maint_langu inter_name = rsexscrn-inter_name filter_obj = filter_obj IMPORTING impl = impl filter_values_obj = filter_values_obj mast_langu = mast_langu TABLES fcodes = comp_fcode_h cocos = comp_coco_h intas = comp_table_h scrns = comp_screen_h CHANGING methods = comp_method_h[] EXCEPTIONS read_failure = 1 OTHERS = 2.

SXV_EXIT_EXISTS CALL FUNCTION 'SXV_EXIT_EXISTS' EXPORTING exit_name = name EXCEPTIONS not_existing = 1 no_sxs_inter_entry = 2 exit_interface_not_existing = 3 category_conflict = 4 OTHERS = 5.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING object = name object_class = seex_def_ob_class mode = answer global_lock = seex_true master_language = mast_langu extend = seex_false korrnum = p_korrnum suppress_dialog = no_dialog IMPORTING devclass = rsexscrn-devclass korrnum = korrnum EXCEPTIONS cancelled = 1 permission_failure = 2 unknown_objectclass = 3 OTHERS = 4.

SXV_IMP_EXISTS CALL FUNCTION 'SXV_IMP_EXISTS' EXPORTING imp_name = name EXCEPTIONS not_existing = 1 OTHERS = 2.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING object = name object_class = seex_imp_ob_class mode = answer global_lock = seex_true master_language = mast_langu extend = seex_true korrnum = p_korrnum suppress_dialog = no_dialog IMPORTING devclass = rsexscrn-devclass korrnum = korrnum EXCEPTIONS cancelled = 1 permission_failure = 2 unknown_objectclass = 3 OTHERS = 4.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = prog dynumb = sy-dynnr TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.



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