SAP Reports / Programs

RTPM_REVERSE_VAL_CLASS_TRANS SAP ABAP Report - Reversal: Valuation Class Transfer







RTPM_REVERSE_VAL_CLASS_TRANS 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_REVERSE_VAL_CLASS_TRANS 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

TPM16 - Reversal Valuation Class Transfer


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_REVERSE_VAL_CLASS_TRANS. "Basic submit
SUBMIT RTPM_REVERSE_VAL_CLASS_TRANS AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_REVERSE_VAL_CLASS_TRANS 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_VCLST = General Valuation Class to
Selection Text: SO_VCLS = General Valuation Class from
Selection Text: SO_SECAC = D .
Selection Text: SO_RANL = D .
Selection Text: SO_PT = D .
Selection Text: SO_PORTF = D .
Selection Text: SO_LOANR = D .
Selection Text: SO_ACGRP = D .
Selection Text: P_XNODIA = No Dialog
Selection Text: P_TEST = Test Run
Selection Text: P_SEC = Securities
Selection Text: P_REVR = D .
Selection Text: P_LOA = Loans
Selection Text: P_KEYD = Key Date
Selection Text: P_BUKRS = D .
Selection Text: PA_PER = D .
Selection Text: PA_BUD = D .
Title: Reversal: Valuation Class Transfer
Text Symbol: TST = Test Run
Text Symbol: TPA = Transfer Posting Parameters
Text Symbol: SEC = Securities
Text Symbol: PRD = Product Groups
Text Symbol: LOA = Loans
Text Symbol: DLG = No Dialog
Text Symbol: CMN = General Selections


INCLUDES used within this REPORT RTPM_REVERSE_VAL_CLASS_TRANS

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:

TPM_TRL_SAVE_OPTIONS CALL FUNCTION 'TPM_TRL_SAVE_OPTIONS' EXPORTING i_str_tropt = .

TPM_TRG_GET_PROD_TYPE_RANGES CALL FUNCTION 'TPM_TRG_GET_PROD_TYPE_RANGES' IMPORTING ex_rng_prod_type_sec = g_rng_ptgrp.

TPM_TRG_GET_PROD_TYPE_RANGES CALL FUNCTION 'TPM_TRG_GET_PROD_TYPE_RANGES' IMPORTING ex_rng_prod_type_loa = g_rng_ptgrp.

TPM_TRL_REV_VAL_CLASS_TRANSFER CALL FUNCTION 'TPM_TRL_REV_VAL_CLASS_TRANSFER' EXPORTING im_company_code = p_bukrs im_protocol_handler = g_p_protocol_handler im_test_flag = g_flag_test im_tab_bustransid = g_tab_bustransid im_reversal_reason = p_revr im_fi_reversal_date = pa_bud im_fi_reversal_period = pa_per im_flg_no_dialog = p_xnodia EXCEPTIONS OTHERS = tpmco_subrc_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_REVERSE_VAL_CLASS_TRANS or its description.