RTPM_TRE_TRANSACTIONS_DISPLAY 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_TRE_TRANSACTIONS_DISPLAY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TPM88 - Overview:Inv.Pool Participant Trans.
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: SO_DEAL = D .
Selection Text: SO_DAT = D .
Selection Text: SO_BUK = D .
Selection Text: P_VAR = D .
Selection Text: SO_POOL = Investment Pool: ID Number
Selection Text: SO_EGRNT = Inv.Pool Participant(s): Grant
Selection Text: SO_EFUND = Inv.Pool Participant(s): Fund
Selection Text: P_PROSP = Display Trans. to Be Created
Selection Text: P_INACT = Display Inactive Transactions
Selection Text: P_ACT = Display Active Transactions
Title: Overview of Transactions of Investment Pool Participants
Text Symbol: PTM = Transaction Pool
Text Symbol: PTL = Transaction Pool
Text Symbol: PSS = Pool Stat.
Text Symbol: PSM = Pool Transaction Sts
Text Symbol: PSL = Pool Status
Text Symbol: PRS = Pool Price
Text Symbol: PRM = Pool Transact. Price
Text Symbol: PRL = Pool Transaction Price
Text Symbol: PGS = Grant Pool
Text Symbol: PGM = Grant Pool
Text Symbol: PGL = Grant Pool
Text Symbol: PFS = Fund Pool
Text Symbol: PFM = Fund Pool
Text Symbol: PTS = Trans.Pool
Text Symbol: PUL = Units for Pool Transaction
Text Symbol: PUM = Units: Pool Trans.
Text Symbol: PUS = Units:Pool
Text Symbol: PWL = Payment Currency of Pool Transaction
Text Symbol: PWM = Pay.Crcy Pool Trans.
Text Symbol: PWS = Pay.C.Pool
Text Symbol: REV = Reversed
Text Symbol: STA = Select By Transaction Status
Text Symbol: TCL = Transactions Are Available
Text Symbol: TCM = Transacts. Available
Text Symbol: TCN = Transactions Not Created
Text Symbol: TCS = TransExist
Text Symbol: TCY = Transacts. Created
INCLUDE RTPM_TRE_TRANSACTIONS_DISP_TOP.
INCLUDE RTPM_TRE_TRANSACTIONS_DISP_F01.
No SAP DATABASE tables are accessed within this REPORT code!
TPM_TRG_CHECK_PS_AND_BLOCK CALL FUNCTION 'TPM_TRG_CHECK_PS_AND_BLOCK'.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_alv_repid i_grid_title = text-out is_layout = g_alv_layout it_fieldcat = g_tab_alv_fieldcat it_events = g_tab_alv_event is_variant = g_alv_variant i_save = 'A' TABLES t_outtab = g_tab_data_all.
TPM_TRE_POOL_GET_DATA CALL FUNCTION 'TPM_TRE_POOL_GET_DATA' EXPORTING im_company_code = u_company_code im_pool_id = u_pool_id IMPORTING ex_pool_text = c_pool_text ex_fund = c_pool_fund ex_grant_nbr = c_pool_grant EXCEPTIONS wrong_input = 1 not_found = 2 OTHERS = 3.
TB_DEAL_ACTIVITY_TO_FUNCTION CALL FUNCTION 'TB_DEAL_ACTIVITY_TO_FUNCTION' EXPORTING i_product = u_deal_endo-sanlf i_deal = u_deal_endo-sfgtyp i_activity = u_deal_endo-sfgzustt IMPORTING e_function = l_function EXCEPTIONS OTHERS = 1.
TB_DEAL_AUTHORITY_CHECK CALL FUNCTION 'TB_DEAL_AUTHORITY_CHECK' EXPORTING bukrs = u_deal_endo-bukrs sgsart = u_deal_endo-sgsart_vtbfha sfhaart = u_deal_endo-sfhaart_vtbfha rportb = u_deal_endo-rportb rldepo = u_deal_endo-rldepo_vtbfha tbegru = u_deal_endo-tbegru trfct = l_function actvt = l_con_actvt_display EXCEPTIONS OTHERS = 1.
TB_DEAL_ACTIVITY_TO_FUNCTION CALL FUNCTION 'TB_DEAL_ACTIVITY_TO_FUNCTION' EXPORTING i_product = u_deal_pool-sanlf i_deal = u_deal_pool-sfgtyp i_activity = u_deal_pool-sfgzustt IMPORTING e_function = l_function EXCEPTIONS OTHERS = 1.
TB_DEAL_AUTHORITY_CHECK CALL FUNCTION 'TB_DEAL_AUTHORITY_CHECK' EXPORTING bukrs = u_deal_pool-bukrs sgsart = u_deal_pool-sgsart_vtbfha sfhaart = u_deal_pool-sfhaart_vtbfha rportb = u_deal_pool-rportb rldepo = u_deal_pool-rldepo_vtbfha tbegru = u_deal_pool-tbegru trfct = l_function actvt = l_con_actvt_display EXCEPTIONS OTHERS = 1.
TPM_TRE_POOL_GET_DATA CALL FUNCTION 'TPM_TRE_POOL_GET_DATA' EXPORTING im_company_code = u_company_code im_pool_id = u_pool_id IMPORTING ex_flg_pool_issue = c_flg_pool_issue 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.
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_TRE_TRANSACTIONS_DISPLAY or its description.
RTPM_TRE_TRANSACTIONS_DISPLAY - Overview of Transactions of Investment Pool Participants RTPM_TRE_TRANSACTIONS_DISPLAY - Overview of Transactions of Investment Pool Participants RTPM_TRE_TRANSACTIONSTOP - RTPMTRETRANSACTIONSTOP RTPM_TRE_TRANSACTIONSF03 - RTPMTRETRANSACTIONSF03 RTPM_TRE_TRANSACTIONSF02 - RTPMTRETRANSACTIONSF02 RTPM_TRE_TRANSACTIONSF01 - RTPMTRETRANSACTIONSF01