RTPM_VALUATION_CLASS_TRANSFER 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_VALUATION_CLASS_TRANSFER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TPM15 - Valuation Class Transfer
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_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_VCLST = Valuation Class to
Selection Text: P_VCLS = Valuation Class from
Selection Text: P_VAREA = D .
Selection Text: P_TEST = Test Run
Selection Text: P_SEC = Securities
Selection Text: P_NCHK = Transfer to All Valn Areas
Selection Text: P_MASS = Collective processing
Selection Text: P_LOA = Loans
Selection Text: P_KEYD = Key Date
Selection Text: P_DOCDAT = D .
Selection Text: P_BUKRS = D .
Selection Text: PA_PER = D .
Selection Text: PA_BUD = D .
Title: Valuation Class Transfer
Text Symbol: SEC = Securities
Text Symbol: PRD = Product Groups
Text Symbol: PAR = Transfer Posting Parameters
Text Symbol: LOA = Loans
Text Symbol: CMN = General Selections
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = space fieldname = space searchhelp = 'TRL_COMP_VAL' shlpparam = 'VALUATION_AREA' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'P_VAREA' callback_program = sy-repid callback_form = 'F4_CALLBACK' EXCEPTIONS field_not_found = 0 no_help_for_field = 0 inconsistent_help = 0 no_values_found = 0 OTHERS = 0.
TPM_TRL_SAVE_OPTIONS CALL FUNCTION 'TPM_TRL_SAVE_OPTIONS' EXPORTING i_str_tropt =
.
TPM_TRG_GET_PROD_CAT_RANGES CALL FUNCTION 'TPM_TRG_GET_PROD_CAT_RANGES' IMPORTING ex_rng_prod_cat_sec = g_str_sel_ranges-product_category.
TPM_TRG_GET_PROD_CAT_RANGES CALL FUNCTION 'TPM_TRG_GET_PROD_CAT_RANGES' IMPORTING ex_rng_prod_cat_loa = g_str_sel_ranges-product_category.
TPM_TRL_VAL_CLASS_TRANSFER CALL FUNCTION 'TPM_TRL_VAL_CLASS_TRANSFER' EXPORTING im_selection_ranges = g_str_sel_ranges im_keydate = p_keyd im_test_flag = g_flag_test im_valuation_area = p_varea im_company_code = p_bukrs im_tgt_val_class = p_vclst im_fi_posting_date = pa_bud im_fi_posting_period = pa_per im_protocol_handler = g_p_protocol_handler im_flg_no_check = p_nchk im_document_date = p_docdat im_flg_mass_transfer = p_mass EXCEPTIONS no_action = 1 internal_error = 2 no_position_found = 3 failed = 4.
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_VALUATION_CLASS_TRANSFER - Valuation Class Transfer RTPM_VALUATION_CLASS_TRANSFER - Valuation Class Transfer RTPM_TWPOB_TO_TWPOB_T - Portfolio text conversion RTPM_TWPOB_TO_TWPOB_T - Portfolio text conversion RTPM_TR_DELETE - Deletion Report for all TR Packages RTPM_TR_DELETE - Deletion Report for all TR Packages