SAP Reports / Programs

RFVD_BAIL_FEES SAP ABAP Report - Guarantee Charges







RFVD_BAIL_FEES 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_BAIL_FEES 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 RFVD_BAIL_FEES. "Basic submit
SUBMIT RFVD_BAIL_FEES AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_BAIL_FEES 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_ROLE = D .
Selection Text: SO_GPART = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_BEW = D .
Selection Text: PA_TYPE = D .
Selection Text: PA_I_FLO = D .
Selection Text: RA_LIST = ALV List
Selection Text: RA_GRID = ALV Control
Selection Text: PA_PARA = Evaluation Parameters
Selection Text: PA_I_STO = Flows Relevant for Evaluation
Selection Text: PA_DTO = Evaluation End
Selection Text: PA_DFROM = Evaluation Start
Selection Text: PA_DATE = Evaluation Key Date
Title: Guarantee Charges
Text Symbol: I30 = Output Parameters
Text Symbol: I20 = Control Parameters
Text Symbol: I10 = General Selections
Text Symbol: A28 = Name of Company Code or Company
Text Symbol: A27 = Company/Comp. Code
Text Symbol: A26 = Comp.
Text Symbol: A15 = Borrower
Text Symbol: A11 = Partner
Text Symbol: A01 = Calculation of Guarantee Charges
Text Symbol: 101 = Contract
Text Symbol: 100 = Guarantor


INCLUDES used within this REPORT RFVD_BAIL_FEES

INCLUDE RFVD_BAIL_FEES_TOP.


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:

FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' IMPORTING e_partner = so_gpart-low EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 1 text = text-a01.

FVD_LOAN_DATA_FLOW_STOCK CALL FUNCTION 'FVD_LOAN_DATA_FLOW_STOCK' EXPORTING si_flag_stock_calc = 'X' si_flag_flow_calc = 'X' si_it_calc_date = dt_calc_date si_it_date_interval = dt_calc_intervall si_splanist_stock = pa_i_sto si_splanist_flow = pa_i_flo si_it_selection = dt_selection si_it_selected_fields = dt_selected_fields si_flag_messages = 'X' si_flag_progress = d_x_progress si_text_progress = text-a01 IMPORTING se_it_vdstate = dt_vdstate se_it_vdflow = dt_vdflow EXCEPTIONS inconsistent_call_parameters = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = d_i_progress text = text-a01.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = space.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = d_repid * I_CALLBACK_PF_STATUS_SET = ' ' i_callback_user_command = d_user_command is_layout = ds_layout it_fieldcat = dt_fieldcat * IT_EXCLUDING = it_special_groups = dt_special_groups it_sort = dt_sort * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_default = 'X' i_save = 'A' is_variant = ds_variant it_events = dt_event * IT_EVENT_EXIT = i_tabname_header = con_head i_tabname_item = con_item * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = ds_keyinfo * IS_PRINT = * IS_REPREP_ID = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = * IR_SALV_HIERSEQ_ADAPTER = * IT_EXCEPT_QINFO = * I_SUPPRESS_EMPTY_DATA = ABAP_FALSE * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = dt_show_head t_outtab_item = dt_show_item EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

FVVD_DISPLAY_LOAN * CALL FUNCTION 'FVVD_DISPLAY_LOAN' * EXPORTING * si_bukrs = wa_show_vdstate-bukrs * si_ranl = wa_show_vdstate-ranlvd * EXCEPTIONS * OTHERS = 1.

BPAR_P_ADDRESS_READ_INTO_PRINT * CALL FUNCTION 'BPAR_P_ADDRESS_READ_INTO_PRINT' * EXPORTING * partner = pi_gpartnr * IMPORTING * address = ds_address * EXCEPTIONS * OTHERS = 1.

FSBP_READ_ADDRESS_PRINT_SHORT CALL FUNCTION 'FSBP_READ_ADDRESS_PRINT_SHORT' EXPORTING i_partner = pi_gpartnr i_date = sy-datum * i_rltyp = pi_rltyp i_operation = l_operation i_xmemory = 'X' i_xwa = 'X' IMPORTING address_short_form_s = stat_ad_line_s e_stnd_instead = l_stnd_instead EXCEPTIONS OTHERS = 1.

BPAR_R_X_ROLETYP ** CALL FUNCTION 'BPAR_R_X_ROLETYP' ** EXPORTING ** langu = sy-langu ** roletyp_in = pi_roletyp *** RLTYP_IN = *** ZGP = ** IMPORTING ** roletyp_out = ds_tpz3t *** ROLETYP_OUT_ZGP = ** EXCEPTIONS ** error_roletyp = 1 ** OTHERS = 2.

BUS_TBZ0T_SELECT_SINGLE * CALL FUNCTION 'BUS_TBZ0T_SELECT_SINGLE' * EXPORTING * i_spras = sy-langu * i_objap = 'BUPA' * i_rltyp = pi_rltyp * IMPORTING * e_tbz0t = ds_tbz0t * EXCEPTIONS * not_found = 1 * OTHERS = 2.

GET_DOMAENENTEXT CALL FUNCTION 'GET_DOMAENENTEXT' EXPORTING dname = d_domname dvalue = d_domvalue IMPORTING dtext = d_domtext EXCEPTIONS no_domain_found = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = pcs_variant-report i_structure_name = con_vdflow CHANGING ct_fieldcat = pct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

FVD_TDPZ6T_READ CALL FUNCTION 'FVD_TDPZ6T_READ' EXPORTING i_role_corr = pi_role IMPORTING e_tdpz6t = ds_tdpz6t EXCEPTIONS no_xrole_found = 1 OTHERS = 2.

BPAR_R_X_ROLE * CALL FUNCTION 'BPAR_R_X_ROLE' * EXPORTING * langu = sy-langu * role_in = pi_role * IMPORTING * role_out = ds_tpz6t * EXCEPTIONS * OTHERS = 1.

BUP_TB003T_SELECT_SINGLE CALL FUNCTION 'BUP_TB003T_SELECT_SINGLE' EXPORTING i_spras = sy-langu i_role = l_role IMPORTING e_tb003t = l_wrk_tb003t EXCEPTIONS OTHERS = 1.

FLBP_ROLECATEGORY_GET CALL FUNCTION 'FLBP_ROLECATEGORY_GET' EXPORTING i_role = i_role IMPORTING e_rlcat = c_rlcat EXCEPTIONS role_not_found = 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_BAIL_FEES or its description.