SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

RFVD_CONTRACT_SEPA_DATA SAP ABAP Report - Check contract SEPA data (IBAN / BIC)







RFVD_CONTRACT_SEPA_DATA is a standard Executable ABAP Report 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 RFVD_CONTRACT_SEPA_DATA into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FN_CONTRACT_SEPA - Set Contract IBAN / BIC


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


Text pool values


Selection Text: SO_SANLF = D .
Selection Text: SO_RANL = D .
Selection Text: SO_INTEB = D .
Selection Text: SO_IBAN = D .
Selection Text: SO_GSART = D .
Selection Text: SO_BIC = D .
Selection Text: P_UPDATE = Update run
Selection Text: P_SHOW = Show change log
Selection Text: P_INIT = Process only inital values
Selection Text: P_IBAN = D .
Selection Text: P_FIX = Use fixed value
Selection Text: P_FILL = Process only filled values
Selection Text: P_ERROR = Show error log
Selection Text: P_DEF = Standard determination
Selection Text: P_BUKRS = D .
Selection Text: P_BIC = D .
Title: Check contract SEPA data (IBAN / BIC)
Text Symbol: T04 = New
Text Symbol: T03 = Old
Text Symbol: T02 = Simulation
Text Symbol: T01 = Update run
Text Symbol: S04 = Mode
Text Symbol: S03 = Log
Text Symbol: S02 = Processing
Text Symbol: S01 = Selections
Text Symbol: E01 = Enter values for IBAN and BIC


INCLUDES used within this REPORT RFVD_CONTRACT_SEPA_DATA

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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = log IMPORTING e_log_handle = loghandle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

FVD_SEPA_OL_CHECK_IBAN CALL FUNCTION 'FVD_SEPA_OL_CHECK_IBAN' EXPORTING i_iban = p_iban * I_WRK_VDARL = i_flg_badi_call = space EXCEPTIONS check_error = 1 OTHERS = 2.

FVD_LS_API_INT_STATE_GET CALL FUNCTION 'FVD_LS_API_INT_STATE_GET' EXPORTING i_bukrs = wrk_vdarl-bukrs i_gsart = wrk_vdarl-gsart i_statu = wrk_vdarl-sstati IMPORTING e_inteb = inteb EXCEPTIONS not_found = 1 done = 2 text_not_found = 3 OTHERS = 4.

FVD_SEPA_OL_GET_CUST_CONTRACT CALL FUNCTION 'FVD_SEPA_OL_GET_CUST_CONTRACT' EXPORTING i_bukrs = wrk_vdarl-bukrs i_gsart = wrk_vdarl-gsart IMPORTING e_iban_det_type = wrk_vdarl_new-iban_det e_bank_key = bank_key e_flg_sepa_contract = flg_active.

FVD_SEPA_OL_SET_CONTRACT_BIC CALL FUNCTION 'FVD_SEPA_OL_SET_CONTRACT_BIC' EXPORTING i_wrk_vdarl = wrk_vdarl_new i_det_type = wrk_vdarl_new-iban_det IMPORTING e_contract_bic = wrk_vdarl_new-contract_bic EXCEPTIONS no_bic_found = 1 OTHERS = 2.

FVD_SEPA_OL_SET_CONTRACT_IBAN CALL FUNCTION 'FVD_SEPA_OL_SET_CONTRACT_IBAN' EXPORTING i_det_type = wrk_vdarl_new-iban_det i_wrk_vdarl = wrk_vdarl_new i_bank_key = bank_key IMPORTING e_iban_det_type = wrk_vdarl_new-iban_det e_contract_iban = wrk_vdarl_new-contract_iban EXCEPTIONS OTHERS = 2.

FVD_SEPA_OL_CHECK_IBAN CALL FUNCTION 'FVD_SEPA_OL_CHECK_IBAN' EXPORTING i_iban = wrk_vdarl_new-contract_iban i_wrk_vdarl = wrk_vdarl_new * i_flg_badi_call = 'X' EXCEPTIONS check_error = 1 OTHERS = 2.

FVD_TABLE_INIT CALL FUNCTION 'FVD_TABLE_INIT'.

FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = 'VDARL' i_wrk_old = wrk_vdarl i_wrk_new = wrk_vdarl_new EXCEPTIONS error = 1 OTHERS = 2.

FVD_TABLE_UPDATE CALL FUNCTION 'FVD_TABLE_UPDATE' EXPORTING i_flg_update_task = space i_flg_simulation = flg_simu i_flg_change_document = 'X' EXCEPTIONS error = 1 OTHERS = 2.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = loghandle * I_LANGU = SY-LANGU IMPORTING e_statistics = statistics EXCEPTIONS OTHERS = 2.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = profile i_t_log_handle = tab_handle EXCEPTIONS OTHERS = 5.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = title * I_GRID_SETTINGS = is_layout = wrk_layout it_fieldcat = tab_fieldcat * IT_EXCLUDING = it_sort = tab_sort * IT_FILTER = * IS_SEL_HIDE = i_default = 'X' i_save = 'A' * IS_VARIANT = * IT_EVENTS = * IS_PRINT = * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 TABLES t_outtab = tab_changes EXCEPTIONS program_error = 1 OTHERS = 2.



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