ITRIA_CORE_CL_TRIA_BEARER_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 ITRIA_CORE_CL_TRIA_BEARER_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 ITRIA_CORE_CL_TRIA_BEARER_IMP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRIA_READ_BEARER CALL FUNCTION 'TRIA_READ_BEARER' EXPORTING im_bearer_cat = im_bearer_cat im_bearer_id = im_bearer_id im_modus = im_modus IMPORTING ex_tab_triat = l_tab_triat_old EXCEPTIONS OTHERS = 0.
TRIA_SAVE CALL FUNCTION 'TRIA_SAVE' IN UPDATE TASK EXPORTING im_triat_old = triat_old im_triat_new = triat_new.
TRIA_READ_GEN_INTEREST_RATE CALL FUNCTION 'TRIA_READ_GEN_INTEREST_RATE' EXPORTING im_int_reference =
-int_reference im_date_from = -ira_date IMPORTING ex_tab_ref_value = l_tab_gen_ref EXCEPTIONS no_values = 1 OTHERS = 2.
TRIA_READ_MAN_INTEREST_RATE CALL FUNCTION 'TRIA_READ_MAN_INTEREST_RATE' EXPORTING im_int_reference =
-int_reference IMPORTING ex_tab_ref_value = l_tab_gen_ref EXCEPTIONS no_values = 1 OTHERS = 2.
DEALDATA_READ CALL FUNCTION 'DEALDATA_READ' EXPORTING COMPANYCODE = me->bearer_id(4) DEALNO = me->bearer_id+4(13) STATUSNO = '2' TABLES CONDITIONS = lt_conditions EXCEPTIONS DEAL_NOT_FOUND = 1 STATUS_NOT_FOUND = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ITRIA_CORE_CL_TRIA_BEARER_IMP - Include ITRIA_CORE_CL_TRIA_BEARER_IMP ITRIA_CORE_CL_TRIA_BEARER_DEF - Include ITRIA_CORE_CL_TRIA_BEARER_DEF ITRIA_CORE_CL_SPA_BEARER_IMP - Include ITRIA_CORE_CL_SPA_BEARER_IMP ITRIA_CORE_CL_SPA_BEARER_DEF - Include ITRIA_CORE_CL_SPA_BEARER_DEF ITRIA_CORE_CL_PRA_BEARER_IMP - Include ITRIA_CORE_CL_PRA_BEARER_IMP ITRIA_CORE_CL_PRA_BEARER_DEF - Include ITRIA_CORE_CL_PRA_BEARER_DEF