TE271 SAP (Sample Lot) Table details

Dictionary Type: Table
Description: Sample Lot




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




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

TE271 is a standard SAP Table which is used to store Sample Lot data and is available within R/3 SAP systems depending on the version and release level.

The TE271 table consists of various fields, each holding specific information or linking keys about Sample Lot data available in SAP. These include LOS (Sample lot), LOSEXT (Official sample lot number), LOSERST (Year of first sampling inspection), LOSOK (Status of sample lot).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TE271 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 MANDTCLNT3T000MANDT
LOSSample lot LOSCHAR8ALPHAGEGSTLOSTE271
LOSEXTOfficial sample lot number LOSEXTCHAR15TEXT15
LOSERSTYear of first sampling inspection LOSERSTNUMC4JAHR
LOSOKStatus of sample lot LOSOKCHAR1LOSOKLOSOK
LOSFAELLNext due year of sample lot LOSFAELLNUMC4JAHR
SPARTEDivision SPARTECHAR2TSPASPARTSPA
BGLKZType of certification requirement BGLKZCHAR1BGLKZ
STARTZ1Start access for first drawing in DIN random number table STARTZ1NUMC14NUMC14
LOSLAGNumber of devices in the lot that are in a warehouse LOSLAGNUMC6ANZGERLOS
LOSANZGSize of sample lot LOSANZGNUMC6ANZGERLOS
LOSDATDetermination date for devices of sample lot LOSDATDATS8DATUM
STARTD1Date of first sampling inspection drawing STARTD1DATS8DATUM
LOSAMTLot category LOSAMTNUMC2LOSAMT
STARTZ2Start access for 2nd drawing in DIN random number table STARTZ2NUMC14NUMC14
STARTD2Date of second sampling inspection drawing STARTD2DATS8DATUM
LAGERINC1Include devices not installed LAGERINCCHAR1KENNZX
LAGERINC2Include devices not installed LAGERINCCHAR1KENNZX
LOSZUMDDate on which lot was compiled LOSZUMDDATS8DATUM
LOSAUFDLot termination date LOSAUFDDATS8DATUM
LOSAUFJPeriodic replacement year after break up of sample lot LOSAUFJNUMC4JAHR
VERFAHRENSingle sample drawing VERFAHRENCHAR1VERFAHREN
EMESSWERKMeters with electronic registers only EMESSWERKCHAR1KENNZX
LOSAUFNLast changed by AENDNAMCHAR12USNAMUSR
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion Indicator LOEVMCHAR1XFELD
KZ_LOT_CNT_PROZNumber of sample devices to be determined as percentage KZ_LOT_CNT_PROZCHAR1KENNZX
PRUEFANZ_PERC_P1Number of sample devices in percent for fist drawing PRUEFANZ_PERC_P1NUMC2NUMC2
PRUEFANZ_PERC_R1Number of spare sample devices in percent for first drawing PRUEFANZ_PERC_R1NUMC2NUMC2
PRUEFANZ_PERC_P2Number of sample devices in percent for second drawing PRUEFANZ_PERC_P2NUMC2NUMC2
PRUEFANZ_PERC_R2Number of spare sample devices in percent for second drawing PRUEFANZ_PERC_R2NUMC2NUMC2
DEST_LOTTarget Sample Lot of Lot Combination DEST_LOTCHAR8ALPHAGEGSTTE271
LOT_MERGE_COMPLMerging of Lot Devices to Target Lot Complete LOT_MERGE_COMPLETECHAR1KENNZX
SAMPLE_TYPEType of Sample Lot Procedure SAMPLE_TYPECHAR1SAMPLE_TYPE
STARTD3Date of Third Sample Drawing STARTD3DATS8DATUM
STARTD4Date of Fourth Sample Drawing STARTD4DATS8DATUM
STARTD5Date of Fifth Sample Drawing STARTD5DATS8DATUM
SEED1Start Value for 1st Drawing SEED1INT410SEED
SEED2Start Value for 2nd Drawing SEED2INT410SEED
SEED3Start Value for 3rd Drawing SEED3INT410SEED
SEED4Start Value for 4th Drawing SEED4INT410SEED
SEED5Start Value for 5th Drawing SEED5INT410SEED

Key field Non-key field



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

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

SELECT SINGLE *
FROM TE271
INTO CORRESPONDING FIELDS OF WA_TE271
WHERE...

How to access SAP table TE271

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