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

RTHXE_MASS_EFFTEST_F01 SAP ABAP INCLUDE - Include RTPM_TRL_RETRO_TESTF01







RTHXE_MASS_EFFTEST_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 RTHXE_MASS_EFFTEST_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 RTHXE_MASS_EFFTEST_F01. "Basic submit
SUBMIT RTHXE_MASS_EFFTEST_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RTHXE_MASS_EFFTEST_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 RTHXE_MASS_EFFTEST_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:

TPM_TRG_OTC_SELECTION CALL FUNCTION 'TPM_TRG_OTC_SELECTION' EXPORTING im_rng_company_code = lt_buk[] im_rng_product_type = lt_prd_type[] im_rng_transaction_type = so_ttype[] im_rng_portfolio = so_pfotc[] im_rng_facility = so_fac[] im_rng_facilitybukrs = so_fcbks[] im_rng_master_agreement = so_maagr[] im_rng_assignment = so_ass[] im_rng_internal_reference = so_inref[] im_rng_characteristics = so_char[] im_rng_finance_project = so_finpr[] im_flg_nozeropos = lv_flg_zeropos im_date = u_keydate im_rng_activity_cat = so_vorg[] im_rng_deal_number = so_otcnr[] im_rng_kontrh = so_kontr[] im_rng_activity_status = so_aktiv[] CHANGING ch_flg_dea = gv_flg_dea ch_tab_bukrs_dealnumber = lt_sel_otc_deal.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = is_struct_name CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

TPM_THX_APPL_SEARCH_BY_ATTR CALL FUNCTION 'TPM_THX_APPL_SEARCH_BY_ATTR' EXPORTING im_key_date = p_date im_search_status = gc_hrel_status im_p_protocol_handler = g_p_protocol_handler im_hrel_ranges = ls_ranges IMPORTING ex_tab_disp_hrel = ct_hrel EXCEPTIONS OTHERS = 0.

TPM_THX_APPL_SEARCH_BY_HITEM CALL FUNCTION 'TPM_THX_APPL_SEARCH_BY_HITEM' EXPORTING im_key_date = p_date im_search_status = gc_hrel_status im_hitem_ranges = ls_ranges im_p_protocol_handler = g_p_protocol_handler im_flg_otc = gv_item_otc im_flg_sec = gv_item_sec im_flg_loa = gv_item_loa IMPORTING ex_tab_disp_hrel = ct_hrel EXCEPTIONS hrel_not_found = 1 invalid_parameters = 2 OTHERS = 3.

TPM_THX_APPL_SEARCH_BY_HINST CALL FUNCTION 'TPM_THX_APPL_SEARCH_BY_HINST' EXPORTING im_key_date = p_date im_search_status = gc_hrel_status im_p_protocol_handler = g_p_protocol_handler im_flg_otc = gv_flg_dea im_flg_der = gv_inst_der im_flg_sec = gv_inst_sec im_hinst_ranges = ls_ranges IMPORTING ex_tab_disp_hrel = lt_hrel EXCEPTIONS hrel_not_found = 1 invalid_parameters = 2 OTHERS = 3.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = iv_fieldname state = 'A' langu = sy-langu TABLES dd07v_tab = lt_dom_value EXCEPTIONS illegal_input = 1 OTHERS = 2.

TPM_THX_GET_GRPCUST CALL FUNCTION 'TPM_THX_GET_GRPCUST' IMPORTING ex_tab_grpcust = lt_group_cust.

TPM_THXE_ET_DISPLAY CALL FUNCTION 'TPM_THXE_ET_DISPLAY' EXPORTING im_hrel_persistance = lp_effectiveness_test im_mode = '01'.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = iv_icon * TEXT = IV_TEXT info = iv_text IMPORTING result = cv_message_flag EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.



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