SAP Reports / Programs | Personnel Management | Benefits(PA-BN) SAP PA

MP023640 SAP ABAP INCLUDE - Form routines







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


Text pool values


Title: Form routines


INCLUDES used within this REPORT MP023640

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:

HR_BEN_GET_KEY_DATE CALL FUNCTION 'HR_BEN_GET_KEY_DATE' EXPORTING BEGDA = P0236-BEGDA ENDDA = P0236-ENDDA REACTION = NO_MSG IMPORTING KEYDT = Q0236-CRDDT TABLES ERROR_TABLE = ERROR_TABLE.

HR_BEN_GET_CURRENCY CALL FUNCTION 'HR_BEN_GET_CURRENCY' EXPORTING BAREA = P0236-BAREA DATUM = Q0236-CRDDT REACTION = NO_MSG IMPORTING CURRENCY = Q0236-CURR1 SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE.

HR_BEN_GET_PLAN_PERIOD CALL FUNCTION 'HR_BEN_GET_PLAN_PERIOD' EXPORTING PERNR = P0236-PERNR BAREA = P0236-BAREA BPLAN = P0236-BPLAN VALIDITY_DATE = Q0236-CRDDT REACTION = NO_MSG IMPORTING PLAN_PERIOD = EEPER SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE.

HR_BEN_GET_RULE_CREDIT CALL FUNCTION 'HR_BEN_GET_RULE_CREDIT' EXPORTING EE_BENEFIT_DATA = EE_BENEFIT_DATA CREDIT_FORMULA = H74FJ DATUM = Q0236-CRDDT REACTION = NO_MSG IMPORTING CREDIT_RULE = H74FK SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE.

HR_BEN_GET_PLAN_SALARY CALL FUNCTION 'HR_BEN_GET_PLAN_SALARY' EXPORTING EE_BEN_DATA = EE_BENEFIT_DATA BPLAN = P0236-BPLAN CUTOFF_MONTH = H74FJ-BSALM CUTOFF_DAY = H74FJ-BSALD CURRENCY = Q0236-CURR1 DATUM = Q0236-CRDDT GP_REASON = HRBEN_GPRSN_CREDIT REACTION = NO_MSG IMPORTING BENEFIT_SALARY = Q0236-BENSL SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE.

HR_BEN_GET_PLAN_CREDIT CALL FUNCTION 'HR_BEN_GET_PLAN_CREDIT' EXPORTING EE_BENEFIT_DATA = EE_BENEFIT_DATA BPLAN = P0236-BPLAN BCRED = H74FJ-BCRED DATUM = Q0236-CRDDT BENSL = Q0236-BENSL OUT_PERIOD = Q0236-EEPER OUT_CURRE = Q0236-CURR1 REACTION = NO_MSG IMPORTING CRAMT = Q0236-CRAMT SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE.



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