SAP Reports / Programs | Financials | Financial Supply Chain Management | Back Office(FIN-FSCM-TRM-TM-BO) SAP FIN

RTPM_TRE_TRANSACTIONS_DISPLAY SAP ABAP Report - Overview of Transactions of Investment Pool Participants







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

TPM88 - Overview:Inv.Pool Participant Trans.


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_TRE_TRANSACTIONS_DISPLAY. "Basic submit
SUBMIT RTPM_TRE_TRANSACTIONS_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TRE_TRANSACTIONS_DISPLAY 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: 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





Text Symbol: PFL = Fund Pool
Text Symbol: ACT = Active
Text Symbol: DFN = No Differences in Data
Text Symbol: DFY = Differences in Data
Text Symbol: EAL = Activity of Inv.Pool Participant Trans.
Text Symbol: EAM = Act.Inv.Pl Part.Trns
Text Symbol: EAS = A.InPl P.T
Text Symbol: EBL = Paymt Amt of Inv.Pool Participant Trans.
Text Symbol: EBM = Pay.Amt InvPl P.Trns
Text Symbol: EBS = PayA.IPPT
Text Symbol: ERL = Rate for Inv. Pool Participant Trans.
Text Symbol: ERM = Rate:Inv.Pl Part.Trn
Text Symbol: ERS = Rate:IPPT
Text Symbol: ESL = Status of Invest.Pool Participant Trans.
Text Symbol: ESM = Sts:Inv.Pl Part.Trns
Text Symbol: ESS = St.InPl PT
Text Symbol: ETL = Investment Pool Participant Transaction
Text Symbol: ETM = Inv.Pool Part.Trans.
Text Symbol: ETS = InvPlPartT
Text Symbol: EUL = Units for Inv. Pool Participant Trans.
Text Symbol: EUM = Units: Inv.Pl Part.T
Text Symbol: EUS = Units:IPPT
Text Symbol: EWL = Payment Crcy of Inv. Pool Part. Trans.
Text Symbol: EWM = Paymt Crcy:Inv.Pl PT
Text Symbol: EWS = PayC:IPPT
Text Symbol: FDL = Central Data Differs
Text Symbol: FDM = Data Differs
Text Symbol: FDS = Diffs.
Text Symbol: GEN = General Selections
Text Symbol: LIS = List Display
Text Symbol: NAV = Do(es) Not Exist
Text Symbol: OTH = Inactive
Text Symbol: OUT = Generated Transactions
Text Symbol: PAL = Activity: Pool Trans
Text Symbol: PAM = Activity: Pool Trans
Text Symbol: PAS = Act. Pool
Text Symbol: PBL = Payment Amount of Pool Transaction
Text Symbol: PBM = Paymt Amt Pool Tran.
Text Symbol: PBS = PayAmtPool





INCLUDES used within this REPORT RTPM_TRE_TRANSACTIONS_DISPLAY

INCLUDE RTPM_TRE_TRANSACTIONS_DISP_TOP.
INCLUDE RTPM_TRE_TRANSACTIONS_DISP_F01.


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:

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.



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