SAPMKFPR is a standard Module pool for a dialog screen ABAP Program 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 SAPMKFPR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CJF1 - Create Transfer Price Agreement
CJF2 - Change Transfer Price Agreement
CJG1 - Enter Transfer Price Allocation
CJG3 - Display Transfer Price Allocation
CJG5 - Cancel Transfer Price Allocation
CJF3 - Display Transfer Price Agreement
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.
Text Symbol: 052 = Create Transfer Price Agreement
Text Symbol: 053 = Display Transfer Price Agreement
Text Symbol: 061 = Other Transfer Price Allocation
Text Symbol: 062 = Enter Transfer Price Allocation
Text Symbol: 063 = Display Transfer Price Allocation
Text Symbol: 064 = Cancel Transfer Price Allocation
Text Symbol: 070 = Receiver cost center
Text Symbol: 071 = Service provider
Text Symbol: 072 = Document date
Text Symbol: 073 = Posting Date
Text Symbol: 074 = Agreement
Text Symbol: 075 = Profit Center
Text Symbol: 076 = Activity Allocation
Text Symbol: 077 = Individual Tasks
Text Symbol: 080 = Qty already alloc.
Text Symbol: 081 = Amt already alloc.
Text Symbol: 082 = Clearing text
Text Symbol: 083 = Text of agreement
Text Symbol: 084 = Agreed quantity
Text Symbol: 085 = Agreed amount
Text Symbol: 086 = Due on
Text Symbol: 087 = Quantity
Text Symbol: 088 = Amount
Text Symbol: 089 = Text
Text Symbol: 090 = Agreed Price
Text Symbol: 100 = Show Description
Text Symbol: 101 = Hide Description
Text Symbol: 102 = Enter Profile
Text Symbol: 103 = LongText On
Text Symbol: 104 = LongText Off
Text Symbol: 001 = Document number
Text Symbol: 002 = Item
Text Symbol: 003 = Amount
Text Symbol: 004 = Compltd
Text Symbol: 005 = Cancelled
Text Symbol: 006 = Entrd by
Text Symbol: 007 = Date
Text Symbol: 008 = Text
INCLUDE MKFPRTOP . "
INCLUDE MKFPRO00.
INCLUDE MKFPRO01.
INCLUDE MKFPRI00.
INCLUDE MKFPRI01.
INCLUDE MKFPRF00.
INCLUDE MKFPRF01.
INCLUDE MKFPRF02.
INCLUDE MKFPRF03.
INCLUDE MKFPRALV.
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.
SAPMKFPR - documentation and ABAP source code SAPMKFPR - documentation and ABAP source code SAPMKFPC - Functionality for Maintaining Fixed Price Versions SAPMKFPC - Functionality for Maintaining Fixed Price Versions SAPMKFJ1 - Transaction to Start TRACM Upload SAPMKFJ1 - Transaction to Start TRACM Upload