IDCFM_FRRF_TRG_DELETE_VAL_AREA is a standard Executable ABAP Report 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_FRRF_TRG_DELETE_VAL_AREA 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.
Selection Text: PA_ACC = D .
Selection Text: PA_SIM = Test Run
Selection Text: PA_VAL = D .
Title: Deletion Report for a Parallel Additional Valuation Area
Text Symbol: 001 = !!! WARNING !!!
Text Symbol: 002 = The report deletes all data in the accounting code/valuation area.
Text Symbol: 003 = Execute the report anyway?
Text Symbol: 004 = Deleted Database Entries in Acct. Code/Val. Area:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = l_bukrs IMPORTING e_t001 = l_t001.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = g_text IMPORTING answer = l_answer.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'TRGS_DB_TABLE_DELETION_ALV' i_grid_title = l_title is_layout = l_wrk_layout it_sort = l_tab_sort TABLES t_outtab = l_tab_outtab.
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_FRRF_TRG_DELETE_VAL_AREA - Deletion Report for a Parallel Additional Valuation Area IDCFM_FRRF_TRG_DELETE_VAL_AREA - Deletion Report for a Parallel Additional Valuation Area IDCFM_FRRF_CUSTOMIZING_CHECK - Customizing Checks for Additional Valuation Area IDCFM_FRRF_CUSTOMIZING_CHECK - Customizing Checks for Additional Valuation Area IDCFM_FRIM_EXPERT_VALUES - Enter Expert Values IDCFM_FRIM_EXPERT_VALUES - Enter Expert Values