TQMS1 SAP (Types for Multiple Specification Objects) Table details

Dictionary Type: Table
Description: Types for Multiple Specification Objects




ABAP Code to SELECT data from TQMS1
Related tables to TQMS1
Access table TQMS1




Table field list including key, data, relationships and ABAP select examples

TQMS1 is a standard SAP Table which is used to store Types for Multiple Specification Objects data and is available within R/3 SAP systems depending on the version and release level.

The TQMS1 table consists of various fields, each holding specific information or linking keys about Types for Multiple Specification Objects data available in SAP. These include OBJECTTYPE (Type of Object for Multiple Specifications), ATINN_OK (Class Characteristic (Valuation 'Suitable For')), ATINN_NOK (Class Characteristic (Valuation 'Not Suitable for')), MS_CONTROL (Control of Object for Multiple Specifications).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TQMS1T


SAP TQMS1 table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
OBJECTTYPEType of Object for Multiple Specifications Q_MS_OBJTYPECHAR2Q_MS_OBJTYPE
ATINN_OKClass Characteristic (Valuation 'Suitable For') QATINN_OKNUMC10Assigned to domainATINNATINN
ATINN_NOKClass Characteristic (Valuation 'Not Suitable for') QATINN_NOKNUMC10Assigned to domainATINNATINN
MS_CONTROLControl of Object for Multiple Specifications Q_MS_OBJCONTROLCHAR1Q_MS_OBJCONTROL
MS_FIELDField Name for Classification by Multiple Specification Q_MS_FIELDCHAR10FIELD

Key field Non-key field



How do I retrieve data from SAP table TQMS1 using ABAP code

The following ABAP code Example will allow you to do a basic selection on TQMS1 to SELECT all data from the table
DATA: WA_TQMS1 TYPE TQMS1.

SELECT SINGLE *
FROM TQMS1
INTO CORRESPONDING FIELDS OF WA_TQMS1
WHERE...

How to access SAP table TQMS1

Within an ECC or HANA version of SAP you can also view further information about TQMS1 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!