BENOVIEWF01 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 BENOVIEWF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_BEN_READ_CREDIT_PLANS CALL FUNCTION 'HR_BEN_READ_CREDIT_PLANS' EXPORTING pernr = ee_benefit_data-pernr barea = ee_benefit_data-barea begda = datum endda = datum logicview = ' ' include_locked = false reaction = no_msg IMPORTING subrc = subrc TABLES ex_cred_plans = credit_plans error_table = error_table.
HR_BEN_READ_HEALTH_PLANS CALL FUNCTION 'HR_BEN_READ_HEALTH_PLANS' EXPORTING pernr = ee_benefit_data-pernr barea = ee_benefit_data-barea begda = datum endda = datum logicview = ' ' include_locked = false reaction = no_msg IMPORTING subrc = subrc TABLES ex_heal_plans = health_plans error_table = error_table.
HR_BEN_READ_DEPENDENTS CALL FUNCTION 'HR_BEN_READ_DEPENDENTS' EXPORTING ee_benefit_data = ee_benefit_data bpcat = health_plans-bpcat pltyp = health_plans-pltyp bplan = health_plans-bplan begda = datum endda = datum logicview = true reaction = no_msg IMPORTING subrc = subrc TABLES existing_dep = health_depend error_table = error_table.
HR_BEN_READ_INSURANCE_PLANS CALL FUNCTION 'HR_BEN_READ_INSURANCE_PLANS' EXPORTING pernr = ee_benefit_data-pernr barea = ee_benefit_data-barea begda = datum endda = datum logicview = ' ' include_locked = false reaction = no_msg IMPORTING subrc = subrc TABLES ex_insu_plans = insure_plans error_table = error_table.
HR_BEN_READ_BENEFICIARIES CALL FUNCTION 'HR_BEN_READ_BENEFICIARIES' EXPORTING ee_benefit_data = ee_benefit_data bpcat = insure_plans-bpcat pltyp = insure_plans-pltyp bplan = insure_plans-bplan begda = datum endda = datum logicview = true reaction = no_msg IMPORTING subrc = subrc TABLES existing_ben = insure_benefi error_table = error_table.
HR_BEN_READ_SAVINGS_PLANS CALL FUNCTION 'HR_BEN_READ_SAVINGS_PLANS' EXPORTING pernr = ee_benefit_data-pernr barea = ee_benefit_data-barea begda = datum endda = datum logicview = ' ' include_locked = false reaction = no_msg IMPORTING subrc = subrc TABLES ex_save_plans = saving_plans error_table = error_table.
HR_BEN_READ_BENEFICIARIES CALL FUNCTION 'HR_BEN_READ_BENEFICIARIES' EXPORTING ee_benefit_data = ee_benefit_data bpcat = saving_plans-bpcat pltyp = saving_plans-pltyp bplan = saving_plans-bplan begda = datum endda = datum logicview = true reaction = no_msg IMPORTING subrc = subrc TABLES existing_ben = saving_benefi error_table = error_table.
HR_BEN_READ_INVESTMENTS CALL FUNCTION 'HR_BEN_READ_INVESTMENTS' EXPORTING ee_benefit_data = ee_benefit_data bpcat = saving_plans-bpcat pltyp = saving_plans-pltyp bplan = saving_plans-bplan begda = datum endda = datum logicview = true reaction = no_msg IMPORTING subrc = subrc TABLES existing_inv = saving_invest error_table = error_table.
HR_BEN_READ_SPENDING_PLANS CALL FUNCTION 'HR_BEN_READ_SPENDING_PLANS' EXPORTING pernr = ee_benefit_data-pernr barea = ee_benefit_data-barea begda = datum endda = datum logicview = ' ' include_locked = false reaction = no_msg IMPORTING subrc = subrc TABLES ex_spen_plans = spenda_plans error_table = error_table.
HR_BEN_GET_TEXT_DOMVALUE CALL FUNCTION 'HR_BEN_GET_TEXT_DOMVALUE' EXPORTING domname = 'PFREQ' domvalue = ben_data-perio reaction = no_msg IMPORTING text = ben_data-txt_period subrc = subrc TABLES error_table = error_table.
HR_BEN_READ_MISCEL_PLANS CALL FUNCTION 'HR_BEN_READ_MISCEL_PLANS' EXPORTING pernr = ee_benefit_data-pernr barea = ee_benefit_data-barea begda = datum endda = datum logicview = ' ' include_locked = false reaction = no_msg IMPORTING subrc = subrc TABLES ex_misc_plans = miscel_plans error_table = error_table.
HR_BEN_READ_DEPENDENTS CALL FUNCTION 'HR_BEN_READ_DEPENDENTS' EXPORTING ee_benefit_data = ee_benefit_data bpcat = miscel_plans-bpcat pltyp = miscel_plans-pltyp bplan = miscel_plans-bplan begda = datum endda = datum logicview = true reaction = no_msg IMPORTING subrc = subrc TABLES existing_dep = miscel_depend error_table = error_table.
HR_BEN_READ_BENEFICIARIES CALL FUNCTION 'HR_BEN_READ_BENEFICIARIES' EXPORTING ee_benefit_data = ee_benefit_data bpcat = miscel_plans-bpcat pltyp = miscel_plans-pltyp bplan = miscel_plans-bplan begda = datum endda = datum logicview = true reaction = no_msg IMPORTING subrc = subrc TABLES existing_ben = miscel_benefi error_table = error_table.
HR_BEN_READ_INVESTMENTS CALL FUNCTION 'HR_BEN_READ_INVESTMENTS' EXPORTING ee_benefit_data = ee_benefit_data bpcat = miscel_plans-bpcat pltyp = miscel_plans-pltyp bplan = miscel_plans-bplan begda = datum endda = datum logicview = true reaction = no_msg IMPORTING subrc = subrc TABLES existing_inv = miscel_invest error_table = error_table.
HR_BEN_READ_STOCKP_PLANS CALL FUNCTION 'HR_BEN_READ_STOCKP_PLANS' EXPORTING pernr = ee_benefit_data-pernr barea = ee_benefit_data-barea begda = datum endda = datum logicview = ' ' include_locked = false reaction = no_msg IMPORTING subrc = subrc TABLES ex_stck_plans = stockp_plans error_table = error_table.
HR_BEN_READ_BENEFICIARIES CALL FUNCTION 'HR_BEN_READ_BENEFICIARIES' EXPORTING ee_benefit_data = ee_benefit_data bpcat = stockp_plans-bpcat pltyp = stockp_plans-pltyp bplan = stockp_plans-bplan begda = datum endda = datum logicview = true reaction = no_msg IMPORTING subrc = subrc TABLES existing_ben = stockp_benefi error_table = error_table.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0171' begda = datum endda = datum TABLES infty_tab = i0171.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0001' begda = datum endda = datum TABLES infty_tab = i0001.
CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0002' begda = datum endda = datum TABLES infty_tab = i0002.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0021' begda = datum endda = datum TABLES infty_tab = i0021.
HR_BEN_GET_ENTRY_DATE CALL FUNCTION 'HR_BEN_GET_ENTRY_DATE' EXPORTING pernr = pernr datum = datum reaction = no_msg IMPORTING entry_date = prelq-hiredate subrc = subrc TABLES error_table = error_table.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr msg_class = 'HRBEN00LISTREPORTS' msg_number = '003' severity = 4 reaction = no_msg TABLES error_table = error_table.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr msg_class = 'HRBEN00LISTREPORTS' msg_number = '003' severity = 4 reaction = no_msg TABLES error_table = error_table.
HR_BEN_READ_INFOTYPES CALL FUNCTION 'HR_BEN_READ_INFOTYPES' EXPORTING pernr = pernr begda = barc_begda endda = barc_endda IMPORTING subrc = subrc TABLES it0167 = p0167 it0168 = p0168 it0169 = p0169 it0170 = p0170 it0236 = p0236 it0377 = p0377 it0379 = p0379.
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 BENOVIEWF01 or its description.