FTISTRUCF01 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 FTISTRUCF01 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: Unterprogramme
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRANSACTIONS_INITIALIZE call function 'TRANSACTIONS_INITIALIZE' importing e_applclass = c_applc exceptions others = 1.
RKD_RKB1X_SET call function 'RKD_RKB1X_SET' exporting applclass = c_applc i_rkb1x = loc_rkb1x importing e_table = c_table.
DD_TBHD_GET call function 'DD_TBHD_GET' exporting get_state = 'A' langu = sy-langu prid = 0 tabl_name = loc_dd02l_tabnm withtext = 'X' tracelevel = 0 importing dd02v_wa_a = loc_dd02v_wa_a exceptions illegal_value = 01.
EXTERNAL_CONTRACT_TYPE_SET call function 'EXTERNAL_CONTRACT_TYPE_SET' exporting i_table =
-tabnm importing e_rantyp = loc_rantyp.
FTI_FIELD_TAB_FILL call function 'FTI_FIELD_TAB_FILL' exporting i_applc = appl_trm i_tabnm = i_appl_tabnm i_disp_atr = 'X' importing e_field_tab = loc_field_tab.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = i_appl_tabnm langu = sy-langu tables dd03p_tab = loc_dd03p_tab exceptions illegal_input = 1 others = 2.
FTI_SELECTED_FIELDS_RENAME call function 'FTI_SELECTED_FIELDS_RENAME' exporting i_rantyp = i_rantyp i_quantity_type = i_quant i_initialize = ftis_true ccsf_in = i_tr_fields i_tabnm = i_appl_tabnm normal_mode = loc_normal_mode changing c_renamed_fields = c_renamed_fields c_errors_all = loc_errors_all exceptions others = 1.
EXTERNAL_CONTRACT_TYPE_SET * call function 'EXTERNAL_CONTRACT_TYPE_SET' * exporting * i_table = loc_renamed_wa-tabnm * importing * e_rantyp = loc_rantyp.
FTI_SELECTED_FIELDS_RENAME * call function 'FTI_SELECTED_FIELDS_RENAME' * exporting * i_rantyp = loc_rantyp * i_quantity_type = i_quant * i_initialize = ftis_true * ccsf_in = loc_ccsf_renamed * i_tabnm = loc_renamed_wa-tabnm * normal_mode = ftis_true * importing * ccsf_out = loc_ccsf_renamed_2 * changing * c_renamed_fields = loc_renamed_wa-renamed_fields_2 * c_errors_all = loc_errors_all * exceptions * others = 1.
FTI_SELECTED_KEY_FIGURES_GET call function 'FTI_SELECTED_KEY_FIGURES_GET' exporting i_applc = appl_trm i_tabnm = i_appl_tabnm i_with_reference = ftis_false importing e_fnam_tab = c_ccur_conv_fields * E_CALC = tables sf_tab_in = loc_cfbsf01_t.
FTI_SELECTED_KEY_FIGURES_GET call function 'FTI_SELECTED_KEY_FIGURES_GET' exporting i_applc = appl_trm i_tabnm = i_appl_tabnm i_with_reference = ftis_false importing e_fnam_tab = c_ccur_conv_appl * E_CALC = tables sf_tab_in = loc_cfbsf01_t.
DOCU_EXIST_CHECKS call function 'DOCU_EXIST_CHECKS' exporting id = 'DE' langu = loc_langu object = loc_object typ = 'E' exceptions ret_code = 4 others = 5.
DOCU_CALL call function 'DOCU_CALL' exporting displ = 'X' displ_mode = loc_dispm id = 'DE' langu = loc_langu object = loc_object typ = 'E' exceptions 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.