RTPM_TRL_SHOW_POSITION_VALUES 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_SHOW_POSITION_VALUES into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TPM12 - Treasury Ledger: Position List
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_EXTAC = External Account (Pos)
Selection Text: SO_EADEA = External Account
Selection Text: SO_EACUR = Currency
Selection Text: SO_CHAR = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_ASS = D .
Selection Text: SO_AKTIV = D .
Selection Text: SO_ACGRP = D .
Selection Text: P_SKFLG = Amount Scaling Is Active
Selection Text: P_SKALV = D .
Selection Text: P_SEC =
Selection Text: P_POS =
Selection Text: P_LOA =
Selection Text: P_DECIM = Decimal Places
Selection Text: P_DEA =
Selection Text: PM_VAR = Layout
Selection Text: PM_RTYPE = Rate Type for Transl. to VC
Selection Text: PM_RHAPL = Sec. Stock Exchange (Optional)
Selection Text: PM_POD = Selection by Posting Date
Selection Text: PM_PLA = Include Planned Data
Selection Text: PM_NOZ = No Zero Positions
Selection Text: PM_KSART = Sec. Price Type (Optional)
Selection Text: PM_DATE = D .
Selection Text: SO_VORG = D .
Selection Text: SO_VCLS = D .
Selection Text: SO_VAREA = D .
Selection Text: SO_TTYPE = D .
Selection Text: SO_TID = D .
Selection Text: SO_SECAC = D .
Selection Text: SO_RANLP = D .
Selection Text: SO_RANL = D .
Selection Text: SO_PT = D .
Selection Text: SO_POSAC = D .
Selection Text: SO_PORTF = D .
Selection Text: SO_PFOTC = D .
Selection Text: SO_OTCNR = D .
Selection Text: SO_MAAGR = D .
Selection Text: SO_LOANR = D .
INCLUDE TPM_TRL_PROTOCOLSOO1.
INCLUDE RTPM_TRL_SHOW_POSITION_VALTOP.
INCLUDE ITPM_POSITION_SELECTION.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = lv_wrk_variant i_save = 'A' IMPORTING e_exit = lv_exit es_variant = lv_wrk_variant EXCEPTIONS not_found = 1.
FTR_GDPDU_USER_EXISTS CALL FUNCTION 'FTR_GDPDU_USER_EXISTS' EXCEPTIONS not_tax_auditor = 1 OTHERS = 2.
FTR_GDPDU_CHECK_DATES CALL FUNCTION 'FTR_GDPDU_CHECK_DATES' EXPORTING im_rng_company_code = so_bukrs[] im_user = sy-uname im_program = sy-cprog IMPORTING ex_flg_tax_auditor = lv_flg_tax_auditor CHANGING ch_rng_date = lv_rng_date EXCEPTIONS no_authority = 1 wrong_input = 2 OTHERS = 3.
FTR_GDPDU_ACTIONLOG CALL FUNCTION 'FTR_GDPDU_ACTIONLOG'.
GET_LOT_ATTR_BY_TRANS_ID CALL FUNCTION 'GET_LOT_ATTR_BY_TRANS_ID' EXPORTING im_rng_company_code = so_bukrs[] im_rng_deal = so_tid[] IMPORTING ex_rng_deal = so_ltf[].
TPM_PULL_POSITION_VALUES CALL FUNCTION 'TPM_PULL_POSITION_VALUES' EXPORTING iv_date = pm_date iv_no_zeros = pm_noz iv_with_planned = pm_pla iv_by_posting_date = pm_pod iv_rhandpl = pm_rhapl iv_price_type = pm_ksart iv_rate_type = pm_rtype it_position_guid = lt_position_guid_pck TABLES et_position_value_attr_txt = lt_position_value_attr_txt et_subpos_value_attr_txt = lt_subpos_value_attr_txt.
TPM_PULL_POSITION_VALUES CALL FUNCTION 'TPM_PULL_POSITION_VALUES' STARTING NEW TASK cl_fti_parallelization_service=>gv_taskname DESTINATION IN GROUP ls_groupname PERFORMING mt_receive_positions ON END OF TASK EXPORTING iv_date = pm_date iv_no_zeros = pm_noz iv_with_planned = pm_pla iv_by_posting_date = pm_pod iv_rhandpl = pm_rhapl iv_price_type = pm_ksart iv_rate_type = pm_rtype it_position_guid = lt_position_guid_pck EXCEPTIONS import_not_sufficient = 1 communication_failure = 2 system_failure = 3 resource_failure = 4 OTHERS = 5.
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_VALUES or its description.
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 RTPM_TRL_SHOW_POSITION_VALF02 - Include RTPM_TRL_SHOW_POSITION_VALF02 RTPM_TRL_SHOW_POSITION_VALF01 - Include RTPM_TRL_SHOW_POSITION_VALF01