ELOTD_TOGETHER SAP (Merge Screen Fields for Sample Lots) Structure details

Dictionary Type: Structure
Description: Merge Screen Fields for Sample Lots




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




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

ELOTD_TOGETHER 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 "Merge Screen Fields for Sample Lots" 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_ELOTD_TOGETHER TYPE ELOTD_TOGETHER.

The ELOTD_TOGETHER table consists of various fields, each holding specific information or linking keys about Merge Screen Fields for Sample Lots data available in SAP. These include LOSOKTXT (Text for sample lot status), MANDT (Client), LOS (Sample lot), LOSEXT (Official sample 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. .

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


SAP ELOTD_TOGETHER 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
TEXT30Text (30 Characters) TEXT30CHAR30TEXT30
LOSOKTXTText for sample lot status LOSOKTXTCHAR80TEXT80
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
LOT_TOGETHERSample Lot to be Merged LOT_TOGETHERCHAR8TE271ALPHAGEGSTLOSTE271
LOT_TARGETSample lot LOSCHAR8ALPHAGEGSTLOSTE271
STATUS_ICONText (80 Characters) TEXT80CHAR80TEXT80UEB

Key field Non-key field



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

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

How to access SAP table ELOTD_TOGETHER

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