SAP Reports / Programs

SAPMF67Q SAP ABAP dialog Program - Collateral Value (Value Object)







SAPMF67Q is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for The collateral values transaction is used to determine the collateral value of real securities...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPMF67Q into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FN61 - Create collateral value
FN62 - Change collateral value
FN63 - Display collateral value


ABAP code to call this SAP report using the submit 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.






SUBMIT SAPMF67Q. "Basic submit
SUBMIT SAPMF67Q AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMF67Q VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Collateral Value (Value Object)
Text Symbol: BTI = Exit Collateral Value
Text Symbol: AZ1 = Do you want to cancel anyway?
Text Symbol: ATI = Cancel Collateral Value
Text Symbol: A10 = Collateral Value Determination (long)
Text Symbol: 600 = Collateral val.$ : User-defined fields
Text Symbol: 097 = Fix
Text Symbol: 022 = & to be deleted?
Text Symbol: 021 = Do you want collateral value
Text Symbol: 020 = Delete Collateral Value
Text Symbol: 014 = Delete
Text Symbol: 013 = Display
Text Symbol: 012 = Change
Text Symbol: 011 = Create
Text Symbol: 002 = Object
Text Symbol: 001 = Collateral Value
Text Symbol: BZ1 = Should the data entered
Text Symbol: ZZ2 = Save your data first?
Text Symbol: ZZ1 = Data has been changed.
Text Symbol: ZTI = Back
Text Symbol: TTL = Resubmission Collateral Value Determ. (long)
Text Symbol: TID = Coll. Value L
Text Symbol: OBJ = Object &
Text Symbol: NZ2 = Memo Available
Text Symbol: NZ1 = No Memo Available
Text Symbol: M02 = Error when generating possible entries.
Text Symbol: M01 = No valuation reference available.
Text Symbol: EIN = Entry
Text Symbol: CPY = Include Valuation Model
Text Symbol: BZ2 = be saved ?


INCLUDES used within this REPORT SAPMF67Q

INCLUDE MF67QTOP . "DATENDEKLARATIONEN
INCLUDE MF67QF00 .
INCLUDE MF67QREC .
INCLUDE MF67QSAV . "SICHERN UND AUFRUF VERBUCHER
INCLUDE MF67QFPO . "LEER
INCLUDE MF67QO15 .
INCLUDE MF67QI15 .
INCLUDE MF67QF15 .




INCLUDE MF67QO20 .
INCLUDE MF67QI20 .
INCLUDE MF67QF20 .
INCLUDE MF67QI31 .
INCLUDE MF67QO32 .
INCLUDE MF67QI32 .
INCLUDE MF67QO33 .
INCLUDE MF67QI33 .
INCLUDE MF67QO34 .
INCLUDE MF67QI34 .
INCLUDE MF67QO35 .
INCLUDE MF67QI35 .
INCLUDE MF67QO36 .
INCLUDE MF67QI36 .
INCLUDE MF67QI41 .
INCLUDE MF67QO42 .
INCLUDE MF67QI42 .
INCLUDE MF67QI43 .
INCLUDE MF67QO51 . "DYNPRO 510 OUTPUT
INCLUDE MF67QO52 .
INCLUDE MF67QO53 .
INCLUDE MF67QO43.
INCLUDE MF67QO10.
INCLUDE MF67QI10.
INCLUDE MF67QI51.
INCLUDE MF67QI53.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

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 SAPMF67Q or its description.