SAP Reports / Programs

SAPMF67X SAP ABAP dialog Program - Maintain condition table







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


Transaction Code(s):

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


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 SAPMF67X. "Basic submit
SUBMIT SAPMF67X AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMF67X VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT SAPMF67X

INCLUDE MF67XTOP.




INCLUDE MF67XF00.
INCLUDE MF67XI10.
INCLUDE MF67XO10.
INCLUDE MF67XI13.
INCLUDE MF67XO13.
INCLUDE MF67XI14.
INCLUDE MF67XO14.
INCLUDE MF67XO12.
INCLUDE MF67XI12.
INCLUDE MF67XO11.
INCLUDE MF67XI11.
INCLUDE MF67XO17.
INCLUDE MF67XI17.
INCLUDE MF67XF01.
INCLUDE MF67XI15.
INCLUDE MF67XO15.


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