SAPMF40K 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 SAPMF40K into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FF67 - Manual Account Statement
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: Manual Bank Statement: Central Module Pool
Text Symbol: K20 = --Item------------------------------------------------------------------------------;;
Text Symbol: K30 = --Note to Payee---------------------------------------------------------------------;;
Text Symbol: K40 = --CLearing Information--------------------------------------------------------------;;
Text Symbol: L00 = C.Code Bank Bank key Account number Currency ;;
Text Symbol: L10 = No. Date Currency Beginning bal. Endg bal. Entry Status ;;
Text Symbol: L20 = No. Tran. Value date Amount Bank ref. Status ;;
Text Symbol: L30 = No. Note to payee ;;
Text Symbol: L40 = No. Account Field Selection value ;;
Text Symbol: L7E = Elec.;;
Text Symbol: L7M = Manu.;;
Text Symbol: L80 = Entered ;;
Text Symbol: L81 = Completed ;;
Text Symbol: L82 = Posted ;;
Text Symbol: L83 = G/L posted ;;
Text Symbol: L84 = Subledger posted;;
Text Symbol: L85 = Not To Be Posted;;
Text Symbol: L90 = Being entered ;;
Text Symbol: L91 = Being postedited;;
Text Symbol: L92 = Entered ;;
Text Symbol: L93 = Postedited ;;
Text Symbol: L94 = Being posted ;;
Text Symbol: L95 = Delete ID reset ;;
Text Symbol: L97 = Posting incompl.;;
Text Symbol: L98 = Posting complete;;
Text Symbol: L99 = Deletion ID set ;;
Text Symbol: K10 = --Statement-------------------------------------------------------------------------;;
Text Symbol: 002 = Bank Key Acct
Text Symbol: 007 = SelectionValue
Text Symbol: 008 = CCode
Text Symbol: 009 = Bank
Text Symbol: 00A = Cancel ;;
Text Symbol: 00B = Exit
Text Symbol: 00Z = Back
Text Symbol: 010 = Bank Key
Text Symbol: 011 = Account
Text Symbol: 012 = Curr.
Text Symbol: 013 = No.
INCLUDE MF40KTOP.
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.
SAPMF40K - Manual Bank Statement: Central Module Pool SAPMF40K - Manual Bank Statement: Central Module Pool SAPMF40F - Module Pool for Archiving CMF Payment Advices from Bank Statement SAPMF40F - Module Pool for Archiving CMF Payment Advices from Bank Statement SAPMF40E - Module Pool for Memo Records (Advices and Plan Items - Trans.FF63) SAPMF40E - Module Pool for Memo Records (Advices and Plan Items - Trans.FF63)