RTPM_TR_DELETE 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_TR_DELETE 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_TRS = TRS
Selection Text: PA_TRQ = TRQ
Selection Text: PA_TRP = TRPR
Selection Text: PA_TRL = TRL
Selection Text: PA_TRG = TRG
Selection Text: PA_TRF = TRF
Selection Text: PA_TRDT = TRDT
Selection Text: PA_TRD = TRD
Selection Text: PA_TRA = TRAC
Selection Text: PA_TLV = TLV
Selection Text: PA_SLD = SLD
Selection Text: PA_ER = Executable Rights
Selection Text: PA_DFT = Update Types
Selection Text: PA_CA = Corporate Actions
Selection Text: PA_BUK = Company Code
Selection Text: PA_BEP = BEPP (Old Operative Valn Area)
Title: Deletion Report for all TR Packages
Text Symbol: 007 = Update Types
Text Symbol: 006 = Delete Customizing for Parallel Position Mgmt
Text Symbol: 005 = Delete Flow Data for Parallel Position Mgmt
Text Symbol: 004 = Deleted Database Records in Company Code:
Text Symbol: 003 = Execute the report anyway?
Text Symbol: 002 = Data from TR package for selected company code will be deleted
Text Symbol: 001 = !!! WARNING !!!
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_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-002 textline2 = text-003 titel = text-001 IMPORTING answer = l_answer. "#EC *
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.
RTPM_TR_DELETE - Deletion Report for all TR Packages RTPM_TR_DELETE - Deletion Report for all TR Packages RTPM_TRTF_VALCL_TRANS_REVERSAL - Reversal of Valuation Class Transfer RTPM_TRTF_VALCL_TRANS_REVERSAL - Reversal of Valuation Class Transfer RTPM_TRTF_VALCL_TRANSFER - Valuation Class Transfer RTPM_TRTF_VALCL_TRANSFER - Valuation Class Transfer