RTPM_TRE_TRANSACTIONS_REV_F03 is a standard ABAP INCLUDE 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_TRE_TRANSACTIONS_REV_F03 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log EXCEPTIONS OTHERS = 1.
TPM_TRG_GET_SOURCE_NAME CALL FUNCTION 'TPM_TRG_GET_SOURCE_NAME' EXPORTING im_source = u_source IMPORTING ex_source_name = l_context-msg_source EXCEPTIONS OTHERS = 0.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING * I_LOG_HANDLE = i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.
BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' IMPORTING e_t_msg_handle = l_handle EXCEPTIONS OTHERS = 0.
BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * I_S_LOG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_T_LOG_HANDLE = * I_T_MSG_HANDLE = i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.
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_TRE_TRANSACTIONS_REV_F03 - RTPMTRETRANSACTIONSREVF03 RTPM_TRE_TRANSACTIONS_REV_F02 - RTPMTRETRANSACTIONSREVF02 RTPM_TRE_TRANSACTIONS_REV_F01 - RTPMTRETRANSACTIONSREVF01 RTPM_TRE_TRANSACTIONS_REVERSE - Reverse Transactions for Investment Pool Participants RTPM_TRE_TRANSACTIONS_REVERSE - Reverse Transactions for Investment Pool Participants RTPM_TRE_TRANSACTIONS_GENERATE - Generate Transactions for Investment Pool Participants