SER03 SAP (Document Header for Serial Numbers for Goods Movements) Table details

Dictionary Type: Table
Description: Document Header for Serial Numbers for Goods Movements




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




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

SER03 is a standard SAP Table which is used to store Document Header for Serial Numbers for Goods Movements data and is available within R/3 SAP systems depending on the version and release level.

The SER03 table consists of various fields, each holding specific information or linking keys about Document Header for Serial Numbers for Goods Movements data available in SAP. These include OBKNR (Object list number), MBLNR (Number of Material Document), MJAHR (Material Document Year), ZEILE (Item in Material Document).. 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 SER03 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
OBKNRObject list number OBJKNRINT410SER00OBJKN
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
BLARTDocument Type BLARTCHAR2T003BLARTBAR
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
DATUMDate DATUMDATS8DATUM
UZEITTime UZEITTIMS6UZEIT
LETZNRCounter key OBZAENUMC4NUM4
ANZSNNumber of serial numbers ANZSNINT410INT4
VORGANGSerialization Procedure for Serial Number Management BELEGCHAR4T377XBELEG
LIEFERANTVendor number ELIEFCHAR10LFA1ALPHALIFNR
KUNDECustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
WERKPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LAGERORTStorage Location LGORT_DCHAR4T001LLGORTLAG
CHARGEBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA

Key field Non-key field



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

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

SELECT SINGLE *
FROM SER03
INTO CORRESPONDING FIELDS OF WA_SER03
WHERE...

How to access SAP table SER03

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