SAP Reports / Programs | Personnel Management | Organizational Structure | Staffing(PA-OS-ST) SAP PA

MP100740 SAP ABAP INCLUDE - Include LRHBF_2F01







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


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

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:

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.



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