RPLM_TS_QI_SINGLE_RESULTS SAP (RPLM QI: Recording of Single Values in Results Recording) Structure details

Dictionary Type: Structure
Description: RPLM QI: Recording of Single Values in Results Recording




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




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

RPLM_TS_QI_SINGLE_RESULTS 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 "RPLM QI: Recording of Single Values in Results Recording" 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_RPLM_TS_QI_SINGLE_RESULTS TYPE RPLM_TS_QI_SINGLE_RESULTS.

The RPLM_TS_QI_SINGLE_RESULTS table consists of various fields, each holding specific information or linking keys about RPLM QI: Recording of Single Values in Results Recording data available in SAP. These include RES_NO (Counter for Inspection Unit Number), LAST_RES (Last Original Value, Sample or Inspection Point), RES_VALUE (Measured Value), RES_ATTR (Results Record Attribute).. 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: Cannot Be Enhanced


SAP RPLM_TS_QI_SINGLE_RESULTS 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
INSPCHARInsp. Lot Charac. No. QIBPMERKNRNUMC4NUMC4
RES_NOCounter for Inspection Unit Number QSTUECKNRNUMC4QZAEHL
LAST_RESLast Original Value, Sample or Inspection Point QEIFKZENDECHAR1QKZ
RES_VALUEMeasured Value QRES_VALUECHAR22QIFLTP
RES_ATTRResults Record Attribute QRES_ATTRCHAR1QATTRIBUT
RES_INVALInvalid Result QRES_INVALCHAR1CHAR1
RES_VALUATInspection Result Valuation QMBEWERTGCHAR1QEEBEWERTG
DEFECTSNumber of Defects for Confirmation of Charac. via QM-IDI QEIFAFEHLCHAR7CHAR7
VALUATION_TEXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
CODE1Code QCODECHAR4Assigned to domainQCODEQCODE
CODE_GRP1Code Group QCODE_GROUCHAR8CHAR8
CATALOG_TYPECatalog QKATARTCHAR1Assigned to domainQKATARTQKT
SEL_SETAssigned Code Group or Selected Set QCGRAUSWCHAR8QCGRAUSW
SEL_SET_PLANTPlant of the Assigned Selected Set QWERKAUSWCHAR4Assigned to domainWERKSWRK
CODE_TEXTShort Text for Code (Up to 40 Characters in Length) QTXT_CODECHAR40QKURZTEXT
CREA_INSP_DATEInspection Start Date QPRUEFDATVDATS8DATUMQDV
CREA_INSP_TIMEStarting Time of the Inspection QPRUEFZTVTIMS6QZEITQZV
TOLERANCE_STATUSStatus of Tolerance Check of Inspection Result RPLM_TD_QI_TOLERANCE_STATUSCHAR2RPLM_QI_TOLERANCE_STATUS
CODE_GROUP_TEXTShort Description of the Code Group QKTEXTGRCHAR40QKURZTEXT
RES_VALUE_FMeasured Value for a Sample Unit QMESSWERTFLTP16(16) QURWERT

Key field Non-key field



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

As RPLM_TS_QI_SINGLE_RESULTS 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 RPLM_TS_QI_SINGLE_RESULTS as there is no data to select.

How to access SAP table RPLM_TS_QI_SINGLE_RESULTS

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