SAP EAMS_S_SP_EQUI_SERIALNUMDATA Service Provider- Serial Number Data Table data and field list

EAMS_S_SP_EQUI_SERIALNUMDATA 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 "Service Provider- Serial Number Data" 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_EAMS_S_SP_EQUI_SERIALNUMDATA TYPE EAMS_S_SP_EQUI_SERIALNUMDATA.

The EAMS_S_SP_EQUI_SERIALNUMDATA table consists of various fields, each holding specific information or linking keys about Service Provider- Serial Number Data data available in SAP. These include EAMS_EQUNR (Equipment Number), MATNR (Material Number), MATNR_OLD (Material Number), SERNR (Serial 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. .

EAMS_S_SP_EQUI_SERIALNUMDATA structure Technical Details:

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


SAP EAMS_S_SP_EQUI_SERIALNUMDATA 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 EAMS_S_SP_EQUI_SERIALNUMDATA 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
EAMS_EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATNR_OLDMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
LSERNRLast Numerical Serial Number LSERNRCHAR18ALPHAGERNR
EQTYPEquipment category EQTYPCHAR1Assigned to domainEQTYPEQT
CHARGEBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DATLWBDate of Last Goods Movement DATLWBDATS8DATS
LBBSAStock Type of Goods Movement (Primary Posting) LBBSACHAR2T156CLBBSA
B_WERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
B_LAGERStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
B_CHARGEBatch Number B_CHARGECHAR10Assigned to domainCHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
KUNNRCustomer account number B_KUNNRCHAR10Assigned to domainALPHAKUNNRKUN
LIFNRAccount number of the vendor B_LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
.INCLU--AP 0
DISUB_OWNEROwner of stock OWNER_DCHAR10Assigned to domainALPHALIFNR
MATNR_TEXTMaterial Description (Short Text) MAKTXCHAR40TEXT40
LBBSA_TEXTLong Field Label SCRTEXT_LCHAR40SCRTEXT_L
B_WERK_TEXTName NAME1CHAR30TEXT30
B_LAGER_TEXTDescription of Storage Location LGOBECHAR16TEXT16
SOBKZ_TEXTDescription of special stock SOTXT_DCHAR20TEXT20
SLASH 0
UII_CHAR72Unique Item Identifier UII_CHAR72CHAR72UII_CHAR72UIIH_UII
IUID_TYPEStructure Type of UII IUID_TYPECHAR10Assigned to domainIUID_TYPEH_IUID_TYPE
UII_PLANTPlant Responsible for UII UII_PLANTCHAR4Assigned to domainWERKSWRKH_T001W_C

Key field Non-key field



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

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

How to access SAP table EAMS_S_SP_EQUI_SERIALNUMDATA

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

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