FBN62F02 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 FBN62F02 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: Include FBN62F02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_BEN_CHECK_STAND_PLANS_EXIST CALL FUNCTION 'HR_BEN_CHECK_STAND_PLANS_EXIST' EXPORTING ee_benefit_data = ee_benefit_data reaction = no_msg IMPORTING automatic_exist = automatic_exist default_exist = default_exist subrc = subrc TABLES error_table = error_table.
HR_BEN_ENQUEUE_PERSONAL_NUMBER CALL FUNCTION 'HR_BEN_ENQUEUE_PERSONAL_NUMBER' EXPORTING pernr = i0171-pernr reaction = no_log IMPORTING subrc = subrc.
HR_INITIALIZE_BUFFER CALL FUNCTION 'HR_INITIALIZE_BUFFER'.
HR_BEN_READ_CREDIT_PLANS CALL FUNCTION 'HR_BEN_READ_CREDIT_PLANS' EXPORTING pernr = p_pernr barea = p_barea begda = datum endda = high_date LOGICVIEW = false "note 824596 reaction = no_msg TABLES ex_cred_plans = credit_exist error_table = temp_error_table.
HR_BEN_READ_HEALTH_PLANS CALL FUNCTION 'HR_BEN_READ_HEALTH_PLANS' EXPORTING pernr = p_pernr barea = p_barea begda = datum endda = high_date LOGICVIEW = false "note 824596 reaction = no_msg TABLES ex_heal_plans = health_exist error_table = temp_error_table.
HR_BEN_READ_INSURANCE_PLANS CALL FUNCTION 'HR_BEN_READ_INSURANCE_PLANS' EXPORTING pernr = p_pernr barea = p_barea begda = datum endda = high_date LOGICVIEW = false "note 824596 reaction = no_msg TABLES ex_insu_plans = insure_exist error_table = temp_error_table.
HR_BEN_READ_MISCEL_PLANS CALL FUNCTION 'HR_BEN_READ_MISCEL_PLANS' EXPORTING pernr = p_pernr barea = p_barea begda = datum endda = high_date LOGICVIEW = false "note 824596 reaction = no_msg TABLES ex_misc_plans = miscel_exist error_table = temp_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.