RTPM_MIG_PMP 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_MIG_PMP into the relevant SAP transactions such as SE38 or SE80
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: PA_CC = D .
Selection Text: PA_FILL = Write Position Mgmt Procedure
Selection Text: PA_SIM = Test Run
Title: Set Up Assignment Table: TRGT_MIGR_PMP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MASTER_DATA_READ_SEC_BUFFERED CALL FUNCTION 'MASTER_DATA_READ_SEC_BUFFERED' EXPORTING i_ranl = l_wa_vwpdepo-ranl IMPORTING e_vwpanla = l_wa_vwpanla EXCEPTIONS entry_not_found = 1 i_ranl_initial = 2.
SECURITIES_ACCOUNT_READ_SEC CALL FUNCTION 'SECURITIES_ACCOUNT_READ_SEC' EXPORTING i_bukrs = l_wa_vwpdepo-bukrs i_rldepo = l_wa_vwpdepo-rldepo IMPORTING e_twd01 = l_wa_twd01 EXCEPTIONS entry_not_found = 1 i_bukrs_initial = 2 i_rldepo_initial = 3.
EVALUATION_PARA_DETERMINE CALL FUNCTION 'EVALUATION_PARA_DETERMINE' EXPORTING bukrs = l_wa_vwpdepo-bukrs ranl = l_wa_vwpdepo-ranl rldepo = l_wa_vwpdepo-rldepo x_ebene = 'D' bypassing_buffer = 'X' IMPORTING revaluation_amorticed_cost = l_srevac revaluation_class = l_srevcls revaluation_type = l_srevtyp revaluation_principle = l_wa_migr_pmp-srevprc EXCEPTIONS tzrr1_not_found = 1 tzrcl_not_found = 2.
PAL_FIND_DERIV_CAT CALL FUNCTION 'PAL_FIND_DERIV_CAT' EXPORTING i_bukrs = l_wa_vwpdepo-bukrs i_sanlf = l_wa_vwpanla-sanlf i_gsart = l_wa_vwpanla-gsart i_srevcls = l_srevcls i_srevtyp = l_srevtyp i_srevac = l_srevac i_portfolio = l_wa_twd01-rportb IMPORTING e_deriv_cat = l_wa_migr_pmp-deriv_cat EXCEPTIONS OTHERS = 1.
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_MIG_PMP - Set Up Assignment Table: TRGT_MIGR_PMP RTPM_MIG_PMP - Set Up Assignment Table: TRGT_MIGR_PMP RTPM_MIG_DISPLAY_UNKNOWN_FLOWS - Non-Converted Flows for Migration to CFM 1.0 RTPM_MIG_DISPLAY_UNKNOWN_FLOWS - Non-Converted Flows for Migration to CFM 1.0 RTPM_MIGR_VTBFHAPO_DELETE - Report RTPM_MIGR_VTBFHAPO_DELETE RTPM_MIGR_VTBFHAPO_DELETE - Report RTPM_MIGR_VTBFHAPO_DELETE