SAP Reports / Programs | Basis Components | Basis Components | Terminology/Glossary(BC-DOC-TER) SAP BC

SAPMTERM SAP ABAP dialog Program - Maintain Print Filter







SAPMTERM 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 SAPMTERM into the relevant SAP transactions such as SE38 or SE80


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 SAPMTERM. "Basic submit
SUBMIT SAPMTERM AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMTERM 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 Print Filter
Text Symbol: 064 = MULTIPLE
Text Symbol: 065 = Job canceled.
Text Symbol: 067 = View the protocol ?
Text Symbol: 070 = in background mode
Text Symbol: 075 = Online
Text Symbol: 080 = with all translations
Text Symbol: 082 = with selected translations
Text Symbol: 084 = without translations
Text Symbol: 086 = delete with translations
Text Symbol: 088 = delete translations only
Text Symbol: 090 = with the following
Text Symbol: 092 = delete the following
Text Symbol: 100 = Source language
Text Symbol: 110 = Target language
Text Symbol: 120 = Status:
Text Symbol: 130 = The following entries have definitions:
Text Symbol: 135 = The definitions will not be deleted. You may therefore
Text Symbol: 136 = find that the definitions cannot be displayed
Text Symbol: 137 = or deleted.
Text Symbol: 138 = To delete the definitions,
Text Symbol: 139 = click on 'Maintain' to switch to maintenance mode
Text Symbol: 140 = for the relevant term. You can then delete the definition
Text Symbol: 141 = from there.
Text Symbol: 150 = A glossary definition exists for this term.
Text Symbol: 151 = Check whether it needs to be modified to suit
Text Symbol: 152 = the new term, as it may otherwise not be
Text Symbol: 153 = possible to access the glossary
Text Symbol: 154 = definition.
Text Symbol: 155 = Glossary entry
Text Symbol: 160 = Delete terms
Text Symbol: 170 = Delete
Text Symbol: 180 = Print filter
Text Symbol: 185 = Maintain print filter
Text Symbol: 063 = SINGLE
Text Symbol: 001 = This term is already in
Text Symbol: 002 = the terminology database
Text Symbol: 003 = as a reference





Text Symbol: 004 = Do you want to search
Text Symbol: 005 = for the term?
Text Symbol: 006 = Maintain terminology
Text Symbol: 007 = Term already exists in
Text Symbol: 008 = other paths of the
Text Symbol: 009 = terminology database
Text Symbol: 010 = Do you want to add the
Text Symbol: 011 = term to your path?
Text Symbol: 012 = Are you sure you want to
Text Symbol: 013 = delete this term?
Text Symbol: 014 = Delete term
Text Symbol: 020 = Open reference
Text Symbol: 021 = Your changes have not been
Text Symbol: 022 = saved. Save changes?
Text Symbol: 023 = Back
Text Symbol: 024 = maintain
Text Symbol: 025 = Path already
Text Symbol: 026 = Replace term
Text Symbol: 027 = exists.
Text Symbol: 030 = Copy terms
Text Symbol: 035 = Copy print filter
Text Symbol: 036 = into path
Text Symbol: 040 = Are individual terms
Text Symbol: 041 = to be selected?
Text Symbol: 050 = The Copy operation will take at least
Text Symbol: 051 = seconds.
Text Symbol: 052 = Are you sure you want to work online ?
Text Symbol: 053 = The Copy operation will take at least 1000 seconds.
Text Symbol: 060 = COPTERM
Text Symbol: 061 = ONLINE
Text Symbol: 062 = BATCH


INCLUDES used within this REPORT SAPMTERM

INCLUDE MTERMTOP.


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:

TERM_MOVE * CALL FUNCTION 'TERM_MOVE' * EXPORTING * TERM_OLD = RTERM-BEGRIFF * TERM_NEW = RTERM-ZIELBEGR * APPLIC_OLD = APPLIKKZ * APPLIC_NEW = APPLIKKZ * LANGUAGE = RTERM-QUELLSPR * IMPORTING * RETCODE = RETCODE * EXCEPTIONS * TERM = 01 * NO_TERM = 02 * TERM_UPDATE = 03 * TERM_DELETE = 04.



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