MP021230 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 MP021230 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: PAI modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_BEN_COB_GET_BENEF_DATA_DYNP call function 'HR_BEN_COB_GET_BENEF_DATA_DYNP' exporting pernr = p0212-pernr infty = p0212-infty subty = p0212-dsubt objps = p0212-dobjp datum = p0212-begda reaction = no_msg importing beneficiary_data = qb_personal_data subrc = subrc tables error_table = error_table.
HR_BEN_COB_READ_BENEF_DATA call function 'HR_BEN_COB_READ_BENEF_DATA' exporting pernr = p0212-pernr cob_subty = p0212-dsubt cob_objps = p0212-dobjp datum = p0212-begda reaction = msg_type importing qb_benefit_data = qb_benefit_data subrc = subrc tables error_table = error_table.
HR_BEN_CONVERT_OPERA_TO_ACTION call function 'HR_BEN_CONVERT_OPERA_TO_ACTION' exporting operation = psyst-ioper reaction = error_msg importing actions = actions subrc = subrc tables error_table = error_table.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'MP021200' dynumb = '2000' tables dynpfields = dynpfields.
CONVERT_DATE_TO_INTERNAL call function 'CONVERT_DATE_TO_INTERNAL' exporting date_external = dynpfields-fieldvalue importing date_internal = p0212-begda.
HR_BEN_GET_F4_COB_BENEFICIARY call function 'HR_BEN_GET_F4_COB_BENEFICIARY' exporting pernr = p0212-pernr infty = p0212-infty datum = datum display_mode = display_mode reaction = info_msg importing qb_personal_data = qb_personal_data qb_benefit_data = qb_benefit_data subrc = subrc tables error_table = error_table.
HR_BEN_GET_PLAN_TYPE call function 'HR_BEN_GET_PLAN_TYPE' exporting barea = p0212-barea bplan = p0212-bplan datum = p0212-begda reaction = no_msg importing pltyp = p0212-pltyp subrc = subrc tables error_table = error_table.
HR_BEN_COB_SUBTY_ENCODE call function 'HR_BEN_COB_SUBTY_ENCODE' exporting pernr = p0212-pernr dsubt = p0212-dsubt dobjp = p0212-dobjp pltyp = p0212-pltyp reaction = no_msg importing cptyp = cptyp subrc = subrc tables error_table = error_table.
HR_BEN_TEST_PARAM_HEALTH_BPLAN call function 'HR_BEN_TEST_PARAM_HEALTH_BPLAN' exporting health_plan = cobra_plan datum = cobra_plan-begda reaction = error_msg importing test_status = consistency_status subrc = subrc tables test_errors = consistency_errors error_table = error_table.
HR_BEN_GET_F4_PLAN call function 'HR_BEN_GET_F4_PLAN' exporting barea = p0212-barea bpcat = health datum = p0212-begda dynpprog = repid dynpnr = dynnr dynprofield = 'P0212-BPLAN' display_mode = display_mode reaction = no_msg importing bplan = p0212-bplan subrc = subrc tables error_table = error_table.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'MP021200' dynumb = dynnr_plan tables dynpfields = dynpfields.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.