MP100740 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 MP100740 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_MOVE_P1007_TO_T750X CALL FUNCTION 'RH_MOVE_P1007_TO_T750X' EXPORTING in_p1007 = p1007 in_t750x = t750x IMPORTING out_t750x = t750x EXCEPTIONS OTHERS = 0.
RP_APPL_VAC_MAINT CALL FUNCTION 'RP_APPL_VAC_MAINT' EXPORTING act_status = 'P' no_percentages = no_percentages CHANGING plan_fcode = fcode maint_t750x = t750x EXCEPTIONS plan_only = 1 no_vacancy = 2 no_enqueue = 3 no_authority = 4 OTHERS = 5.
RHOM_GET_UPDATE_FLAGS_FOR_BUFF CALL FUNCTION 'RHOM_GET_UPDATE_FLAGS_FOR_BUFF' IMPORTING flags = my_flags.
RP_APPL_CHECK_READ_RESRF CALL FUNCTION 'RP_APPL_CHECK_READ_RESRF' EXPORTING resrf = p1007-resrf EXCEPTIONS no_resrf_given = 1 error_t526 = 2 error_pinch = 3 OTHERS = 4.
RP_APPL_CHECK_READ_RESPO CALL FUNCTION 'RP_APPL_CHECK_READ_RESPO' EXPORTING respo = p1007-respo vacancy_begda = p1007-begda vacancy_endda = p1007-endda IMPORTING type_of_reaction = type_of_reaction EXCEPTIONS no_integration = 1 respo_not_found = 2 error_prelr = 3 no_respo_given = 4 respo_not_active = 5 OTHERS = 6.
RP_APPL_F4_RESRF CALL FUNCTION 'RP_APPL_F4_RESRF' CHANGING search_resrf = p1007-resrf EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.