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

FBNREMIND_F03 SAP ABAP INCLUDE - Include FBNREMIND_F03







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


INCLUDES used within this REPORT FBNREMIND_F03

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_GET_EE_PAY_FREQUENCY CALL FUNCTION 'HR_BEN_GET_EE_PAY_FREQUENCY' EXPORTING pernr = employees_list-pernr datum = fromenr reaction = 'N' IMPORTING zeinh = pay_frequency subrc = subrc TABLES error_table = error_table.

HR_FBN_COST_SUMMARY_CALC CALL FUNCTION 'HR_FBN_COST_SUMMARY_CALC' EXPORTING pernr = employees_list-pernr calculation_date = fromenr datum = fromenr period = '06' "Annual reaction = 'N' IMPORTING prsal = postflex * PTSAL = * CURRE = subrc = subrc TABLES error_table = error_table.

HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = health_offer-pernr barea = health_offer-barea bpcat = health_offer-bpcat bplan = health_offer-bplan begda = health_offer-begda ee_cost = health_offer-eecst er_cost = health_offer-ercst perio = health_offer-perio reaction = 'N' fmode = g_funding_scheme nicne = g_ni_neutrality ni_rate = g_ni_rate bopti = health_offer-bopti * SSCFA = IMPORTING * STD_COST = * FLX_COST = cost_difference = cost_difference ee_cstcrd = ee_cstcrd ernic = ernic * ERNID = * RETURN = TABLES error_table = error_table.

HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = insure_offer-pernr barea = insure_offer-barea bpcat = insure_offer-bpcat bplan = insure_offer-bplan begda = insure_offer-begda ee_cost = insure_offer-eecst er_cost = insure_offer-ercst perio = health_offer-perio reaction = 'N' fmode = g_funding_scheme nicne = g_ni_neutrality ni_rate = g_ni_rate bopti = insure_offer-bcovr * SSCFA = IMPORTING * STD_COST = * FLX_COST = cost_difference = cost_difference ee_cstcrd = ee_cstcrd ernic = ernic * ERNID = * RETURN = TABLES error_table = error_table.

HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = miscel_offer-pernr barea = miscel_offer-barea bpcat = miscel_offer-bpcat bplan = miscel_offer-bplan begda = miscel_offer-begda ee_cost = miscel_offer-eecst er_cost = miscel_offer-ercst perio = health_offer-perio reaction = 'N' fmode = g_funding_scheme nicne = g_ni_neutrality ni_rate = g_ni_rate bopti = miscel_offer-levl1 * SSCFA = IMPORTING * STD_COST = * FLX_COST = cost_difference = cost_difference ee_cstcrd = ee_cstcrd ernic = ernic * ERNID = * RETURN = TABLES error_table = error_table.

HR_FBN_GET_PLANTYPE_INDICATOR CALL FUNCTION 'HR_FBN_GET_PLANTYPE_INDICATOR' EXPORTING barea = miscel_offer-barea plan = miscel_offer-bplan datum = miscel_offer-begda reaction = 'N' IMPORTING fieid = l_fieid subrc = subrc TABLES error_table = error_table.

HR_FBN_GET_GB_PENSION_DATA CALL FUNCTION 'HR_FBN_GET_GB_PENSION_DATA' EXPORTING pernr = miscel_offer-pernr barea = miscel_offer-barea bplan = miscel_offer-bplan levl1 = miscel_offer-levl1 covam = miscel_offer-covam begda = miscel_offer-begda endda = miscel_offer-endda perio = miscel_offer-perio reaction = 'N' IMPORTING * eepen = * erpen = sscfp = sscfp sscfa = sscfa * paybk = * paybk_flag = * scrif = * srule = * schid = subrc = subrc TABLES error_table = error_table.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class14 msg_number = '016' msg_par1 = '' msg_par2 = '' severity = 0 reaction = no_msg TABLES error_table = error_table.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class14 msg_number = '020' msg_par1 = employees_list-pernr msg_par2 = '' severity = 0 reaction = no_msg TABLES error_table = error_table.

HR_FBN_GENERATE_SEND_EMAIL CALL FUNCTION 'HR_FBN_GENERATE_SEND_EMAIL' "#EC * EXPORTING subject = zmailh sender = pysendertx recipient = employees_list-emadr TABLES email_text = email_text EXCEPTIONS failed = 1.

HR_FBN_GENERATE_SEND_EMAIL CALL FUNCTION 'HR_FBN_GENERATE_SEND_EMAIL' EXPORTING subject = zmailh sender = pysendertx recipient = employees_list-emadr TABLES email_text = email_text EXCEPTIONS failed = 1.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class14 msg_number = '007' msg_par1 = employees_list-pernr msg_par2 = '' severity = 0 reaction = no_msg TABLES error_table = error_table.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = msg_class14 msg_number = '012' msg_par1 = employees_list-emadr msg_par2 = '' severity = 0 reaction = no_msg TABLES error_table = 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 FBNREMIND_F03 or its description.