RTPM_TRQ_BUSTRANS_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_TRQ_BUSTRANS_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: P_TEST = D .
Selection Text: S_BTCAT = D .
Selection Text: S_BUK = D .
Selection Text: S_PGRP = D .
Title: Delete Business Transactions in TRQ
Text Symbol: CTR = Control Data
Text Symbol: DIF = Selection
Text Symbol: END = No business transactions to be deleted
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING msgid = 'TRQ0' msgno = '027' msgv1 = u_comp_code.
TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING percentage = u_percentage msgid = 'TRQ0' msgno = '027' msgv1 = u_comp_code.
TPM_TRQ_DATA_DELETE CALL FUNCTION 'TPM_TRQ_DATA_DELETE' IN UPDATE TASK EXPORTING im_tab_trqt_bustrans = u_tab_bustrans im_tab_trqt_flow = l_tab_flow im_tab_trqt_traflow = l_tab_traflow im_tab_trqt_posflow = l_tab_posflow im_tab_trqt_lotflow = l_tab_lotflow im_tab_trqt_flowgroup = l_tab_flowgroup im_tab_trqt_assignment = l_tab_assignment im_tab_trqt_assign_item = l_tab_assign_item.
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_TRQ_BUSTRANS_DELETE - Delete Business Transactions in TRQ RTPM_TRQ_BUSTRANS_DELETE - Delete Business Transactions in TRQ RTPM_TRPR_PAYMENT_JOURNAL - Payment Journal RTPM_TRPR_PAYMENT_JOURNAL - Payment Journal RTPM_TRL_VALUATION_REVERSAL - Reverse Valuation RTPM_TRL_VALUATION_REVERSAL - Reverse Valuation