SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

RTPM_MIG_PMP SAP ABAP Report - Set Up Assignment Table: TRGT_MIGR_PMP







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


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_MIG_PMP. "Basic submit
SUBMIT RTPM_MIG_PMP AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_MIG_PMP 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: 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


INCLUDES used within this REPORT RTPM_MIG_PMP

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:

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.



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