QECCHAR_RESULT SAP (Summarized Result) Structure details

Dictionary Type: Structure
Description: Summarized Result




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




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

QECCHAR_RESULT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Summarized Result" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_QECCHAR_RESULT TYPE QECCHAR_RESULT.

The QECCHAR_RESULT table consists of various fields, each holding specific information or linking keys about Summarized Result data available in SAP. These include QERGDATH (Origin of Results Data), PRUEFER (Name of the Inspector), PRUEFDATUV (Inspection Start Date), PRUEFDATUB (End Date of the Inspection).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP QECCHAR_RESULT structure 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
ATTRIBUTAttribute of the Results Record (Valid, Invalid,...) QATTRIBUTCHAR1QATTRIBUT
QERGDATHOrigin of Results Data QERGDATHCHAR2Assigned to domainQERGDATH
PRUEFERName of the Inspector QPRUEFERCHAR12QPRUEFERQPR
PRUEFDATUVInspection Start Date QPRUEFDATVDATS8DATUMQDV
PRUEFDATUBEnd Date of the Inspection QPRUEFDATBDATS8DATUM
PRUEFZEITVStarting Time of the Inspection QPRUEFZTVTIMS6QZEITQZV
PRUEFZEITBEnd Time of the Inspection QPRUEFZTBTIMS6QZEIT
PRUEFBEMKTShort Text QKURZTEXTCHAR40QKURZTEXT
ANZFEHLEHNumber of Nonconforming Sample Units QANZFEHEH4INT410QANZAHL4
ANZFEHLERNumber of Defects Found QANZFEHL4INT410QANZAHL4
ANZWERTONumber of Measured Values Above the Tolerance Range QANZWERTO4INT410QANZAHL4
ANZWERTUNumber of Measured Values Below the Tolerance Range QANZWERTU4INT410QANZAHL4
ANZWERTGNumber of Inspected Sample Units QANZWERTG4INT410QANZAHL4
MITTELWERTMean Value QMEAN_VALCHAR22QIFLTP
VARIANZVariance QVARIANCECHAR22QIFLTP
STDABWStandard Deviation of Valid Measured Values QSTDAWCCHAR16QSTATWERTC
KATALGART1Catalog Type of Assigned Code Group or Selected Set QKATAUSWCHAR1Assigned to domainQKATARTQKT
GRUPPE1Code Group QCODEGRPCHAR8Assigned to domainQCODEGRPCGP
CODE1Code QCODECHAR4Assigned to domainQCODEQCODE
VERSION1Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART2Catalog Type of Assigned Code Group or Selected Set QKATAUSWCHAR1Assigned to domainQKATARTQKT
GRUPPE2Code Group QCODEGRPCHAR8Assigned to domainQCODEGRPCGP
CODE2Code QCODECHAR4Assigned to domainQCODEQCODE
VERSION2Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART3Catalog Type of Assigned Code Group or Selected Set QKATAUSWCHAR1Assigned to domainQKATARTQKT
GRUPPE3Code Group QCODEGRPCHAR8Assigned to domainQCODEGRPCGP
CODE3Code QCODECHAR4Assigned to domainQCODEQCODE
VERSION3Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART4Catalog Type of Assigned Code Group or Selected Set QKATAUSWCHAR1Assigned to domainQKATARTQKT
GRUPPE4Code Group QCODEGRPCHAR8Assigned to domainQCODEGRPCGP
CODE4Code QCODECHAR4Assigned to domainQCODEQCODE
VERSION4Version Number QVERSNRCHAR6ALPHAQVERSNR
KATALGART5Catalog Type of Assigned Code Group or Selected Set QKATAUSWCHAR1Assigned to domainQKATARTQKT
GRUPPE5Code Group QCODEGRPCHAR8Assigned to domainQCODEGRPCGP
CODE5Code QCODECHAR4Assigned to domainQCODEQCODE
VERSION5Version Number QVERSNRCHAR6ALPHAQVERSNR

Key field Non-key field



How do I retrieve data from SAP structure QECCHAR_RESULT using ABAP code?

As QECCHAR_RESULT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on QECCHAR_RESULT as there is no data to select.

How to access SAP table QECCHAR_RESULT

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