SAP Reports / Programs | Personnel Management | Benefits | General Parts(PA-BN-FB-XX) SAP PA

FBN62F02 SAP ABAP INCLUDE - Include FBN62F02







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


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 FBN62F02. "Basic submit
SUBMIT FBN62F02 AND RETURN. "Return to original report after report execution complete
SUBMIT FBN62F02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include FBN62F02


INCLUDES used within this REPORT FBN62F02

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_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.



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 FBN62F02 or its description.