KFPR_TRANSFORM_45A_FIXPRICE 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 KFPR_TRANSFORM_45A_FIXPRICE 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: P_TEST = Test run
Title: Transfer Price Table Conversion (Release 4.5A)
Text Symbol: 010 = Caution: Program changes tables
Text Symbol: 020 = Are you sure you want to convert the transfer price agreements?
Text Symbol: 030 = Caution - conversion program
Text Symbol: 040 = Convert transfer prices for measures
INCLUDE KFPRDATA.
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message = 1 e_message = 2 i_message = 3 w_message = 4.
MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' EXPORTING severity_from = 12 severity_to = 16 IMPORTING count = sy-tfill.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
KFPR_TRANSFORM_45A_FIXPRICE - Transfer Price Table Conversion (Release 4.5A) KFPR_TRANSFORM_45A_FIXPRICE - Transfer Price Table Conversion (Release 4.5A) KFPR_SPECIAL_EQUATES - KFPRSPECIALEQUATES KFPR_ARCH_WRITE - Transfer Price Agreement/Allocation Archiving: Write Archive KFPR_ARCH_WRITE - Transfer Price Agreement/Allocation Archiving: Write Archive KFPR_ARCH_TOP - Global Declarations for CO_FIXEDPR Archiving