RTPM_TRL_SIMULATE_AMORT 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_TRL_SIMULATE_AMORT 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: SO_FCBKS = D .
Selection Text: SO_FINPR = D .
Selection Text: SO_FLGSH = D .
Selection Text: SO_FUND = D .
Selection Text: SO_GRANT = D .
Selection Text: SO_INREF = D .
Selection Text: SO_KONTR = D .
Selection Text: SO_LOANR = D .
Selection Text: SO_MAAGR = D .
Selection Text: SO_OTCNR = D .
Selection Text: SO_PFOTC = D .
Selection Text: SO_PORTF = D .
Selection Text: SO_POSAC = D .
Selection Text: SO_PT = D .
Selection Text: SO_RANL = D .
Selection Text: SO_RANLP = D .
Selection Text: SO_SECAC = D .
Selection Text: SO_TID = D .
Selection Text: SO_TTYPE = D .
Selection Text: SO_VAREA = D .
Selection Text: SO_VCLS = D .
Selection Text: SO_VORG = D .
Selection Text: P_DEA = OTC Trans.
Selection Text: P_KEYDAY = Key Date
Selection Text: P_LOA = Loans
Selection Text: P_POS = Listed Derivatives
Selection Text: P_PROC = Deviant Amortization Procedure
Selection Text: P_SEC = Securities
Selection Text: SO_ACGRP = D .
Selection Text: SO_AKTIV = D .
Selection Text: SO_ASS = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_CHAR = D .
Selection Text: SO_FAC = D .
Title: Simulation of Amortization
Text Symbol: SEC = Securities
Text Symbol: PRD = Product Groups
Text Symbol: POS = Listed Derivatives
INCLUDE ITPM_POSITION_SELECTION.
No SAP DATABASE tables are accessed within this REPORT code!
GET_POSITIONS_BY_DIFF_REP CALL FUNCTION 'GET_POSITIONS_BY_DIFF_REP' EXPORTING im_rng_bukrs = so_bukrs[] im_rng_varea = so_varea[] im_rng_vcls = so_vcls[] im_rng_pt = so_pt[] im_rng_ranl = so_ranl[] im_rng_ranlp = so_ranlp[] im_rng_loanr = so_loanr[] im_rng_posac = so_posac[] im_rng_secac = so_secac[] im_rng_acgrp = so_acgrp[] im_rng_portf = so_portf[] im_rng_long_short = so_flgsh[] * im_rng_ltf = so_ltf[] * im_rng_lot = so_lot[] * im_rng_fund = so_fund[] * im_rng_grant = so_grant[] * im_tab_otc_deal = l_tab_otc_deal * im_flg_use_table4otc = tpmco_xtrue im_flg_sec = p_sec im_flg_loa = p_loa * im_flg_pos = l_flg_pos im_flg_dea = p_dea im_rng_dealnr = so_otcnr[] IMPORTING ex_tab_position = l_tab_position.
TPM_TRL_AMORT_LOG_PROTOCOL2 CALL FUNCTION 'TPM_TRL_AMORT_LOG_PROTOCOL2' EXPORTING im_keydate = u_keydate im_position = u_position im_amort_proc = u_amort_proc CHANGING c_p_protocol_handler = l_p_protocol_handler.
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_TRL_SIMULATE_AMORT - Simulation of Amortization RTPM_TRL_SIMULATE_AMORT - Simulation of Amortization RTPM_TRL_SHOW_POSITION_VALUES - Subledger Positions RTPM_TRL_SHOW_POSITION_VALUES - Subledger Positions RTPM_TRL_SHOW_POSITION_VALTOP - Include RTPM_TRL_SHOW_POSITION_VALTOP RTPM_TRL_SHOW_POSITION_VALF03 - Include RTPM_TRL_SHOW_POSITION_VALF03