SAP Reports / Programs | Basis Components | Change & Transport System | Transport Organizer(BC-CTS-ORG) SAP BC

SAPMTOBJ SAP ABAP dialog Program - Specification of Maintenance and Transport Objects







SAPMTOBJ 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 SAPMTOBJ 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

SOBJ - Maintenance Object Attributes
SOBT - Maintenance Object Attributes


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


Text pool values


Title: Specification of Maintenance and Transport Objects
Text Symbol: Z05 = The object category is unknown
Text Symbol: Z04 = The object category has not been entered
Text Symbol: Z03 = The object short text has not been entered
Text Symbol: Z02 = The object name has not been entered
Text Symbol: Z01 = The object type has not been entered
Text Symbol: Y51 = End maintenance &1 &2
Text Symbol: Y06 = Expected:
Text Symbol: Y04 = Method:
Text Symbol: Y03 = Language:
Text Symbol: Y01 = Length:
Text Symbol: 005 = Piece list
Text Symbol: 004 = Methods
Text Symbol: 003 = Subobjects
Text Symbol: 002 = Piece list
Text Symbol: 001 = Header data
Text Symbol: Z07 = The client-dependent flag is not set
Text Symbol: Z23 = The Customizing object has no IMG link
Text Symbol: Z22 = The object list of the object is empty
Text Symbol: Z21 = The transport flag is set incorrectly
Text Symbol: Z20 = The namespace type is unknown
Text Symbol: Z19 = The function module name has not been entered
Text Symbol: Z18 = Cross-client table in client-specific object
Text Symbol: Z17 = Client-specific table in cross-client object
Text Symbol: Z16 = The lock method is unknown
Text Symbol: Z15 = The lock flag has not been entered
Text Symbol: Z14 = The name length is not filled in
Text Symbol: Z13 = The transport-protection flag may not be set
Text Symbol: Z12 = The transport-protection flag is not set
Text Symbol: Z11 = The translation-relevant flag may not be set
Text Symbol: Z10 = The translation-relevant flag is not set
Text Symbol: Z09 = The object category is invalid
Text Symbol: Z08 = The client-dependent flag may not be set
Text Symbol: Z06 = The transport flag is invalid
Text Symbol: Z51 = The transaction code is not entered
Text Symbol: Z50 = The subobject name has not been entered
Text Symbol: Z41 = Character set is set incorrectly
Text Symbol: Z40 = Character set type is unknown





Text Symbol: Z35 = Incorrect mask length key
Text Symbol: Z34 = Incorrect mask length object name
Text Symbol: Z33 = Cross-client element in client-specific object
Text Symbol: Z32 = Element must be contained in the name or key /&
Text Symbol: Z31 = Invalid combination of PGMID OBJECT
Text Symbol: Z30 = The adjsutment flag is set incorrectly
Text Symbol: Z29 = Adjustment flag allowed for table/view (cluster) only
Text Symbol: Z28 = The adjustment flag is invalid
Text Symbol: Z27 = Contains address flag may not be set
Text Symbol: Z26 = Contains address flag is not set
Text Symbol: Z25 = Object list does not contain any primary tables
Text Symbol: Z24 = Transport flag only allowed for dummy objects
Text Symbol: Z52 = The transaction does not exist
Text Symbol: Z75 = Different categories for document:
Text Symbol: Z74 = Multiclient-compliance for cross-client CUSY objects only.
Text Symbol: Z73 = Document does not exist:
Text Symbol: Z72 = Documentation for multiclient-compliance missing.
Text Symbol: Z71 = Category for cross-client Customizing missing.
Text Symbol: Z62 = The variant does not exist
Text Symbol: Z61 = A variant is not possible for this object type
Text Symbol: Z60 = The help flag is not set
Text Symbol: Z59 = Only documentation class "SIMG" is supported
Text Symbol: Z58 = Only documentation type "0" is supported
Text Symbol: Z57 = The documentation name has not been entered
Text Symbol: Z56 = The documentation class has not been entered
Text Symbol: Z55 = The book has not been entered
Text Symbol: Z54 = The documentation type has not been entered
Text Symbol: Z53 = The short text for the subobject has not been entered


INCLUDES used within this REPORT SAPMTOBJ

No INCLUDES are used within this REPORT code!


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