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

FBNENROLF04 SAP ABAP INCLUDE - Include FBNENROLF04







FBNENROLF04 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 FBNENROLF04 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 FBNENROLF04. "Basic submit
SUBMIT FBNENROLF04 AND RETURN. "Return to original report after report execution complete
SUBMIT FBNENROLF04 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 FBNENROLF04


INCLUDES used within this REPORT FBNENROLF04

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_READ_EE_BENEFIT_DATA CALL FUNCTION 'HR_BEN_READ_EE_BENEFIT_DATA' EXPORTING pernr = p_pernr datum = datum reaction = info_msg IMPORTING ee_benefit_data = l_ee_benefit_data subrc = p_subrc TABLES error_table = l_error_tab.

HR_FBN_GET_FUNDING_SCHEME CALL FUNCTION 'HR_FBN_GET_FUNDING_SCHEME' EXPORTING barea = l_barea reaction = no_msg IMPORTING fmode = l_fmode subrc = p_subrc TABLES error_table = l_error_tab.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-t01 text_question = text-t02 default_button = '2' display_cancel_button = space IMPORTING answer = l_answer EXCEPTIONS OTHERS = 0.

HR_FBN_DETERMIN_IT442 CALL FUNCTION 'HR_FBN_DETERMIN_IT442' EXPORTING pernr = miscel_selection-pernr barea = miscel_selection-barea begin_date = miscel_selection-begda end_date = miscel_selection-endda reaction = no_msg IMPORTING it_0442 = it_0442 subrc = subrc TABLES error_table = error_table.

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' "#EC NEEDED EXPORTING diagnosetext1 = diagnosetext1 diagnosetext2 = diagnosetext2 textline1 = 'Do you want to replace the current Infotype 0442'(p03) textline2 = 'end date with the enrollment end date'(p04) text_option1 = 'Yes'(p05) text_option2 = 'No'(p06) titel = 'Change the Infotype 0442 end date'(p07) start_column = 1 start_row = 10 IMPORTING answer = answer.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '0442' number = miscel_selection-pernr subtype = miscel_selection-levl1 objectid = it_0442-objps validityend = prev_endda validitybegin = it_0442-begda record = it_0442 operation = 'MOD ' nocommit = space IMPORTING return = return key = infty_key.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = success_severity cl = msg_class3 number = '176' par1 = ' ' par2 = ' ' par3 = ' ' par4 = ' ' IMPORTING bapireturn = return.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_gbspec msg_number = '154' msg_par1 = miscel_selection-levl1 severity = subrc reaction = error_msg TABLES error_table = error_table.

HR_FBN_GET_PLANTYPE_INDICATOR CALL FUNCTION 'HR_FBN_GET_PLANTYPE_INDICATOR' EXPORTING barea = p_miscel_offer-barea plan = p_miscel_offer-bplan datum = p_miscel_offer-begda reaction = no_msg IMPORTING fieid = l_fieid subrc = p_subrc TABLES error_table = p_error_table.

HR_BEN_READ_EE_BENEFIT_DATA CALL FUNCTION 'HR_BEN_READ_EE_BENEFIT_DATA' EXPORTING pernr = pernr datum = datum reaction = info_msg IMPORTING ee_benefit_data = l_ee_benefit_data subrc = p_subrc TABLES error_table = p_error_table.

HR_FBN_GET_PROCESS_DATES CALL FUNCTION 'HR_FBN_GET_PROCESS_DATES' EXPORTING event_description = p_event_description enrty = p_enrollment_type datum = datum reaction = info_msg IMPORTING process_begda = l_cost_date subrc = p_subrc TABLES error_table = p_error_table CHANGING ee_benefit_data = l_ee_benefit_data.

HR_FBN_COST_SUMMARY_CALC CALL FUNCTION 'HR_FBN_COST_SUMMARY_CALC' EXPORTING pernr = pernr calculation_date = l_cost_date datum = datum reaction = no_msg IMPORTING subrc = p_subrc TABLES credit_selection = p_credit_selection health_selection = p_health_selection insure_selection = p_insure_selection miscel_selection = p_miscel_selection error_table = p_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 FBNENROLF04 or its description.