SAPFPAYM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generic payment medium program of Payment Medium Workbench
If you would like to execute this report or see the full code listing simply enter SAPFPAYM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FBPM - Payment medium program of PMW
FMFG_RFC_REGE - Regenerate IPAC file Using PMW
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_BOTH = D .
Selection Text: PAR_FILL = Filler for digits in words
Selection Text: PAR_FPY3 = Form Accompanying Letter
Selection Text: PAR_PDF3 = Form Accompanying Letter
Selection Text: PAR_BELP = D .
Selection Text: PAR_FILE = D .
Selection Text: PAR_FORM = D .
Selection Text: PAR_FPY1 = D .
Selection Text: PAR_FTYP = D .
Selection Text: PAR_PDF1 = D .
Selection Text: PAR_SCRN = D .
Selection Text: PAR_VARI = D .
Selection Text: PAR_XERR = D .
Selection Text: PAR_XFIL = D .
Selection Text: PAR_XLST = D .
Selection Text: PAR_XPY1 = D .
Selection Text: PAR_XPY3 = D .
Selection Text: PAR_XPY5 = D .
Title: Payment Medium: Creation
Text Symbol: 106 = Information
Text Symbol: 105 = Display form
Text Symbol: 101 = Do you still want to continue?
Text Symbol: 100 = Data loss when selecting format
Text Symbol: 001 = Print Control
Text Symbol: 002 = Format
Text Symbol: 003 = Output Control
Text Symbol: 005 = Print Parameters
Text Symbol: 006 = Format Parameters
Text Symbol: 007 = Payment Medium Format
Text Symbol: 009 = Form
Text Symbol: 010 = Payment Medium
Text Symbol: 012 = Payment Summary
Text Symbol: 013 = Error Log
Text Symbol: 014 = Accompanying Letter
Text Symbol: 015 = Data Medium Exchange
Text Symbol: 016 = Output Dispatch
Text Symbol: 017 = Payment Summary Layout
Text Symbol: 018 = Screen Output
No INCLUDES are used within this REPORT code!
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.