IFTR_CL_FTR_PROCESS_SIMPLE_IMP 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 IFTR_CL_FTR_PROCESS_SIMPLE_IMP 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 IFTR_CL_FTR_PROCESS_SIMPLE_IMP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FTR_STAV_STATUS_SAVE CALL FUNCTION 'FTR_STAV_STATUS_SAVE' EXPORTING objnr = pi_transaction-objnr bukrs = pi_transaction-bukrs rfha = pi_transaction-rfha rfhazu = l_act-rfhazu.
FTR_STAV_STATUS_CHECK CALL FUNCTION 'FTR_STAV_STATUS_CHECK' EXPORTING activity_old = l_act_from only_check = xfalse CHANGING deal = l_trans activity = l_act_to EXCEPTIONS activity_not_allowed = 1 no_authority = 2 wrong_object = 3.
FTR_STAV_STATUS_CHECK CALL FUNCTION 'FTR_STAV_STATUS_CHECK' EXPORTING activity_old = pi_activity_from only_check = xtrue CHANGING deal = l_trans activity = l_act_to EXCEPTIONS activity_not_allowed = 1 no_authority = 2 wrong_object = 3 error_message = 4.
TCOR_CO_PROCESS_CHECK CALL FUNCTION 'TCOR_CO_PROCESS_CHECK' EXPORTING iv_company_code = l_trans-bukrs iv_deal_number = l_trans-rfha iv_curr_activity = l_act-rfhazu iv_prev_activity = l_act-rofhazu iv_activity_cat = l_act-sfgzustt iv_sfunktl = l_act-sfunktl iv_sfunktv = l_act-sfunktv EXCEPTIONS invalid = 1 OTHERS = 2.
FTR_CORR_PROCESS_CHECK CALL FUNCTION 'FTR_CORR_PROCESS_CHECK' EXPORTING i_bukrs = l_trans-bukrs i_rfha = l_trans-rfha i_rfhazu = l_act-rfhazu i_rofhazu = l_act-rofhazu i_sfgzustt = l_act-sfgzustt i_sfunktl = l_act-sfunktl i_sfunktv = l_act-sfunktv EXCEPTIONS OTHERS = 4.
TCOR_CO_DETERMINE_DEAL CALL FUNCTION 'TCOR_CO_DETERMINE_DEAL' EXPORTING iv_display = l_display iv_company_code = l_trans-bukrs iv_deal_number = l_trans-rfha iv_product_cat = l_trans-sanlf iv_product_type = l_trans-sgsart iv_transaction_type = l_trans-sfhaart iv_counterparty = l_trans-kontrh iv_activity = l_act-rfhazu iv_prev_activity = l_act-rofhazu iv_activity_cat = l_act-sfgzustt iv_curr_function = l_act-sfunktl iv_prev_function = l_act-sfunktv IMPORTING es_state_conf = l_state_con es_state_reconf = l_state_recon EXCEPTIONS invalid = 1 OTHERS = 2.
FTR_CORR_DETERMINE CALL FUNCTION 'FTR_CORR_DETERMINE' EXPORTING i_xdisplay = l_display i_bukrs = l_trans-bukrs i_rfha = l_trans-rfha i_sgsart = l_trans-sgsart i_sfhaart = l_trans-sfhaart i_kontrh = l_trans-kontrh i_rfhazu = l_act-rfhazu i_rofhazu = l_act-rofhazu i_sfgzustt = l_act-sfgzustt i_sfunktl = l_act-sfunktl i_sfunktv = l_act-sfunktv IMPORTING e_tbco_state_con = l_state_con e_tbco_state_recon = l_state_recon EXCEPTIONS OTHERS = 4.
TCOR_CO_SAVE_EXECUTE CALL FUNCTION 'TCOR_CO_SAVE_EXECUTE' EXPORTING iv_company_code = pi_activity-bukrs iv_deal_number = pi_activity-rfha iv_activity = pi_activity-rfhazu.
FTR_CORR_EXECUTE_RUN CALL FUNCTION 'FTR_CORR_EXECUTE_RUN' EXPORTING i_bukrs = pi_activity-bukrs i_rfha = pi_activity-rfha i_rfhazu = pi_activity-rfhazu.
FTR_ACTIVITYCATEGORY_GET_TEXT CALL FUNCTION 'FTR_ACTIVITYCATEGORY_GET_TEXT' EXPORTING i_sanlf = pi_transaction-sanlf i_sfgtyp = pi_transaction-sfgtyp i_sfgzustt = pi_activity-sfgzustt IMPORTING e_xfgzustt = l_act_text.
TB_TRANSACTIONTYPE_GET_DATA CALL FUNCTION 'TB_TRANSACTIONTYPE_GET_DATA' EXPORTING pi_transactiontype = pi_transaction-sfhaart pi_producttype = pi_transaction-sgsart IMPORTING pe_transactiontype_data = l_transtype_data.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IFTR_CL_FTR_PROCESS_SIMPLE_IMP - Include IFTR_CL_FTR_PROCESS_SIMPLE_IMP IFTR_CL_FTR_PROCESS_SIMPLE_DEF - Include IFTR_CL_FTR_PROCESS_SIMPLE_DEF IFTR_CL_FTR_PROCESS_MMIR_IMP - IFTRCLFTRPROCESSMMIRIMP IFTR_CL_FTR_PROCESS_MMIR_DEF - IFTRCLFTRPROCESSMMIRDEF IFTR_CL_FTR_PROCESS_FC_IMP - IFTRCLFTRPROCESSFCIMP IFTR_CL_FTR_PROCESS_FC_DEF - IFTRCLFTRPROCESSFCDEF