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

MP100125 SAP ABAP INCLUDE - PBO Application System Additional Data







MP100125 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 MP100125 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 MP100125. "Basic submit
SUBMIT MP100125 AND RETURN. "Return to original report after report execution complete
SUBMIT MP100125 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: PBO Application System Additional Data


INCLUDES used within this REPORT MP100125

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:

HRCA_CONTROLLINGAREA_GETDETAIL call function 'HRCA_CONTROLLINGAREA_GETDETAIL' EXPORTING co_area = kontierung-kokrs IMPORTING name = q1001_ext-kktext EXCEPTIONS not_found = 1 others = 2.

RHPP_COMBOBOX_FOR_Q_PROFCY call function 'RHPP_COMBOBOX_FOR_Q_PROFCY' EXPORTING plvar = p1001-plvar objid = p1001-objid begda = p1001-begda endda = p1001-begda EXCEPTIONS qk_error = 1 others = 2.

RHPP_POPUP_F4_FOR_Q_PROFCY * CALL FUNCTION 'RHPP_POPUP_F4_FOR_Q_PROFCY' * EXPORTING * PLVAR = P1001-PLVAR * OBJID = P1001-OBJID * BEGDA = P1001-BEGDA * ENDDA = P1001-BEGDA * SEARK = * OLD_PROFCY = PAD31-CHARA * ONLY_DISPLAY = DISPLAY_MODE * IMPORTING * NEW_PROFCY = PAD31-CHARA * NEW_PSTEXT = T77TP-PSTEXT * EXCEPTIONS * CANCELLED = 0 * DATE_IS_INITIAL = 1 * QK_ERROR = 2 * SCALE_ERROR = 3 * OTHERS = 4.

RHPP_COMBOBOX_FOR_Q_PROFCY call function 'RHPP_COMBOBOX_FOR_Q_PROFCY' EXPORTING plvar = p1001-plvar objid = qual_objid begda = p1001-begda endda = p1001-begda EXCEPTIONS qk_error = 1 others = 2.

RHPP_POPUP_F4_FOR_Q_PROFCY * CALL FUNCTION 'RHPP_POPUP_F4_FOR_Q_PROFCY' * EXPORTING * PLVAR = P1001-PLVAR * OBJID = QUAL_OBJID * BEGDA = P1001-BEGDA * ENDDA = P1001-BEGDA * SEARK = * OLD_PROFCY = PAD31-CHARA * ONLY_DISPLAY = DISPLAY_MODE * IMPORTING * NEW_PROFCY = PAD31-CHARA * NEW_PSTEXT = T77TP-PSTEXT * EXCEPTIONS * CANCELLED = 0 * DATE_IS_INITIAL = 1 * QK_ERROR = 2 * SCALE_ERROR = 3 * OTHERS = 4.

RH_CHECK_FOR_REDUNDANCY call function 'RH_CHECK_FOR_REDUNDANCY' EXPORTING cr_plvar = p1001-plvar cr_otype = p1001-otype cr_objid = p1001-objid cr_istat = p1001-istat cr_begda = p1001-begda cr_endda = p1001-endda buffer_mode = 'X' IMPORTING cr_redun_date = red_date cr_subrc = r_subrc.

RH_PICK_EVENTTYPE_SCHEDULE call function 'RH_PICK_EVENTTYPE_SCHEDULE' EXPORTING plvar = p1001-plvar otype = itz_otype objid = itz_objid begda = p1001-begda endda = p1001-endda read_evetyp_text = 'X' fcode = 'PICK' mode = 'N' TABLES disp_schedule = itz_sched EXCEPTIONS no_object_text = 1 nothing_found = 2 others = 3.

RH_BUILD_SPLIT_DISPO_SCHEDULE call function 'RH_BUILD_SPLIT_DISPO_SCHEDULE' tables dispo_sched_in = itz_sched dispo_sched_out = skip1042a exceptions nothing_to_process.

ISIS_CONTRACT_SCREEN_GET call function 'ISIS_CONTRACT_SCREEN_GET' EXPORTING partner_sobid = p1001-sobid padic_data = padic orgunit_data = p1001 maint = t77fc-maint IMPORTING programm = is_padic_repid dynpro_nr = is_padic_dynnr.

RH_BASE_SET_ADATA_INITIAL call function 'RH_BASE_SET_ADATA_INITIAL' EXPORTING pasub = c77ar-pasub IMPORTING adata = p1001-adata EXCEPTIONS others = 0.

RH_PM_GET_BUDGET_TYPE * CALL FUNCTION 'RH_PM_GET_BUDGET_TYPE' * EXPORTING * PLVAR = p_p1001-plvar ** OTYPE = 'BU' * OBJID = convert_objid * STATUS = '1' * IMPORTING * RETURN_1500 = i_p1500 * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.

RHOM_READ_INFTY_BUFFERED CALL FUNCTION 'RHOM_READ_INFTY_BUFFERED' EXPORTING PLVAR = p_p1001-plvar OTYPE = 'BU' OBJID = convert_objid INFTY = '1500' ISTAT = '1' TABLES INFTY_DAT = it_p1500 EXCEPTIONS NO_ACTIVE_PLVAR = 1 OTHERS = 2.

RH_PM_GET_BUDGET_TYPE CALL FUNCTION 'RH_PM_GET_BUDGET_TYPE' EXPORTING PLVAR = p_p1001-plvar OBJID = convert_objid STATUS = '1' IMPORTING RETURN_1500 = i_p1500 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 MP100125 or its description.