SAP Reports / Programs | Material Categories | Defense Forces and Public Security | Material Categories(IS-DFS-OF-MPO) SAP IS

/ISDFPS/MPO_MASSUPDATEF02 SAP ABAP INCLUDE - /ISDFPS/MPOMASSUPDATEF02







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

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_DOUBLE_ALV CALL FUNCTION 'REUSE_DOUBLE_ALV' EXPORTING i_title_left = text-004 i_title_right = text-009 i_popup_title = text-010 is_layout_double_alv = gs_layout_double_alv * IT_SP_GROUP = * i_display_only = * IS_STABLE = * IMPORTING * E_CANCELLED = TABLES t_leftx = lt_left t_rightx = lt_right.

/ISDFPS/OM_MCHG_STRUCTURE CALL FUNCTION '/ISDFPS/OM_MCHG_STRUCTURE' EXPORTING im_field_catalog = it_fieldcatalog IMPORTING ex_ref_to_struct = lp_ref_to_struct ex_tab_ref_of_struct = lp_ref_to_tab_of_struct EXCEPTIONS generation_error = 1 OTHERS = 2.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = 'Status'(t04) i_selection = 'X' * I_ALLOW_NO_SELECTION = i_zebra = 'X' * i_screen_start_column = 10 * i_screen_start_line = 20 * i_screen_end_column = 60 * i_screen_end_line = 30 * I_CHECKBOX_FIELDNAME = * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_tabname = 'lt_status_next' i_structure_name = '/ISDFPS/PPESTATUS_NEXT' * IT_FIELDCAT = * IT_EXCLUDING = * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = * IS_PRIVATE = IMPORTING es_selfield = ls_selfield e_exit = lv_exit TABLES t_outtab = lt_status_next EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = 'Status'(t04) i_selection = 'X' * I_ALLOW_NO_SELECTION = i_zebra = 'X' * i_screen_start_column = 10 * i_screen_start_line = 20 * i_screen_end_column = 60 * i_screen_end_line = 30 * I_CHECKBOX_FIELDNAME = * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_tabname = 'lt_output_status' "n_1452076 i_structure_name = '/ISDFPS/PPESTATUS_NEXT' * IT_FIELDCAT = * IT_EXCLUDING = * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = * IS_PRIVATE = IMPORTING es_selfield = ls_selfield e_exit = lv_exit TABLES t_outtab = lt_output_status "n_1452076 EXCEPTIONS program_error = 1 OTHERS = 2.



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 /ISDFPS/MPO_MASSUPDATEF02 or its description.