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

MP037740 SAP ABAP INCLUDE - Form routines







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

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_READ_DEP_BEN_INDICATORS CALL FUNCTION 'HR_BEN_READ_DEP_BEN_INDICATORS' EXPORTING barea = barea bplan = bplan datum = begda reaction = no_msg IMPORTING depyn = depyn benyn = benyn ctgyn = ctgyn subrc = subrc TABLES error_table = error_table.

HR_BEN_GET_KEY_DATE CALL FUNCTION 'HR_BEN_GET_KEY_DATE' EXPORTING begda = p0377-begda endda = p0377-endda reaction = no_msg IMPORTING keydt = q0377-covdt TABLES error_table = error_table.

HR_BEN_GET_CURRENCY CALL FUNCTION 'HR_BEN_GET_CURRENCY' EXPORTING barea = p0377-barea datum = q0377-covdt reaction = no_msg IMPORTING currency = q0377-curr1 subrc = subrc TABLES error_table = error_table.

HR_BEN_GET_RULE_COVERAGE CALL FUNCTION 'HR_BEN_GET_RULE_COVERAGE' EXPORTING ee_benefit_data = ee_benefit_data coverage_formula = h74fb datum = q0377-covdt desired_curre = q0377-curr1 reaction = no_msg IMPORTING coverage_rule = h74fc 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 = p0377-bplan cutoff_month = h74fb-bsalm cutoff_day = h74fb-bsald currency = q0377-curr1 datum = q0377-covdt gp_reason = hrben_gprsn_coverage reaction = no_msg IMPORTING benefit_salary = q0377-bensl subrc = subrc TABLES error_table = error_table.

HR_BEN_CONVERT_CURRENCY CALL FUNCTION 'HR_BEN_CONVERT_CURRENCY' EXPORTING old_amount = p0377-salov old_curre = p0377-curre new_curre = q0377-curr1 datum = q0377-covdt reaction = no_msg IMPORTING new_amount = ben_salary_coverage subrc = subrc TABLES error_table = error_table.

HR_BEN_EVAL_AMOUNT CALL FUNCTION 'HR_BEN_EVAL_AMOUNT' EXPORTING flat_amount = h74fc-covam fctr_amount = ben_salary_coverage factor = h74fc-covfa rounding_rule = h74fc-covrl rounding_divisor = h74fc-covrn reaction = no_msg IMPORTING evaluated_amount = q0377-bscov subrc = subrc TABLES error_table = error_table.

HR_BEN_CALC_COVERAGE_AMOUNT CALL FUNCTION 'HR_BEN_CALC_COVERAGE_AMOUNT' EXPORTING coverage_rule = h74fc benefit_salary = ben_salary_coverage additional_units = p0377-addno out_curre = q0377-curr1 datum = q0377-covdt reaction = no_msg IMPORTING coverage_amount = q0377-covam subrc = subrc TABLES error_table = error_table.

HR_BEN_CONVERT_CURRENCY CALL FUNCTION 'HR_BEN_CONVERT_CURRENCY' EXPORTING old_amount = p0377-covov old_curre = p0377-curre new_curre = q0377-curr1 datum = q0377-covdt reaction = no_msg IMPORTING new_amount = cover_amount subrc = subrc TABLES error_table = error_table.

HR_BEN_GET_KEY_DATE CALL FUNCTION 'HR_BEN_GET_KEY_DATE' EXPORTING begda = p0377-begda endda = p0377-endda reaction = no_msg IMPORTING keydt = q0377-cstdt TABLES error_table = error_table.

HR_BEN_GET_CURRENCY CALL FUNCTION 'HR_BEN_GET_CURRENCY' EXPORTING barea = p0377-barea datum = q0377-cstdt reaction = no_msg IMPORTING currency = curre subrc = subrc TABLES error_table = error_table.

HR_BEN_GET_PLAN_PERIOD CALL FUNCTION 'HR_BEN_GET_PLAN_PERIOD' EXPORTING pernr = p0377-pernr barea = p0377-barea bplan = p0377-bplan validity_date = q0377-cstdt reaction = no_msg IMPORTING plan_period = eeper subrc = subrc TABLES error_table = error_table.

HR_BEN_GET_PLAN_COST CALL FUNCTION 'HR_BEN_GET_PLAN_COST' EXPORTING ee_benefit_data = ee_benefit_data bplan = p0377-bplan bcost = h74fl-bcost datum = q0377-cstdt cover = cover_amount out_period = q0377-eeper out_curre = q0377-curr5 reaction = no_msg IMPORTING eecst = q0377-eecst ercst = q0377-ercst accst = q0377-accst flxcr = q0377-flxcr 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 = q0377-cstdt 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 = p0377-bplan cutoff_month = h74fj-bsalm cutoff_day = h74fj-bsald currency = q0377-curr8 datum = q0377-cstdt gp_reason = hrben_gprsn_credit reaction = no_msg IMPORTING benefit_salary = ben_salary_credit 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 = p0377-bplan bcred = h74fl-bcred datum = q0377-cstdt bensl = ben_salary_credit out_period = q0377-eeper out_curre = q0377-curr8 reaction = no_msg IMPORTING cramt = q0377-cramt subrc = subrc TABLES error_table = error_table.

HR_BEN_GET_RULE_EE_CONTRIB CALL FUNCTION 'HR_BEN_GET_RULE_EE_CONTRIB' EXPORTING ee_benefit_data = ee_benefit_data ee_contrib_formula = h74fg datum = p0377-begda reaction = no_msg IMPORTING ee_contrib_rule = h74fh 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 MP037740 or its description.