SAPMF67X 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 Number assignment for (selection) criteria for modifications/variants You can define selection criteria for the variants and modifications of a method...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 SAPMF67X into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FNX1 - Rollover: Create Table
FNX2 - Rollover: Change Table
FNX3 - Rollover: Display Table
FNX6 - Rollover: Delete Table
FNX7 - Rollover: Deactivate Table
FNX8 - Rollover: Print Table
FNY1 - New Business: Create Table
FNY2 - New Business: Change Table
FNY3 - New Business: Display Table
FNY6 - New Business: Delete Table
FNY7 - New Business: Deactivate Table
FNY8 - New Business: Print Table
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: Maintain condition table
Text Symbol: 042 = Name
Text Symbol: 041 = in pos. data.
Text Symbol: 040 = tabl.header and
Text Symbol: 039 = Variant(s)
Text Symbol: 038 = Criteria
Text Symbol: 037 = Modification(s)
Text Symbol: 036 = Reservation data: period / date until:
Text Symbol: 035 = Description:
Text Symbol: 034 = Effect.from/to:
Text Symbol: 033 = Status:
Text Symbol: 032 = Rollover
Text Symbol: 031 = New Business Condition Table
Text Symbol: 030 = Cancel anyway?
Text Symbol: 029 = Start deactivation?
Text Symbol: 028 = Deactivate
Text Symbol: 027 = Delete
Text Symbol: 026 = Do you really want to delete?
Text Symbol: 023 = +Tolerance -Tolerance Repmnt % PF Fr. ImS EffI AEM ReS:PF Fr.
Text Symbol: 022 = Rnk IntPer P/D rate Nom.int. PF Fr. Ref.int Si EIM ICM
Text Symbol: 021 = Crit.no. Fld name Frm To Opt. sign
Text Symbol: 020 = Rank Fld name Val./ref. MCat MOpt MSign Crit.no.
Text Symbol: 015 = Undefined
Text Symbol: 014 = Deactivated
Text Symbol: 013 = Released
Text Symbol: 012 = Revised
Text Symbol: 011 = Entered
Text Symbol: 010 = Print
Text Symbol: 009 = Memo for this table exists
Text Symbol: 008 = Memo for table
Text Symbol: 007 = Save data before exiting?
Text Symbol: 006 = Change
Text Symbol: 005 = Display
Text Symbol: 004 = Table
Text Symbol: 003 = Create
Text Symbol: 002 = Edit table
Text Symbol: 001 = Not released
INCLUDE MF67XTOP.
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.