SAPMF68A 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 SAPMF68A into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FN09 - Create Borrower's Note Order
FN11 - Change borrower's note order
FN12 - Display borrower's note order
FN13 - Delete borrower's note order
FN20 - Create borrower's note offer
FN21 - Change borrower's note offer
FN24 - Activate borrower's note offer
FN23 - Delete borrower's note offer
FN22 - Display borrower's note offer
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: Loans - Order Entry
Text Symbol: A06 = settle the order?
Text Symbol: A07 = Execute Order
Text Symbol: D01 = Markup/down
Text Symbol: D02 = Current Intrst
Text Symbol: M01 = Eff.Int.Rate
Text Symbol: M02 = Start of Term
Text Symbol: M03 = Term End
Text Symbol: M04 = Order Date
Text Symbol: M05 = Interest Date
Text Symbol: M06 = Pmnt Date
Text Symbol: N01 = Borrower's Note Master
Text Symbol: N10 = \INTERN\
Text Symbol: NOK = Purchase
Text Symbol: NOV = Sales
Text Symbol: NSI = Simulation
Text Symbol: NZ2 = Memo exists
Text Symbol: P01 = Counterparty
Text Symbol: P02 = Issuer
Text Symbol: P21 = Data has been changed
Text Symbol: PQC = Payment request created
Text Symbol: PRQ = Payment request noted
Text Symbol: SIM = Simulate Borrower's Note Order
Text Symbol: SOK = Purchase Borrower's Note Order
Text Symbol: SOV = Sell Borrower's Note Order
Text Symbol: SSO = Borrower's Note Order
Text Symbol: STA = - Order
Text Symbol: T00 = Bank Details
Text Symbol: T01 = Error log - No postings carried out
Text Symbol: T02 = Ender Contract Number
Text Symbol: V01 = Price copied from
Text Symbol: V02 = preemption
Text Symbol: A05 = Do you really want to
Text Symbol: 001 = Cancel Reservation
Text Symbol: 002 = Cancel Order
Text Symbol: 005 = Exit Reservation
Text Symbol: 006 = Exit Order
Text Symbol: 014 = Other Order Selected
INCLUDE MF68ATOP.
INCLUDE LFVP1TAB.
INCLUDE MF67ZF00.
INCLUDE MF68AO55.
INCLUDE MF68AI55.
INCLUDE MF68AF55.
INCLUDE MF68AO31.
INCLUDE MF68AO420.
INCLUDE MF68AI420.
INCLUDE MF68AF56.
INCLUDE MF68AF57.
INCLUDE MF68AF59.
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.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name SAPMF68A or its description.