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

TRSPA_AUTO_FIXING_01 SAP ABAP INCLUDE - Include TRSPA_AUTO_FIXING_01







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


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 TRSPA_AUTO_FIXING_01. "Basic submit
SUBMIT TRSPA_AUTO_FIXING_01 AND RETURN. "Return to original report after report execution complete
SUBMIT TRSPA_AUTO_FIXING_01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include TRSPA_AUTO_FIXING_01


INCLUDES used within this REPORT TRSPA_AUTO_FIXING_01

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:

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.



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