SAP Reports / Programs | Financials | Financial Supply Chain Management | Transfer to Financial Accounting(FIN-FSCM-TRM-TM-AC) SAP FIN

RTPM_TRL_SHOW_POSITION_VALF03 SAP ABAP INCLUDE - Include RTPM_TRL_SHOW_POSITION_VALF03







RTPM_TRL_SHOW_POSITION_VALF03 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_TRL_SHOW_POSITION_VALF03 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_SHOW_POSITION_VALF03. "Basic submit
SUBMIT RTPM_TRL_SHOW_POSITION_VALF03 AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TRL_SHOW_POSITION_VALF03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RTPM_TRL_SHOW_POSITION_VALF03


INCLUDES used within this REPORT RTPM_TRL_SHOW_POSITION_VALF03

No INCLUDES are used within this REPORT code!


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 = uv_rng_bukrs im_rng_varea = uv_rng_varea im_rng_vcls = uv_rng_vcls im_rng_pt = uv_rng_pt im_rng_ranl = uv_rng_ranl im_rng_ranlp = uv_rng_ranlp im_rng_loanr = uv_rng_loanr im_rng_posac = uv_rng_posac im_rng_secac = uv_rng_secac im_rng_acgrp = uv_rng_acgrp im_rng_portf = uv_rng_portf im_rng_long_short = uv_rng_long_short im_rng_ltf = uv_rng_ltf im_rng_lot = uv_rng_lot im_rng_fund = uv_rng_fund im_rng_grant = uv_rng_grant im_rng_extacc = uv_rng_extacc im_rng_eacurr = uv_rng_eacur im_tab_otc_deal = ut_otc_deal im_flg_use_table4otc = tpmco_xtrue im_flg_sec = uv_flg_sec im_flg_loa = uv_flg_loa im_flg_pos = uv_flg_pos im_flg_dea = uv_flg_dea im_rng_dealnr = uv_rng_dealnr IMPORTING ex_tab_position = lt_position.

GET_POSITIONS_BY_DIFF_REP CALL FUNCTION 'GET_POSITIONS_BY_DIFF_REP' EXPORTING im_rng_bukrs = uv_rng_bukrs im_rng_varea = uv_rng_varea im_rng_vcls = uv_rng_vcls im_rng_pt = uv_rng_pt im_rng_ranl = uv_rng_ranl im_rng_ranlp = uv_rng_ranlp im_rng_loanr = uv_rng_loanr im_rng_posac = uv_rng_posac im_rng_secac = uv_rng_secac im_rng_acgrp = uv_rng_acgrp im_rng_portf = uv_rng_portf im_rng_long_short = uv_rng_long_short im_rng_ltf = uv_rng_ltf im_rng_lot = uv_rng_lot im_rng_fund = uv_rng_fund im_rng_grant = uv_rng_grant im_rng_extacc = uv_rng_extacc im_rng_eacurr = uv_rng_eacur im_tab_otc_deal = ut_otc_deal im_flg_use_table4otc = tpmco_xtrue im_flg_sec = uv_flg_sec im_flg_loa = uv_flg_loa im_flg_pos = uv_flg_pos im_flg_dea = uv_flg_dea im_rng_dealnr = uv_rng_dealnr im_flg_ea = uv_flg_ea IMPORTING ex_tab_dif_pos_ident = l_tab_dif_pos_ident.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = ls_display_profile.



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