SAP Reports / Programs

RTPM_TRG_DELETE_VAL_AREA SAP ABAP Report - Deletion Report for a Parallel Valuation Area







RTPM_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 RTPM_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 RTPM_TRG_DELETE_VAL_AREA. "Basic submit
SUBMIT RTPM_TRG_DELETE_VAL_AREA AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_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_VAL = Valuation Area
Selection Text: PA_STO = CFM Reversal Reason
Selection Text: PA_SIM = Test Run
Selection Text: PA_REV = Reverse GL/SL
Selection Text: PA_ACC = Accounting Code
Title: Deletion Report for a Parallel Valuation Area
Text Symbol: 027 = Dependent on TRLT_FIXINGSUM
Text Symbol: 026 = Dependent on TLVT_VAL_TRANS
Text Symbol: 025 = Dependent on TLVT_VAL_TRANS
Text Symbol: 024 = Dependent on TLVT_VAL_TRANS
Text Symbol: 023 = Dependent on Accounting Code/Val.Area
Text Symbol: 022 = Dependent on TRACT_DOCUMENT
Text Symbol: 021 = Dependent on DIFT_POS_IDENT
Text Symbol: 020 = Dependent on Context/Accounting Code/Val.Area
Text Symbol: 019 = Dependent on TRACT_DOCUMENT
Text Symbol: 018 = Dependent on Accounting Code/Val.Area
Text Symbol: 017 = Dependent on Company Code/Val.Area
Text Symbol: 016 = Dependent on Company Code/Val.Area
Text Symbol: 015 = Dependent on TRDT_TRDBUSTRANS
Text Symbol: 014 = Dependent on TRDT_TRDBUSTRANS
Text Symbol: 013 = Dependent on TRDT_TRDBUSTRANS
Text Symbol: 012 = Dependent on Val.Area
Text Symbol: 011 = Dependent on TRLT_DERIVTRANS
Text Symbol: 010 = Dependent on TRLT_TRANSACTION
Text Symbol: 009 = Dependent on TRLT_DERIVTRANS
Text Symbol: 008 = Dependent on TRLT_POSITION
Text Symbol: 007 = Dependent on TRLT_TRANSACTION
Text Symbol: 006 = Dependent on DIFT_POS_IDENT
Text Symbol: 004 = Deleted Database Entries in Acct. Code/Val. Area:
Text Symbol: 003 = Execute the report anyway?
Text Symbol: 002 = The report deletes all data in the accounting code/valuation area.
Text Symbol: 001 = !!! WARNING !!!


INCLUDES used within this REPORT RTPM_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.

TPM_TRAC_REPAIR_REVERSE CALL FUNCTION 'TPM_TRAC_REPAIR_REVERSE' EXPORTING im_valuation_area = pa_val im_accounting_code = pa_acc im_reversal_reason = pa_sto im_protocol_handler = l_p_protocol_handler im_testrun = l_testrun im_flg_no_check = 'X' EXCEPTIONS failed = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * i_callback_program = * i_callback_pf_status_set = * i_callback_user_command = * i_callback_top_of_page = * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' i_structure_name = 'TRGS_DB_TABLE_DELETION_ALV' * I_BACKGROUND_ID = ' ' i_grid_title = l_title * I_GRID_SETTINGS = is_layout = l_wrk_layout * it_fieldcat = * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = l_tab_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = * i_save = * is_variant = * it_events = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * e_exit_caused_by_caller = * ES_EXIT_CAUSED_BY_USER = 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 RTPM_TRG_DELETE_VAL_AREA or its description.