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
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.
Title: Form routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.