SAPMF64P 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 SAPMF64P into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TMDSE - Maintain Security Price
FW18 - Display Security Price
FW17 - Maintain Security Price
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.
Title: Individual Maintenance of Security Prices
Text Symbol: 001 = Edit
Text Symbol: 006 = Display
Text Symbol: 007 = Change
Text Symbol: H01 = Manual
Text Symbol: P01 = Maintain Security Price: Return
Text Symbol: P02 = Do you want to save data before
Text Symbol: P03 = exiting?
Text Symbol: P21 = Exit Processing
Text Symbol: P22 = Exit processing anyway?
Text Symbol: P31 = Cancel Processing
Text Symbol: P32 = Cancel processing anyway?
Text Symbol: PRN = Percent.-Quoted
Text Symbol: STN = Unit-Quoted
Text Symbol: T01 = Switch Between Display and Change:
Text Symbol: T02 = Your changes will be lost
Text Symbol: T03 = Save data first?
INCLUDE MF64PTOP.
INCLUDE MF64PO10.
INCLUDE MF64PI10.
INCLUDE MF64PF00.
INCLUDE MF64PF30.
INCLUDE MF64PF10.
INCLUDE MF64PF60.
INCLUDE MF64PF70.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.