SAP Reports / Programs

RTPM_TRL_SIMULATE_AMORT SAP ABAP Report - Simulation of Amortization







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


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_TRL_SIMULATE_AMORT. "Basic submit
SUBMIT RTPM_TRL_SIMULATE_AMORT AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TRL_SIMULATE_AMORT 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_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





Text Symbol: LOA = Loans
Text Symbol: LIS = List Display
Text Symbol: GDD = MM, Forex, OTC Derivatives
Text Symbol: FLW = Selection of TRL Flows
Text Symbol: DEA = OTC Trans.
Text Symbol: CMN = General Selections


INCLUDES used within this REPORT RTPM_TRL_SIMULATE_AMORT

INCLUDE ITPM_POSITION_SELECTION.


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:

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.



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