QIMTH SAP (Evaluation methods QM STI interface) Table details

Dictionary Type: Table
Description: Evaluation methods QM STI interface




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




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

QIMTH is a standard SAP Table which is used to store Evaluation methods QM STI interface data and is available within R/3 SAP systems depending on the version and release level.

The QIMTH table consists of various fields, each holding specific information or linking keys about Evaluation methods QM STI interface data available in SAP. These include METHOD (Evaluation Method), INACTIVE (Record Blocked), RFC_DEST (RFC Destination), FUN_BEFORE (Function Module Before Processing).. 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: Not classified

Text table = QIMTHT

Text table = QISTPT


SAP QIMTH 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
METHODEvaluation Method QMETHODCHAR40QMETHOD
INACTIVERecord Blocked QINACTIVECHAR1CHAR1
RFC_DESTRFC Destination QRFC_DESTCHAR32TEXT32
FUN_BEFOREFunction Module Before Processing QFUNBEFORECHAR30TFDIRFUNCNAME
FUN_AFTERFunction Module After Processing QFUNAFTERCHAR30TFDIRFUNCNAME
MAX_REPMaximum No. of Evaluations per Call QREP_COUNTNUMC4NUMC4
MAX_CHARMaximum Number of Characteristics per Evaluation Number QMAXCHARNUMC4NUMC4
NO_CHAR_VDo Not Create Characteristic Versions QNOCHARVCHAR1CHAR1
CMPL_SMPLComplete Samples Only QICMPLSMPCHAR1CHAR1
NO_INVSMPLTransfer Invalid Samples QINFSMPLCHAR1CHAR1
NO_INVRESTransfer Invalid Results QINVRESCHAR1CHAR1
NO_RHDDo Not Transfer REPORT_HEADER QNO_RPTCHAR1CHAR1
NO_MATDo Not Transfer MATERIAL_DATA QNO_MATCHAR1CHAR1
NO_VNDDo Not Transfer VENDOR_DATA QNO_VNDCHAR1CHAR1
NO_CHDDo Not Transfer CHARACTERISTIC_HEADER QNO_CHDCHAR1CHAR1
NO_CQNDo Not Transfer CHARACTERISTIC_QUANTITATIVE QNO_CQNCHAR1CHAR1
NO_CQLDo Not Transfer CHARACTERISTIC_QUALITATIVE QNO_CQLCHAR1CHAR1
NO_SHDDo Not Transfer SAMPLE_HEADER QNO_SHDCHAR1CHAR1
NO_RQNDo Not Transfer RESULTS_QUANTITATIVE QNO_RQNCHAR1CHAR1
NO_RQLDo Not Transfer RESULTS_QUALITATIVE QNO_RQLCHAR1CHAR1
NO_RADDo Not Transfer RESULTS_ADDITIONAL_DATA QNO_RADCHAR1CHAR1
NO_MTHDo Not Transfer METHOD_DATA QNO_STPCHAR1CHAR1
USERC1User Field for Customer Enhancements QUSERC1CHAR10TEXT10
USERC2User Field for Customer Enhancements QUSERC2CHAR20TEXT20
USERC3User Field for Customer Enhancements QUSERC3CHAR40TEXT40

Key field Non-key field



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

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

SELECT SINGLE *
FROM QIMTH
INTO CORRESPONDING FIELDS OF WA_QIMTH
WHERE...

How to access SAP table QIMTH

Within an ECC or HANA version of SAP you can also view further information about QIMTH 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!