TRSPA_AUTO_FIXING_01 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 TRSPA_AUTO_FIXING_01 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 TRSPA_AUTO_FIXING_01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRSPA_READ_FOR_AUTO_FIXING CALL FUNCTION 'TRSPA_READ_FOR_AUTO_FIXING' EXPORTING im_spa_date_to = u_spa_to im_range_comco = u_range_comco im_range_bearer_id = u_range_bearer_id im_range_bearer_cat = u_range_bearer_cat im_range_security = u_range_secid im_range_exchange = u_range_exchange im_range_price_type = u_range_price_type IMPORTING ex_tab_bearer = gl_tab_bearer EXCEPTIONS no_registrations_found = 1 OTHERS = 2.
TRSPA_APPL_START_AUTO CALL FUNCTION 'TRSPA_APPL_START_AUTO' EXPORTING pi_tab_bearer = gl_tab_bearer pi_open_mode = g_con_ira_open_mode_create pi_testrun = u_testrun pi_ira_date = u_spa_to pi_prot_errs = u_proterr pi_save_prot = u_savprot EXCEPTIONS failed = 1 OTHERS = 2.
TRSPA_READ_FOR_AUTO_REVERSE CALL FUNCTION 'TRSPA_READ_FOR_AUTO_REVERSE' EXPORTING im_spa_date_to = u_ira_from im_range_comco = u_range_comco im_range_bearer_id = u_range_bearer_id im_range_bearer_cat = u_range_bearer_cat im_range_security = u_range_secid im_range_exchange = u_range_exchange im_range_price_type = u_range_price_type IMPORTING ex_tab_bearer = gl_tab_bearer EXCEPTIONS no_registrations_found = 1 OTHERS = 2.
TRSPA_APPL_START_AUTO CALL FUNCTION 'TRSPA_APPL_START_AUTO' EXPORTING pi_tab_bearer = gl_tab_bearer pi_open_mode = g_con_ira_open_mode_reverse pi_testrun = u_testrun pi_ira_date = u_ira_from pi_prot_errs = u_proterr pi_save_prot = u_savprot EXCEPTIONS failed = 1 OTHERS = 2.
TRSPA_READ_FOR_AUTO_PLANNED CALL FUNCTION 'TRSPA_READ_FOR_AUTO_PLANNED' EXPORTING im_spa_date_to = u_ira_to im_range_comco = u_range_comco im_range_bearer_id = u_range_bearer_id im_range_bearer_cat = u_range_bearer_cat im_range_security = u_range_secid im_range_exchange = u_range_exchange im_range_price_type = u_range_price_type IMPORTING ex_tab_bearer = gl_tab_bearer EXCEPTIONS no_registrations_found = 1 OTHERS = 2.
TRSPA_APPL_START_AUTO CALL FUNCTION 'TRSPA_APPL_START_AUTO' EXPORTING pi_tab_bearer = gl_tab_bearer pi_open_mode = g_con_ira_open_mode_planned pi_testrun = u_testrun pi_ira_date = u_ira_to pi_prot_errs = u_proterr pi_save_prot = u_savprot EXCEPTIONS failed = 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.
TRSPA_AUTO_FIXING_01 - Include TRSPA_AUTO_FIXING_01 TRPM_ADJ_REVERSE - Treasury: Reverse Reconciliation Business Transactions TRPM_ADJ_REVERSE - Treasury: Reverse Reconciliation Business Transactions TRPM_ADJ_RECON - Program TRPM_ADJ_GENERATE_TRANSACTIONS TRPM_ADJ_RECON - Program TRPM_ADJ_GENERATE_TRANSACTIONS TRPM_ADJ_GENERATE_ONLINE - Treasury: Generate and Post Reconciliation Business Transactions