IDCFM_FRIM_CREATE_IMPAIR_F07 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 IDCFM_FRIM_CREATE_IMPAIR_F07 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: Procedures: Save in Database
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_IDCFM_FRIM_DATA CALL FUNCTION 'ENQUEUE_IDCFM_FRIM_DATA' EXPORTING valuation_area =
-valuation_area valuation_class = -valuation_class company_code = -bukrs security_account = -security_account security_id = -security_id portfolio = -portfolio account_group = -account_group * loans_contract = -loans_contract key_date = -period_end * price_type = -price_type * okuart = -okuart lot_id = -lot_id fund = lv_fund_id * grant_nbr = -grant_nbr * run_key = EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_IDCFM_FRIM_DATA CALL FUNCTION 'DEQUEUE_IDCFM_FRIM_DATA' EXPORTING valuation_area =
-valuation_area valuation_class = -valuation_class company_code = -bukrs security_account = -security_account security_id = -security_id portfolio = -portfolio account_group = -account_group * loans_contract = -loans_contract key_date = -period_end * price_type = -price_type * okuart = -okuart lot_id = -lot_id fund = lv_fund_id * grant_nbr = -grant_nbr * run_key = .
DEQUEUE_IDCFM_FRIM_RUNS CALL FUNCTION 'DEQUEUE_IDCFM_FRIM_RUNS' EXPORTING run_date = is_impairment_run-run_date run_id = is_impairment_run-run_id.
IDCFM_FRIM_DATA_WRITE_DOCUMENT CALL FUNCTION 'IDCFM_FRIM_DATA_WRITE_DOCUMENT' EXPORTING objectid = ls_cdhdr-objectid tcode = ls_cdhdr-tcode utime = ls_cdhdr-utime udate = ls_cdhdr-udate username = ls_cdhdr-username planned_or_real_changes = lc_real_changes object_change_indicator = lc_chdoc_update n_idcfm_frim_data = ls_data_new o_idcfm_frim_data = ls_data_old upd_idcfm_frim_data = ls_cdhdr-change_ind.
BANK_API_CHDOC_DISPLAY CALL FUNCTION 'BANK_API_CHDOC_DISPLAY' EXPORTING i_tab_objectid = lt_objectid i_selection_timestamp_from = l_timestamp i_flg_selectionscreen = abap_false i_applicationid = l_applicationid i_header_description = l_header_descr EXCEPTIONS not_qualified = 1 no_change_document_found = 2 internal_error = 3 system_error = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IDCFM_FRIM_CREATE_IMPAIR_F07 - Procedures: Save in Database IDCFM_FRIM_CREATE_IMPAIR_F06 - Procedures: P.B.O. & P.A.I. IDCFM_FRIM_CREATE_IMPAIR_F05 - Call BAdI IDCFM_FRIM_CALCULATE Methods IDCFM_FRIM_CREATE_IMPAIR_F04 - Procedures: Internal Data Modification IDCFM_FRIM_CREATE_IMPAIR_F03 - Procedures: Multitasking IDCFM_FRIM_CREATE_IMPAIR_F02 - Procedures: Selection and Calculation