RBFXNETF01 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 RBFXNETF01 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 RBFXNETF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = pi_var_save CHANGING cs_variant = l_variant EXCEPTIONS not_found = 2.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = pc_variant i_save = pi_var_save * it_default_fieldcat = IMPORTING e_exit = l_user_cancel es_variant = l_variant EXCEPTIONS not_found = 2.
IHC_FXNET_MISSING_RATE_POPUP CALL FUNCTION 'IHC_FXNET_MISSING_RATE_POPUP' EXPORTING i_kurst = p_kurst i_kdate = p_kdate IMPORTING choice = l_choice TABLES t_missing_rate = pt_missing_rate EXCEPTIONS pop_up_error = 1 OTHERS = 2.
IHC_FXNET_PO_FXRATE_CHECK CALL FUNCTION 'IHC_FXNET_PO_FXRATE_CHECK' EXPORTING i_kdate = p_kdate i_kurst = p_kurst i_fcurr = pi_cur i_tcurr = p_netcur * Flag: effective date must be same as input key date i_exact_date = 'X' TABLES t_missing_rate = pt_missing_rate t_found_rate = pt_found_rate EXCEPTIONS rate_check_fails = 1 OTHERS = 2 .
IHC_FXNET_PO_CALCULATE CALL FUNCTION 'IHC_FXNET_PO_CALCULATE' EXPORTING i_kdate = p_kdate i_kurst = p_kurst CHANGING c_bkkpoit = pt_bkkpoit EXCEPTIONS calculation_error = 1 OTHERS = 2.
IHC_FXNET_PO_POST_AUTH CALL FUNCTION 'IHC_FXNET_PO_POST_AUTH' IMPORTING e_wrong_paorn = l_wrong_paorn TABLES it_bkkpoit = gt_bkkpoit EXCEPTIONS authorization_denied = 1 error_in_auth_check = 2 OTHERS = 3.
IHC_FXNET_PO_POST_PREP CALL FUNCTION 'IHC_FXNET_PO_POST_PREP' EXPORTING i_bkkpohd = pt_bkkpohd i_x_update_task = g_x_update_task TABLES it_bkkpoit = pt_bkkpoit it_bkkpont = pt_bkkpont EXCEPTIONS sender_not_found = 1 error_in_currency_split = 2 db_update_error = 3 OTHERS = 4.
IHC_FXNET_PO_PREPOST_PREP CALL FUNCTION 'IHC_FXNET_PO_PREPOST_PREP' EXPORTING i_bkkpohd = pt_bkkpohd i_x_update_task = g_x_update_task TABLES it_bkkpoit = lt_bkkpoit it_bkkpont = lt_bkkpont EXCEPTIONS sender_not_found = 1 db_update_error = 2 OTHERS = 3.
IHC_FXNET_REPORT CALL FUNCTION 'IHC_FXNET_REPORT' EXPORTING i_kdate = p_kdate i_kurst = p_kurst i_netcur = p_netcur TABLES it_bkkpoit = pt_bkkpoit it_bkkpohd = pt_bkkpohd it_bkkpont = pt_bkkpont it_outtab = gt_outtab EXCEPTIONS calculation_error = 1 account_not_found = 2 OTHERS = 3.
ENQUEUE_EGBTRDIR CALL FUNCTION 'ENQUEUE_EGBTRDIR' EXPORTING * MODE_TRDIR = 'X' name = pc_lock_name * X_NAME = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .
DEQUEUE_EGBTRDIR CALL FUNCTION 'DEQUEUE_EGBTRDIR' EXPORTING * MODE_TRDIR = 'X' name = pc_lock_name * X_NAME = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBFXNETF01 - Include RBFXNETF01 RBFXNETCON - Include RBFXNETCON RBFXNET - Main report program of FX netting with In house cash RBFXNET - Main report program of FX netting with In house cash RBF10002 - Customer master record changes RBETDATA - Working Table RBET Reference Requirements Splitting Table