SAP Reports / Programs

RFPMVM_MIG SAP ABAP Report - Treasury: Migration 4.0 to 5.0







RFPMVM_MIG 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 RFPMVM_MIG 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

RFPM_MIGR - Migration 4.0 to 5.0


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 RFPMVM_MIG. "Basic submit
SUBMIT RFPMVM_MIG AND RETURN. "Return to original report after report execution complete
SUBMIT RFPMVM_MIG 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: P_STICHT = When was the put made?
Selection Text: P_TEST = Key Date
Title: Treasury: Migration 4.0 to 5.0
Text Symbol: A01 = Company Code
Text Symbol: A02 = SecAc
Text Symbol: A03 = ID Number
Text Symbol: A04 = Open Pur.
Text Symbol: A05 = Open Sale
Text Symbol: A06 = Close Pur.
Text Symbol: A07 = Close Sale
Text Symbol: A08 = Open Purch.
Text Symbol: A09 = Open Sales
Text Symbol: A10 = New Transactions/Key Dates
Text Symbol: A11 = Trans.
Text Symbol: A12 = Unit
Text Symbol: A13 = Doc. Number
Text Symbol: A14 = Text
Text Symbol: A15 = Key Date Valuation
Text Symbol: A16 = Date
Text Symbol: P02 = Key Date
Text Symbol: P03 = Test Run


INCLUDES used within this REPORT RFPMVM_MIG

INCLUDE RFPMCONS.


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:

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING ID = 'SELECTION' EXCEPTIONS OTHERS = 0.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING ID = 'WORK' EXCEPTIONS OTHERS = 0.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING ID = 'OUTPUT' EXCEPTIONS OTHERS = 0.

DEALDATA_READ CALL FUNCTION 'DEALDATA_READ' EXPORTING COMPANYCODE = WA_AFHA-BUKRS CURRENTLY_ACTIVE_STATUS = 'X' DEALNO = WA_AFHA-RFHA IMPORTING STATUS = WA_AFHAZU TABLES POSITIONS = I_AFHAPO EXCEPTIONS DEAL_NOT_FOUND = 1 STATUS_NOT_FOUND = 2 OTHERS = 3.



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