SAP Reports / Programs | Cross-Application Components | Messages(CA-NO) SAP CA

MNOTIFF10 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

REUSE_ALV_VARIANT_SELECT CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT' EXPORTING I_DIALOG = ' ' * i_user_specific = g_x I_DEFAULT = G_X * I_TABNAME_HEADER = * I_TABNAME_ITEM = IT_DEFAULT_FIELDCAT = G_FIELDCAT_TAB[] I_LAYOUT = G_LAYOUT_TAB I_BUFFER_ACTIVE = G_X IMPORTING E_EXIT = P_EXIT ET_FIELDCAT = P_FIELDCAT_TAB[] * ET_SORT = * ET_FILTER = CHANGING CS_VARIANT = P_VARIANT EXCEPTIONS WRONG_INPUT = 1 FC_NOT_COMPLETE = 2 NOT_FOUND = 3 PROGRAM_ERROR = 4 OTHERS = 5.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = G_VARIANT * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = * i_save = g_a I_DISPLAY_VIA_GRID = G_X IMPORTING E_EXIT = H_EXIT ES_VARIANT = GX_VARIANT EXCEPTIONS NOT_FOUND = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = G_A CHANGING CS_VARIANT = G_VARIANT.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = G_A CHANGING CS_VARIANT = GX_VARIANT EXCEPTIONS WRONG_INPUT = 1 NOT_FOUND = 2 PROGRAM_ERROR = 3 OTHERS = 4.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = G_EVENTS_TAB.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_BYPASSING_BUFFER = g_x * i_buffer_active = g_x I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = G_FORM_SET_PF_STAT I_CALLBACK_USER_COMMAND = G_FORM_USER_COMMAND I_CALLBACK_HTML_TOP_OF_PAGE = G_FORM_TOP_OF_PAGE * I_STRUCTURE_NAME = IS_LAYOUT = G_LAYOUT_TAB IT_FIELDCAT = P_FIELDCAT_TAB[] * it_excluding = IT_SPECIAL_GROUPS = G_FIELDGROUPS_TAB[] IT_SORT = G_SORTFIELDS_TAB[] IT_FILTER = G_FILTER_TAB[] * is_sel_hide = * i_default = * i_save = g_variant_save I_SAVE = G_A IS_VARIANT = G_VARIANT IT_EVENTS = G_EVENTS_TAB[] IT_EVENT_EXIT = G_EVENT_EXIT_TAB[] IS_PRINT = G_PRINT_TAB I_SCREEN_START_COLUMN = G_SCREEN_START_COLUMN I_SCREEN_START_LINE = G_SCREEN_START_LINE I_SCREEN_END_COLUMN = G_SCREEN_END_COLUMN I_SCREEN_END_LINE = G_SCREEN_END_LINE IT_HYPERLINK = G_HYPER_TAB IT_ADD_FIELDCAT = G_FIELDCAT2_TAB IMPORTING E_EXIT_CAUSED_BY_CALLER = L_EXIT_CAUSED_BY_CALLER ES_EXIT_CAUSED_BY_USER = L_EXIT_CAUSED_BY_USER TABLES T_OUTTAB = P_OBJECT_TAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 100 * TEXT = TEXT-001 "'Die Daten werden neu gelesen' EXCEPTIONS OTHERS = 0.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = L_REPORTID TABLES SELECTION_TABLE = T_SEL_TAB.

RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING CURR_REPORT = L_REPORTID MODE_WRITE_OR_MOVE = 'M' IMPORTING P_TRANGE = L_TRANGE EXCEPTIONS NOT_FOUND = 1.

FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING FIELD_RANGES = L_TRANGE IMPORTING EXPRESSIONS = L_TEXPR.

REUSE_ALV_GRID_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET' IMPORTING ES_LAYOUT = G_LAYOUT_TAB ET_FIELDCAT = G_FIELDCAT_TAB[] ET_SORT = G_SORTFIELDS_TAB[] ET_FILTER = G_FILTER_TAB[] * ES_GRID_SCROLL = ES_VARIANT = G_VARIANT ET_FILTERED_ENTRIES = G_FILTERED_ENTRIES_TAB[] EXCEPTIONS NO_INFOS = 1 PROGRAM_ERROR = 2 OTHERS = 3.

STATUS_TEXT_EDIT_LONG CALL FUNCTION 'STATUS_TEXT_EDIT_LONG' EXPORTING CLIENT = SY-MANDT FLG_USER_STAT = 'X' OBJNR = P_OBJNR SPRAS = SY-LANGU IMPORTING LINE_LONG = L_SYST_LONG USER_LINE_LONG = L_USER_LONG EXCEPTIONS OBJECT_NOT_FOUND = 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 MNOTIFF10 or its description.