TQEC30 SAP (Settings for Copy Inspection Results Function/Operation UD) Table details

Dictionary Type: Table
Description: Settings for Copy Inspection Results Function/Operation UD




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




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

TQEC30 is a standard SAP Table which is used to store Settings for Copy Inspection Results Function/Operation UD data and is available within R/3 SAP systems depending on the version and release level.

The TQEC30 table consists of various fields, each holding specific information or linking keys about Settings for Copy Inspection Results Function/Operation UD data available in SAP. These include ART (Inspection Type), WERK (Plant), QA_ACTIV (Control of Data Transfer During Inspection Lot Processing), QE_ACTIV (Control of Data Transfer During Results Recording).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TQEC30 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
ARTInspection Type QPARTCHAR8TQ30QPARTQLA
WERKPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
QA_ACTIVControl of Data Transfer During Inspection Lot Processing QEC_QA_ACTIVCHAR1QEC_QA_ACTIV
QE_ACTIVControl of Data Transfer During Results Recording QEC_QE_ACTIVCHAR1QEC_QE_ACTIV
CHAR_CLOSEClose Characteristic After Data Transfer QEC_CLOSECHAR1QKZ
PLAN_ORIGINResDataOr. for which a Res. Copy Is Performed in Task List QEC_PLAN_ORIGINCHAR2TQ73QERGDATH
RES_ORIGINRes.DataOrigin in Results Recordng After Successful Transfer QEC_RES_ORIGINCHAR2TQ73QERGDATH
SELECTIONData Selection Procedure for Copy Insp. Results Function QEC_SELECTIONCHAR3TQEC_SELECTIONQEC_SELECTION
MAPPINGProcedure for Characteristic Mapping at Results Copy QEC_MAPPINGCHAR3TQEC_MAPPINGQEC_MAPPING
LOG_DELNumber of Days After Which the Log Can Be Deleted QEC_LOG_DELNUMC4
LOG_SHOWImmediate Output of Log After Data Transfer QEC_LOG_SHOWCHAR1QKZ
OPER_COMPLETIONOperation Completion QEC_OC_UDCHAR1QEC_OC_UD_ACTIV
OC_VEWERKPlant QEC_OC_WERKCHAR4Assigned to domainWERKSWRKH_T001W_C
OC_VEMENGESelected Set for Operation Completion QEC_OC_QVEMENGECHAR8QPAMQAUSWAHLMGAWM
OC_VEVERSIONCode Version Used for an Automatic Operation Completion QEC_OC_QVEVERSIONCHAR6ALPHAQVERSNR
OC_VEDATUMDate of Code for Operaton Completion QEC_OC_QVEDATUMDATS8DATUM
OC_QKZVEWERKSSelected Set Must Be Available in Plant QEC_OC_QKZVEWERKSCHAR1QKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQEC30
INTO CORRESPONDING FIELDS OF WA_TQEC30
WHERE...

How to access SAP table TQEC30

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