SAPFKPY3 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 SAPFKPY3 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: PAR_XISO = D .
Selection Text: PAR_XFIL = D .
Selection Text: PAR_XESP = D .
Selection Text: PAR_FTYP = D .
Selection Text: PAR_FORM = D .
Selection Text: PAR_ANZP = D .
Selection Text: PAR_PDF3 = Form Accompanying Letter
Selection Text: PAR_FPY4 = Form for EDI cover letter
Selection Text: PAR_FPY3 = Form for DME cover letter
Selection Text: PAR_FILE = File Name (for DME)
Title: Payment Program - Payment Media
Text Symbol: 105 = Display form
Text Symbol: 104 = Do you still want to continue?
Text Symbol: 103 = another format.
Text Symbol: 102 = will be lost if you select
Text Symbol: 101 = Format-specific settings
Text Symbol: 100 = Data loss when selecting format
Text Symbol: 020 = Other specifications for payment medium format &format
Text Symbol: 016 = SAP Idoc
Text Symbol: 015 = Data Medium Exchange
Text Symbol: 014 = Accompanying letter
Text Symbol: 013 = Error log
Text Symbol: 012 = Payment summary
Text Symbol: 011 = Payment advice
Text Symbol: 010 = Payment medium
Text Symbol: 009 = Form
Text Symbol: 007 = Payment medium format
Text Symbol: 006 = Format parameters
Text Symbol: 005 = Print Parameters
Text Symbol: 003 = Output control
Text Symbol: 002 = Format
Text Symbol: 001 = Print control
INCLUDE FKPY3TOP.
INCLUDE FKPY3FA0.
INCLUDE FKPY3FC0.
INCLUDE FKPY3FD0.
INCLUDE FKPY3FF0.
INCLUDE FKPY3FG0.
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.