FBNTERMF03 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 FBNTERMF03 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!
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = sy-title txt1 = info_text txt2 = space.
HR_BEN_TERMINATE_CREDIT_PLAN call function 'HR_BEN_TERMINATE_CREDIT_PLAN' exporting pernr = l_hide-pernr begda = l_hide-date endda = high_date pltyp = l_hide-pltyp term_date = l_hide-trmdt nocommit = nocommit reaction = no_msg importing subrc = subrc tables error_table = error_table.
HR_BEN_TERMINATE_HEALTH_PLAN call function 'HR_BEN_TERMINATE_HEALTH_PLAN' exporting pernr = l_hide-pernr begda = l_hide-date endda = high_date pltyp = l_hide-pltyp term_date = l_hide-trmdt nocommit = nocommit reaction = no_msg importing subrc = subrc tables error_table = error_table.
HR_BEN_TERMINATE_INSURE_PLAN call function 'HR_BEN_TERMINATE_INSURE_PLAN' exporting pernr = l_hide-pernr begda = l_hide-date endda = high_date pltyp = l_hide-pltyp term_date = l_hide-trmdt nocommit = nocommit reaction = no_msg importing subrc = subrc tables error_table = error_table.
HR_BEN_TERMINATE_SAVING_PLAN call function 'HR_BEN_TERMINATE_SAVING_PLAN' exporting pernr = l_hide-pernr begda = l_hide-date endda = high_date pltyp = l_hide-pltyp term_date = l_hide-trmdt nocommit = nocommit reaction = no_msg importing subrc = subrc tables error_table = error_table.
HR_BEN_TERMINATE_SPENDA_PLAN call function 'HR_BEN_TERMINATE_SPENDA_PLAN' exporting pernr = l_hide-pernr begda = l_hide-date endda = high_date pltyp = l_hide-pltyp term_date = l_hide-trmdt nocommit = nocommit reaction = no_msg importing subrc = subrc tables error_table = error_table.
HR_FBN_TERMINATE_MISCEL_PLAN call function 'HR_FBN_TERMINATE_MISCEL_PLAN' exporting pernr = l_hide-pernr begda = l_hide-date endda = high_date pltyp = l_hide-pltyp term_date = l_hide-trmdt nocommit = nocommit reaction = no_msg importing subrc = subrc tables error_table = error_table.
HR_BEN_TERMINATE_STOCKP_PLAN call function 'HR_BEN_TERMINATE_STOCKP_PLAN' exporting pernr = l_hide-pernr begda = l_hide-date endda = high_date pltyp = l_hide-pltyp term_date = l_hide-trmdt nocommit = nocommit reaction = no_msg importing subrc = subrc tables error_table = 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.