SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

MPPAUTPD SAP ABAP INCLUDE - documentation and ABAP source code







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

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_CHECK_PERSON_INTEGRATED CALL FUNCTION 'RH_CHECK_PERSON_INTEGRATED' EXPORTING IT0001 = P_P0001 PI_TCLAS = 'A' CHECKBEGDA = P_P0001-BEGDA CHECKENDDA = P_P0001-ENDDA CHECKPERSON = P_PERNR TABLES PERSON_INTE_TAB = PERSON_INTE_TAB EXCEPTIONS PARAMETERS_MISSING = 1 CHECKENDDA_LT_CHECKBEGDA = 2 MOLGA_NOT_FOUND = 3 PERSON_NOT_FOUND = 4 ERROR_READ_FEATURE = 5 INTERNAL_ERROR = 6 OTHERS = 7.

RH_CHECK_PERSON_INTEGRATED CALL FUNCTION 'RH_CHECK_PERSON_INTEGRATED' EXPORTING * IT0001 = PI_TCLAS = 'A' CHECKBEGDA = HR_LOW_DATE CHECKENDDA = HR_HIGH_DATE CHECKPERSON = P_PERNR TABLES PERSON_INTE_TAB = PERSON_INTE_TAB EXCEPTIONS PARAMETERS_MISSING = 1 CHECKENDDA_LT_CHECKBEGDA = 2 MOLGA_NOT_FOUND = 3 PERSON_NOT_FOUND = 4 ERROR_READ_FEATURE = 5 INTERNAL_ERROR = 6 OTHERS = 7.

RH_AUTHORITY_CHECK_FROM_ADMIN CALL FUNCTION 'RH_AUTHORITY_CHECK_FROM_ADMIN' EXPORTING PERNR = P_PERNR BEGDA = HR_LOW_DATE ENDDA = HR_HIGH_DATE MAINT = 0 " read access TCLAS = P_TCLAS TABLES * PERIODS = BUFFER_PERIODS_R "XYVN161191 PERIODS = AUTHORITY_PERIODS_PD "XYVN161191 EXCEPTIONS NO_PD_AUTHORITY = 4.

RH_AUTHORITY_CHECK_FROM_ADMIN CALL FUNCTION 'RH_AUTHORITY_CHECK_FROM_ADMIN' EXPORTING PERNR = P_PERNR BEGDA = HR_LOW_DATE ENDDA = HR_HIGH_DATE MAINT = 1 " write access TCLAS = P_TCLAS TABLES * PERIODS = BUFFER_PERIODS_W "XYVN161191 PERIODS = AUTHORITY_PERIODS_PD "XYVN161191 EXCEPTIONS NO_PD_AUTHORITY = 4.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' * EXPORTING * ASK_PLVAR_DIALOG = ' ' IMPORTING ACT_PLVAR = PLVAR EXCEPTIONS * NO_ACTIVE_PLVAR = 1 * OTHERS = 2.

RH_STRU_AUTHORITY_CHECK CALL FUNCTION 'RH_STRU_AUTHORITY_CHECK' EXPORTING FCODE = FCODE PLVAR = PLVAR OTYPE = 'O' OBJID = P_ORGEH WITH_BASE_AC = SPACE EXCEPTIONS NO_STRU_AUTHORITY = 1 NO_STRU_AUTHORITY_HYPER = 2 NO_STRU_AUTHORITY_AT_ALL = 3 NO_BASE_AUTHORITY = 4 OTHERS = 5.

RH_INTEGRATION_CHECK CALL FUNCTION 'RH_INTEGRATION_CHECK' IMPORTING * COST_INTEGRATION = * INTEGRATED_PLVAR = ORG_INTEGRATION = L_ORG_INTEGRATION * PPS_INTEGRATION = * QUAL_INTEGRATION = * TIME_INTEGRATION = * APPNT_INTEGRATION = .



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