RPLM_TS_QI_INSPLOT_DETAIL SAP (Details for Inspection Lot and Inspection Operation) Structure details

Dictionary Type: Structure
Description: Details for Inspection Lot and Inspection Operation




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




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

RPLM_TS_QI_INSPLOT_DETAIL 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 "Details for Inspection Lot and Inspection Operation" 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_INSPLOT_DETAIL TYPE RPLM_TS_QI_INSPLOT_DETAIL.

The RPLM_TS_QI_INSPLOT_DETAIL table consists of various fields, each holding specific information or linking keys about Details for Inspection Lot and Inspection Operation data available in SAP. These include SHORT_TEXT (Short Text), OBJECT_NO (Object number), MATERIAL (Material Number), MATL_DESC (Material Description (Short Text)).. 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_INSPLOT_DETAIL 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
INSPLOTInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
SHORT_TEXTShort Text QKURZTEXTCHAR40QKURZTEXT
OBJECT_NOObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATL_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
INSP_TYPEInspection Type QPARTCHAR8Assigned to domainQPARTQLA
SYSTEMSTATUSSystem Status CO_STTXTCHAR40CHAR40
USERSTATUSField displaying user status CO_ASTTXCHAR40CHAR40
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
INSPECTION_STARTS_ON_DATEInspection Start Date QPRSTARTDATS8DATUM
INSPECTION_ENDS_ON_DATEEnd Date of the Inspection QPRENDEDATS8DATUM
INSPLOT_SIZEInspection Lot Quantity QLOSMENGEQUAN13(3) QMENGEPLOS
INSPLOT_BASE_UOMBase Unit of Measure for The Inspection Lot Quantity QLOSMENGEHUNIT3Assigned to domainCUNITMEINS
SAMPLE_SIZESample Size QGESTICHQUAN13(3) QMENGEPLOS
SAMPLE_BASE_UOMBase Unit of Measure for the Sample Unit QPROBEMGEHUNIT3Assigned to domainCUNITMEINS
TASK_LIST_TYPETask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
TASK_LIST_NUMBERKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
TASK_LIST_COUNTERGroup Counter PLNALCHAR2ALPHAALTNRPAL
CUSTOMERCustomer (Ship-To Party) QKUNWECHAR10Assigned to domainALPHAKUNNRDEBI
VENDORVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MANUFACTURERNumber of Manufacturer QLIFNRCHAR10Assigned to domainALPHALIFNRLIF
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
DELIV_NOTE_SALES_ORDSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
DELIV_NOTE_S_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
INSPOPERInspection Lot Operation Number QIBPVORNRCHAR4NUMCVVORNR
TXT_OPERShort Text QKURZTEXTCHAR40QKURZTEXT
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WORKCENTERWork Center QPRPLATZCHAR8ARBPLQAP
PLNT_WORKCPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
TXT_WORKCShort Text QKURZTEXTCHAR40QKURZTEXT

Key field Non-key field



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

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

How to access SAP table RPLM_TS_QI_INSPLOT_DETAIL

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