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

RFTR_COLL_PROC_TRS_F01 SAP ABAP INCLUDE - Include RFTR_COLL_PROC_FST_F01







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


INCLUDES used within this REPORT RFTR_COLL_PROC_TRS_F01

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_SELECT_ALL' text = text-s18 info = text-s18 add_stdinf = space IMPORTING result = b_select EXCEPTIONS OTHERS = 1.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DESELECT_ALL' text = text-s19 info = text-s19 add_stdinf = space IMPORTING result = b_desel EXCEPTIONS OTHERS = 1.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = gc_alv_save CHANGING cs_variant = cs_variant EXCEPTIONS not_found = 0.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = gc_alv_save CHANGING cs_variant = ls_alv_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

TB_PRODUCTTYPE_VALUES CALL FUNCTION 'TB_PRODUCTTYPE_VALUES' IMPORTING selection = lv_sgsart TABLES t_productcategories = lt_sanlf EXCEPTIONS OTHERS = 1.

TB_DEALTYPE_VALUES CALL FUNCTION 'TB_DEALTYPE_VALUES' IMPORTING selection_dealtype = cv_sfhaart TABLES t_productcategories = lt_sanlf.

FTR_PARTNER_GET_VALUES CALL FUNCTION 'FTR_PARTNER_GET_VALUES' IMPORTING pe_partner = cv_kontrh.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = lv_variant i_save = gc_alv_save IMPORTING e_exit = lv_exit es_variant = lv_variant EXCEPTIONS not_found = 2.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'SELECTION' EXCEPTIONS OTHERS = 0.

TB_DEAL_ACTIVITY_TO_FUNCTION CALL FUNCTION 'TB_DEAL_ACTIVITY_TO_FUNCTION' EXPORTING i_product = ls_vtbfha-sanlf i_deal = ls_vtbfha-sfgtyp i_activity = ls_vtbfhazu-sfgzustt IMPORTING e_function = lv_function EXCEPTIONS OTHERS = 1.

TB_DEAL_AUTHORITY_CHECK CALL FUNCTION 'TB_DEAL_AUTHORITY_CHECK' EXPORTING bukrs = ls_vtbfha-bukrs sgsart = ls_vtbfha-sgsart sfhaart = ls_vtbfha-sfhaart tbegru = ls_vtbfha-tbegru trfct = lv_function actvt = gc_actvt_display EXCEPTIONS authority = 1 OTHERS = 2.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'CHECK' EXCEPTIONS OTHERS = 0.

FTR_KONTRH_GET_TEXT CALL FUNCTION 'FTR_KONTRH_GET_TEXT' EXPORTING pi_companycode = ls_display_data-bukrs pi_kontrh_id = ls_display_data-kontrh IMPORTING pe_kontrh_text = ls_display_data-xkontrh.

GET_SINGLE_SEKINDEX CALL FUNCTION 'GET_SINGLE_SEKINDEX' EXPORTING i_ranl = ls_display_data-ranl i_vvranlwi = p_secidx IMPORTING e_vvranlwx = ls_display_data-ranlwx EXCEPTIONS no_entry_with_this_ranl = 1 OTHERS = 2.

FTR_ACTIVITYCATEGORY_GET_TEXT CALL FUNCTION 'FTR_ACTIVITYCATEGORY_GET_TEXT' EXPORTING i_sanlf = ls_display_data-sanlf i_sfgtyp = ls_display_data-sfgtyp i_sfgzustt = ls_display_data-sfgzustt IMPORTING e_xfgzustt = ls_display_data-xfgzustt.

TRANSACTIONS_TEXT CALL FUNCTION 'TRANSACTIONS_TEXT' EXPORTING language = sy-langu rantyp = gc_rantyp-derivatives sbewart = uv_sfhazba IMPORTING text = cv_xbewart EXCEPTIONS OTHERS = 1.

FTR_FST_AT02A_DATA_READ CALL FUNCTION 'FTR_FST_AT02A_DATA_READ' EXPORTING i_sanlf = ls_display_data-sanlf i_sfgtyp = ls_display_data-sfgtyp i_sfgzustt = gc_sfgzustt-contract i_trtyp = lv_okcode IMPORTING e_tcode = lv_tcode e_memoryid_rfha = lv_pid_rfha.

FTR_CORR_CLEAR_GBL_DATA CALL FUNCTION 'FTR_CORR_CLEAR_GBL_DATA' EXPORTING i_refresh_tab = gc_xtrue i_ux_end_processing = gc_xtrue.

TB_PROGRESS_INDICATOR





CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'OUTPUT' EXCEPTIONS OTHERS = 0.

SECURITY_DIALOG CALL FUNCTION 'SECURITY_DIALOG' EXPORTING i_security_number = ls_display_data-ranl.

FTR_PARTNER_DISPLAY CALL FUNCTION 'FTR_PARTNER_DISPLAY' EXPORTING pi_partner_id = ls_display_data-kontrh pi_partner_role = gc_roletyp_treasury_partner.

FTR_STAV_MAINTAIN_TRANSACTION CALL FUNCTION 'FTR_STAV_MAINTAIN_TRANSACTION' EXPORTING bukrs = ls_display_data-bukrs rfha = ls_display_data-rfha.

TB_DEAL_BUKRS_CHECK CALL FUNCTION 'TB_DEAL_BUKRS_CHECK' TABLES i_tab_companycode = s_bukrs e_tab_companycode = lr_bukrs EXCEPTIONS authority = 1 OTHERS = 2.

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