SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

RFTBJALV SAP ABAP INCLUDE - Include für die FORM-Routinen des ALV Tools







RFTBJALV 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 RFTBJALV 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 RFTBJALV. "Basic submit
SUBMIT RFTBJALV AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBJALV 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 für die FORM-Routinen des ALV Tools


INCLUDES used within this REPORT RFTBJALV

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'VTG_IRATE_DERIV' CHANGING ct_fieldcat = l_tab_fieldcat_alv[].

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = pc_tab_event.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = con_alv_variant_saveoption CHANGING cs_variant = pc_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = l_variant i_save = con_alv_variant_saveoption IMPORTING e_exit = l_exit es_variant = l_variant EXCEPTIONS not_found = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = pu_repid i_buffer_active = ' ' "i_callback_pf_status_set = '' "I_CALLBACK_USER_COMMAND = ' ' "I_CALLBACK_TOP_OF_PAGE = ' ' "I_CALLBACK_HTML_TOP_OF_PAGE = ' ' "I_STRUCTURE_NAME = "I_BACKGROUND_ID = ' ' "i_grid_title = sy-title is_layout = pc_layout it_fieldcat = pc_tab_fieldcat it_excluding = gt_excluding it_special_groups = pc_tab_group it_sort = pc_tab_sort "IT_FILTER = "IS_SEL_HIDE = "I_DEFAULT = 'X' i_save = con_alv_variant_saveoption is_variant = pc_variant it_events = pc_tab_event "IT_EVENT_EXIT = "IS_PRINT = "IS_REPREP_ID = "IMPORTING "E_EXIT_CAUSED_BY_CALLER = "ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = pc_tab_transaction.

FTR_SAVED_KEY_EXPORT CALL FUNCTION 'FTR_SAVED_KEY_EXPORT' EXPORTING i_bukrs = l_bukrs i_rfha = l_rfha.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = at02a-tcode EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

FTR_PARTNER_DISPLAY CALL FUNCTION 'FTR_PARTNER_DISPLAY' EXPORTING pi_partner_id = l_wa_transaction-kontrh pi_partner_role = con_partner_role_treasury.

FTR_PARTNER_DISPLAY CALL FUNCTION 'FTR_PARTNER_DISPLAY' EXPORTING pi_partner_id = l_wa_transaction-kontrh pi_partner_role = con_partner_role_treasury.

FTR_STAV_MAINTAIN_TRANSACTION CALL FUNCTION 'FTR_STAV_MAINTAIN_TRANSACTION' EXPORTING bukrs = l_wa_transaction-bukrs rfha = l_wa_transaction-rfha * DISPLAY = * IMPORTING * EXIT_CODE = .

FTR_SAVED_KEY_IMPORT CALL FUNCTION 'FTR_SAVED_KEY_IMPORT' IMPORTING e_bukrs = l_bukrs e_rfha = l_rfha.

KCD_PROTOCOL_NUMBER_GET CALL FUNCTION 'KCD_PROTOCOL_NUMBER_GET' IMPORTING prot_number = l_number EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = l_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

FTR_DEAL_SETTLE CALL FUNCTION 'FTR_DEAL_SETTLE' EXPORTING iv_companycode = lwa_wrklist-bukrs iv_financialtransaction = lwa_wrklist-rfha iv_productcategory = lwa_wrklist-sanlf TABLES et_return = lt_error.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = l_log_handle i_s_msg = ls_bapierr * IMPORTING * E_S_MSG_HANDLE = * E_MSG_WAS_LOGGED = * E_MSG_WAS_DISPLAYED = EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 OTHERS = 3 .

BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = l_s_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * I_S_LOG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = i_t_log_handle = lt_log_handle * I_T_MSG_HANDLE = i_s_display_profile = l_s_display_profile * i_amodal = 'X' EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.



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