MP017230 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 MP017230 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_READ_EE_BENEFIT_DATA call function 'HR_BEN_READ_EE_BENEFIT_DATA' exporting pernr = p0172-pernr datum = p0172-begda reaction = error_msg importing ee_benefit_data = ee_benefit_data subrc = subrc tables error_table = error_table.
HR_BEN_READ_SPENDING_PLANS call function 'HR_BEN_READ_SPENDING_PLANS' exporting pernr = p0172-pernr barea = p0172-barea pltyp = p0172-pltyp begda = p0172-codat endda = p0172-codat logicview = 'X' include_locked = 'X' desired_currency = p0172-curre reaction = no_msg importing subrc = subrc tables ex_spen_plans = ex_spen_plans error_table = error_table.
HR_BEN_MAP_CLM_STATUS_TO_FLAGS call function 'HR_BEN_MAP_CLM_STATUS_TO_FLAGS' exporting clsta = q0172-clsta reaction = no_msg importing pendg = p0172-pendg cancd = p0172-cancd agree = p0172-agree subrc = subrc tables error_table = error_table.
HR_BEN_CHECK_SPENDA_CLAIM call function 'HR_BEN_CHECK_SPENDA_CLAIM' exporting existing_claim = existing_claim operation = operation reaction = no_msg importing test_status = test_status subrc = subrc tables test_errors = test_errors error_table = error_table CHANGING spenda_claim = spenda_claim. "Note 859263
HR_BEN_GET_CURRENCY call function 'HR_BEN_GET_CURRENCY' exporting barea = p0172-barea datum = p0172-begda reaction = no_msg importing currency = p0172-curre subrc = subrc tables error_table = error_table.
HR_BEN_GET_F4_PLAN_TYPE call function 'HR_BEN_GET_F4_PLAN_TYPE' exporting barea = p0172-barea bpcat = spending_accounts dynpprog = repid dynpnr = dynnr dynprofield = 'P0172-PLTYP' display_mode = display_mode reaction = no_msg importing subrc = subrc tables error_table = error_table.
HR_BEN_GET_F4_CLAIM_STATUS call function 'HR_BEN_GET_F4_CLAIM_STATUS' exporting not_approved_allowed = not_yet_approved_allowed dynpprog = repid dynpnr = dynnr dynprofield = 'Q0172-CLSTA' display_mode = display_mode reaction = no_msg importing subrc = subrc tables error_table = error_table.
HR_BEN_GET_F4_SUBTYPE_BEN_INFT call function 'HR_BEN_GET_F4_SUBTYPE_BEN_INFT' exporting infty = pspar-infty persnr = p0172-pernr begda = rp50m-begda endda = rp50m-endda dynpprog = repid dynpnr = dynnr dynprofield = 'RP50M-SUBTY' display_mode = display_mode reaction = no_msg 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.