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

ITRIA_CORE_CL_CPA_BEARER_IMP SAP ABAP INCLUDE - Include ITRIA_CORE_CL_SPA_BEARER_IMP







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


INCLUDES used within this REPORT ITRIA_CORE_CL_CPA_BEARER_IMP

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:

TRCPA_READ_BEARER CALL FUNCTION 'TRCPA_READ_BEARER' EXPORTING im_bearer_cat = im_bearer_cat im_bearer_id = im_bearer_id IMPORTING ex_tab_trcpat = l_tab_trcpat_old EXCEPTIONS OTHERS = 0.

TRCPA_READ_BEARER2 CALL FUNCTION 'TRCPA_READ_BEARER2' EXPORTING IM_BEARER_CAT = im_bearer_cat IM_BEARER_ID = im_bearer_id IMPORTING EX_TAB_TRCPAT2 = l_tab_trcpat2_old EXCEPTIONS OTHERS = 0.

TRCPA_READ_GEN_COMMODITY_PRICE CALL FUNCTION 'TRCPA_READ_GEN_COMMODITY_PRICE' EXPORTING im_commodity_id = -commodity_id im_quot_source = -quot_source im_quot_type = -quot_type im_ira_date = -ira_date im_price_curr_unit = -price_curr_unit im_price_uom = -price_uom IMPORTING ex_str_comm_price_value = l_str_price_value EXCEPTIONS no_values = 1 OTHERS = 2.

READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING DATE = -ira_date FOREIGN_CURRENCY = -currencyfrom LOCAL_CURRENCY = -currencyto TYPE_OF_RATE = -ratetype EXACT_DATE = 'X' IMPORTING EXCHANGE_RATE = lv_exch_rate FOREIGN_FACTOR = lv_factor_from LOCAL_FACTOR = lv_factor_to * VALID_FROM_DATE = * DERIVED_RATE_TYPE = * FIXED_RATE = * OLDEST_RATE_FROM = EXCEPTIONS NO_RATE_FOUND = 1 NO_FACTORS_FOUND = 2 NO_SPREAD_FOUND = 3 DERIVED_2_TIMES = 4 OVERFLOW = 5 ZERO_RATE = 6 OTHERS = 7.

TRCPA_READ_GEN_COMMODITY_CURVE CALL FUNCTION 'TRCPA_READ_GEN_COMMODITY_CURVE' EXPORTING im_commodity_id = -commodity_id im_curve_type = l_comm_curve_type im_ira_date = -ira_date im_price_curr_unit = -price_curr_unit im_price_uom = -price_uom im_term_start = im_term_start IMPORTING ex_str_comm_price_value = l_str_price_value EXCEPTIONS no_values = 1 no_curreny_conversion_possible = 2 no_unit_conversion_possible = 3 OTHERS = 4.

TRCPA_READ_MAN_COMMODITY_PRICE CALL FUNCTION 'TRCPA_READ_MAN_COMMODITY_PRICE' EXPORTING im_commodity_id = l_commodity_id im_quot_source = l_quot_source im_quot_type = l_quot_type * IM_IRA_DATE = IMPORTING ex_tab_comm_price_values = l_tab_price_value_man EXCEPTIONS no_values = 1 OTHERS = 2.

TRCPA_SAVE CALL FUNCTION 'TRCPA_SAVE' IN UPDATE TASK EXPORTING im_trcpat_old = trcpat_old im_trcpat_new = trcpat_new.

TRCPA2_SAVE CALL FUNCTION 'TRCPA2_SAVE' IN UPDATE TASK EXPORTING im_trcpat2_old = trcpat2_old im_trcpat2_new = trcpat2_new.



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