SAPMF40S 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 SAPMF40S into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FF68 - Manual Check Deposit Transaction
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: Central Module Pool for Check Deposit Transaction
Text Symbol: AL6 = Entry Date
Text Symbol: AL7 = User Name
Text Symbol: AL8 = Group
Text Symbol: AL9 = Curr.
Text Symbol: FOR = Form missing ;;
Text Symbol: K00 = --Bank Account-----------------------------------------------------------------------;;
Text Symbol: K10 = --List-------------------------------------------------------------------------------;;
Text Symbol: K20 = --Check------------------------------------------------------------------------------;;
Text Symbol: K40 = --Clearing Information---------------------------------------------------------------;;
Text Symbol: L00 = C.Code Bank Bank key Bank account Currency ;;
Text Symbol: L10 = Entry date User name Group Curr. Total amount Entry Status ;;
Text Symbol: L20 = No. Check number Issuer Bank key Amount Status ;;
Text Symbol: L40 = No. Customer Field Selection value ;;
Text Symbol: L50 = Trans. Value date Rate ;;
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: 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: SRD = Entry date ;;
Text Symbol: SRN = User name ;;
Text Symbol: SRS = Group ;;
Text Symbol: AL5 = SelectionValue
Text Symbol: 001 = Do you want to exit editing?
Text Symbol: 002 = Lists have not been posted yet. ;;
Text Symbol: 003 = Unsaved data will be lost
INCLUDE MF40STOP.
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.