SAPMF67K 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 SAPMF67K into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FN88 - Display Write-Off Debit Position
FN87 - Change Write-Off Debit Position
FN85 - Display Waiver
FN84 - Change waiver
FN82 - Display manual debit position
FN81 - Change manual debit position
FN80 - Enter manual debit position
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 Debit Position (ManDP)
Text Symbol: T42 = Manual Posting
Text Symbol: T41 = Document could not be cleared automatically
Text Symbol: T16 = Reduce Term or Instalment
Text Symbol: T15 = Instalmt
Text Symbol: T14 = Term
Text Symbol: T13 = instalment (term unchanged)?
Text Symbol: T12 = (instalment unchanged) or reduce the
Text Symbol: T11 = Do you want to reduce the term
Text Symbol: P02 = Posting Log for Simualtion
Text Symbol: M01 = Contract
Text Symbol: END = Exit Manual Posting
Text Symbol: ABB = Cancel Manual Posting
Text Symbol: A57 = Term end cannot be determined
Text Symbol: A45 = Clearing can only be made in local currency
Text Symbol: A42 = Do you want to go to condition processing?
Text Symbol: A41 = Instalment could not be determined
Text Symbol: A40 = Manual Posting
Text Symbol: A34 = A new condition item has been created
Text Symbol: A32 = as planned flows?
Text Symbol: A31 = Do you want to save the data
Text Symbol: A30 = Posting terminated
Text Symbol: 248 = Manual Posting
Text Symbol: 028 = Posted Documents
Text Symbol: 003 = Display
Text Symbol: 002 = Edit
Text Symbol: 001 = Enter
INCLUDE MF67KTOP . "DATENDEKLARATION
INCLUDE MF67KF01.
INCLUDE MF67KF02.
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.