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

IDCFM_FRRF_TRG_DELETE_VAL_AREA SAP ABAP Report - Deletion Report for a Parallel Additional Valuation Area







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


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


Text pool values


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:


INCLUDES used within this REPORT IDCFM_FRRF_TRG_DELETE_VAL_AREA

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:

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.



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