SAP Reports / Programs | Personnel Management | Compensation Management | Personnel Cost Planning(PA-CM-CP) SAP PA

MH5AKF70 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_CPCALC_UPDATE_CO_INFO CALL FUNCTION 'RH_CPCALC_UPDATE_CO_INFO' EXPORTING PLAN_PLVAR = PPCST-PLVAR PLAN_VERSN = PPCST-VERSN PLAN_BEGDA = PPCST-BEGO PLAN_ENDDA = PPCST-ENDO PLAN_VNAME = PPCST-VNAME PLAN_CURCY = PPCST-CURCY * PLAN_CURDT = SY-DATUM PLAN_CURTY = S0_CURTY TABLES COST_PER_COST_CENTER = P_COST_PER_COST_CENTER EXCEPTIONS OTHERS = 1.

HR_WRITE_PC_VNAME_COMPLETE CALL FUNCTION 'HR_WRITE_PC_VNAME_COMPLETE' EXPORTING PCL5_ADMIN = PCL5_ADMIN T77KT_VTEXT = T77KT-VTEXT VTEXT_UPDATE = 'X' * COMMIT_WORK = 'X' TABLES COST_PER_COST_CENTER = P_COST_PER_COST_CENTER COST_TAB = P_COST_TAB ORG_COST = P_ORG_COST ORG_CTYPE = P_ORG_CTYPE ORG_TEXT = P_ORG_TEXT POS_COST = P_POS_COST POS_TEXT = P_POS_TEXT EXCEPTIONS DATA_NOT_SAVED = 1 OTHERS = 2.

HR_RELEASE_VERSION_WITH_CHECK #R3 CALL FUNCTION 'HR_RELEASE_VERSION_WITH_CHECK' "VIFK83728 #R3 EXPORTING HR_PLVAR = PPCST-PLVAR "VIFK83728 #R3 HR_VERSN = PPCST-VERSN "VIFK83728 #R3 HR_BEGDA = PPCST-BEGO "VIFK83728 #R3 HR_ENDDA = PPCST-ENDO "VIFK83728 #R3 HR_VNAME = PPCST-VNAME "VIFK83728 #R3 HR_MODUS = 'P' "VIFK83728 #R3 IMPORTING HR_RELEASE_SUBRC = SUBRC "VIFK83728 TABLES COST_PER_COST_CENTER_VNAME = P_COST_PER_COST_CENTER ORG_TEXT_VNAME = P_ORG_TEXT ORG_COST_VNAME = P_ORG_COST COST_TAB_VNAME = P_COST_TAB.

RH_CPCALC_UPDATE_POS_COST CALL FUNCTION 'RH_CPCALC_UPDATE_POS_COST' EXPORTING OTYPE = POS_C_INC-OTYPE OBJID = POS_C_INC-OBJID CTYPE = POS_C_INC-CTYPE DIRCT = POS_C_INC-DIRCT VUNIT = POS_C_INC-DUNIT DBUDG = POS_C_INC-DBUDG ABART = POS_C_INC-ABART BEGDA = POS_C_INC-BEGDA ENDDA = POS_C_INC-ENDDA PERIOD_BEGDA = PPCST-BEGO PERIOD_ENDDA = PPCST-ENDO TABLES POS_COST = PART_POS_COST EXCEPTIONS OTHERS = 1.



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