SAP RMXTS_TRIAL_INSPPOINT Inspection Points Table data and field list

RMXTS_TRIAL_INSPPOINT 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 "Inspection Points" 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_RMXTS_TRIAL_INSPPOINT TYPE RMXTS_TRIAL_INSPPOINT.

The RMXTS_TRIAL_INSPPOINT table consists of various fields, each holding specific information or linking keys about Inspection Points data available in SAP. These include INSPLOT (Inspection Lot Number), INSPOPER (Inspection Lot Operation Number), INSPPOINT (Inspection Point Number), PART_LOT (Partial lot number)... 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. .

RMXTS_TRIAL_INSPPOINT structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RMXTS_TRIAL_INSPPOINT structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the RMXTS_TRIAL_INSPPOINT table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
INSPLOTInspection Lot Number QIBPLOSNRNUMC12QALSQPLOSQLS
INSPOPERInspection Lot Operation Number QIBPVORNRCHAR4NUMCVVORNR
INSPPOINTInspection Point Number QIBPPPKTNRNUMC6QAPPQPROBENR
PART_LOTPartial lot number QTLOSNUMC6QALTQTLOSQTL
QUANTITYInspection Point Quantity QEIFMENGPPCHAR17CHAR17
UNITInspection Point Unit of Measure QEIFEINHPRUNIT3T006CUNITMEINS
UNITCISO Code for Unit of Measure QMEASUNITCCHAR3CHAR3
UNITTShort Text for Unit of Measure QMEASUNITTCHAR20TEXT20
EQUIPMENTEquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
FUNCT_LOCFunctional Location TPLNRCHAR30IFLOTTPLNRTPLNRIFLIFLM
PHYS_SMPLPhysical Sample Number QPHYS_NRCHAR12CHAR12
USERC1User Field for 18 Characters QUSRCHAR18CHAR18ALPHAQUSRCHAR18
USERC2User Field for 10 Characters QUSRCHAR10CHAR10ALPHAQUSRCHAR10
USERN1User Field for 10 Digits QUSRNUMC10NUMC10QUSRNUMC10
USERN2User Field for 3 Digits QUSRNUMC3NUMC3QUSRNUMC3
USERD1User Field for Date QEIFUSRDATDATS8DATUM
USERT1User Field for Time QEIFUSRTIMTIMS6QZEIT
CAT_TYPECatalog QKATARTCHAR1TQ15QKATARTQKT
PSEL_SETPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
SEL_SETSelected Set of the Usage Decision QVMENGECHAR8QPAMQAUSWAHLMG
CODE_GRPCode Group of the Usage Decision QVGRUPPECHAR8QPGRQCODEGRPCGP
CODEUsage Decision Code QVCODECHAR4QPCDQCODE
REMARKShort Text QKURZTEXTCHAR40QKURZTEXT
MATERIALMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BATCHBatch Number CHARG_DCHAR10MCH1CHARGCHA
INSP_DATEInspection Start Date (QM Subsystem Interface) QEIFPRDATVDATS8DATUM
INSP_TIMEInspection Start Time (QM Subsystem Interface) QEIFPRZTVTIMS6QZEIT
INSPECTORName of the Inspector QPRUEFERCHAR12QPRUEFERQPR
SCRP_QUANTScrap Quantity QEIFASMGCHAR17CHAR17
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS
REWORK_QUANTRework Quantity QEIFNAMGCHAR17CHAR17

Key field Non-key field



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

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

How to access SAP table RMXTS_TRIAL_INSPPOINT

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

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