RFTI_CTY_EXP_F02 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 RFTI_CTY_EXP_F02 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include RFTI_CTY_EXP_F02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = lt_rsds_trange IMPORTING where_clauses = lt_rsds_twhere.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TEXS_TOTAL' TABLES dfies_tab = lt_field_info.
RM_STANDARD_KEYFIGURES_1_FO CALL FUNCTION 'RM_STANDARD_KEYFIGURES_1_FO' EXPORTING i_objnr = uv_objnr i_auswt = p_auswt i_calcccy = p_anzgw i_keydate = uv_key_date * I_SBWHR = * I_DEVIATING_QUANTITY = i_tab_method = lt_tab i_flag_no_sensitivity = 'X' * I_ADHOC_MD = * IT_ADHOC_CTRL = IMPORTING e_results = ls_npv et_errors = lt_error EXCEPTIONS productcat_not_supported = 1 incomplete_input = 2 selection_error = 3 processing_error = 4 OTHERS = 5.
PRODUCT_TYPE_READ_SEC CALL FUNCTION 'PRODUCT_TYPE_READ_SEC' EXPORTING i_gsart = uv_prod_type IMPORTING e_tzpa = ls_tzpa EXCEPTIONS i_gsart_initial = 1 entry_not_found = 2 OTHERS = 3.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_det.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_top_of_page = 'ALV_HEADER_DET' i_callback_pf_status_set = 'SET_PF_DETAIL_ALV' i_callback_user_command = 'USER_COMMAND_DETAIL_ALV' i_structure_name = gc_detail_struc is_layout = ls_layout is_variant = ls_variant i_save = lv_save it_fieldcat = lt_fieldcat[] TABLES t_outtab = cgt_detail_alv.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'GSART' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'S_GSART-LOW' value_org = 'S' callback_program = sy-repid TABLES value_tab = gt_f4_prod_type EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
RM_DOMAIN_VALUES_GET CALL FUNCTION 'RM_DOMAIN_VALUES_GET' EXPORTING i_name = l_name * I_LANGU = i_read_texts = 'X' IMPORTING e_domain_values = gt_fix_float_t EXCEPTIONS illegal_input = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.