TRIA_AUTO_FIXING_REVERSE_FORMS 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 TRIA_AUTO_FIXING_REVERSE_FORMS 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 TRIA_AUTO_FIXING_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TB_DEALS_READ_FOR_RANGE * call function 'TB_DEALS_READ_FOR_RANGE' * exporting * im_companycode = l_comco * im_deal_range = u_range_dealnr * im_prod_cat_range = l_deal_prod_cat_tab * importing * ex_tab_deal = l_tab_deals.
FTR_IRADJ_TRIA_BEARERID_BUILD * call function 'FTR_IRADJ_TRIA_BEARERID_BUILD' * exporting * pi_bukrs = l_comco * pi_rfha = l_deal-rfha * importing * pe_bearerid = l_bearer_id * exceptions * others = 1.
BAPI_FP_GETLIST * call function 'BAPI_FP_GETLIST' * tables * productcategories = l_sec_prod_cat_tab * securitynumbers = u_range_secid * securities = l_tab_secid.
TB_DEALS_READ_FOR_RANGE CALL FUNCTION 'TB_DEALS_READ_FOR_RANGE' EXPORTING im_comco_range = u_range_comco im_deal_range = u_range_dealnr im_prod_cat_range = l_range_prod_cat im_prod_type_range = u_range_prod_type IMPORTING ex_tab_deal = l_tab_deals.
FTR_IRADJ_TRIA_BEARERID_BUILD CALL FUNCTION 'FTR_IRADJ_TRIA_BEARERID_BUILD' EXPORTING pi_bukrs = l_deal-bukrs pi_rfha = l_deal-rfha IMPORTING pe_bearerid = l_bearer_id EXCEPTIONS OTHERS = 1.
TB_DEAL_BUKRS_CHECK CALL FUNCTION 'TB_DEAL_BUKRS_CHECK' TABLES i_tab_companycode = so_comco e_tab_companycode = ran_bukrs EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
TRIA_AUTO_FIXING_REVERSE_FORMS - Include TRIA_AUTO_FIXING_FORMS TRIA_AUTO_FIXING_01 - Include TRIA_AUTO_FIXING_01 TRIA_AUTO_FIXING - Automatic Rate/ Price Adjustment TRIA_AUTO_FIXING - Automatic Rate/ Price Adjustment TRIA_ADJUST_LIST_TOP - Include TRIA_ADJUST_LIST_TOP TRIA_ADJUST_LIST_SEL - Include TRIA_ADJUST_LIST_SEL