SAP Reports / Programs

RTPM_TR_DELETE SAP ABAP Report - Deletion Report for all TR Packages







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


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_TR_DELETE. "Basic submit
SUBMIT RTPM_TR_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TR_DELETE 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_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 !!!


INCLUDES used within this REPORT RTPM_TR_DELETE

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_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.



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