SER09 SAP (Doc. Header for Serial Numbers for Purchase Requisition Item) Table details

Dictionary Type: Table
Description: Doc. Header for Serial Numbers for Purchase Requisition Item




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




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

SER09 is a standard SAP Table which is used to store Doc. Header for Serial Numbers for Purchase Requisition Item data and is available within R/3 SAP systems depending on the version and release level.

The SER09 table consists of various fields, each holding specific information or linking keys about Doc. Header for Serial Numbers for Purchase Requisition Item data available in SAP. These include OBKNR (Object list number), BANFN (Purchase Requisition Number), BNFPO (Item Number of Purchase Requisition), ETENR (Delivery Schedule Line Counter).. 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 SER09 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 MANDTCLNT3Assigned to domainMANDT
OBKNRObject list number OBJKNRINT410Assigned to domainOBJKN
BANFNPurchase Requisition Number BANFNCHAR10EBANALPHABANFNBANMBAN_C
BNFPOItem Number of Purchase Requisition BNFPONUMC5EBANBNFPOBAP
ETENRDelivery Schedule Line Counter EETENNUMC4Assigned to domainEETEN
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
BSARTPurchasing Document Type ESARTCHAR4T161BSARTBSA
PSTYPItem Category in Purchasing Document PSTYPCHAR1T163PSTYP
WERKPlant EWERKCHAR4T001WWERKSWRK
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
ANZSNNumber of serial numbers ANZSNINT410INT4
DATUMDate DATUMDATS8DATUM
.INCLU--AP 0
SERRUType of subcontracting SERRUCHAR1SERRUSERRU

Key field Non-key field



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

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

SELECT SINGLE *
FROM SER09
INTO CORRESPONDING FIELDS OF WA_SER09
WHERE...

How to access SAP table SER09

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