SERNO_MANAGER_DATA_MM SAP (Data structure for serial numbern manager) Structure details

Dictionary Type: Structure
Description: Data structure for serial numbern manager




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




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

SERNO_MANAGER_DATA_MM 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 "Data structure for serial numbern manager" 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_SERNO_MANAGER_DATA_MM TYPE SERNO_MANAGER_DATA_MM.

The SERNO_MANAGER_DATA_MM table consists of various fields, each holding specific information or linking keys about Data structure for serial numbern manager data available in SAP. These include EDOKP (Item Number of Purchasing Document), BSTYP (Purchasing Document Category), BSART (Purchasing Document Type), PSTYP (Item Category in Purchasing 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SERNO_MANAGER_DATA_MM 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
EDOKNObject Number in Purchasing EDOKNCHAR10ALPHAEDOKN
EDOKPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
RETPOReturns Item RETPOCHAR1XFELD
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
STAPOItem is statistical STAPOCHAR1XFELD
ESTKZCreation Indicator (Purchase Requisition/Schedule Lines) ESTKZCHAR1ESTKZ
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
SERNPSerial Number Profile SERAILCHAR4Assigned to domainSERAIL
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
SATNRCross-Plant Configurable Material SATNRCHAR18Assigned to domainMATN1MATNR
MENGEPurchase Order Quantity BSTMGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
ANZSNNumber of serial numbers ANZSNINT410INT4
ACTIVITYActivity category in SAP transaction AKTYPCHAR1AKTYP
PERSISTENTBoolean type MMPUR_BOOLCHAR1CHAR1
EXTERNExternally Generated Purchase Requisition EXTREQCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SERNO_MANAGER_DATA_MM

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