SESTA SAP (Repetitive Mfg Master Data) Structure details

Dictionary Type: Structure
Description: Repetitive Mfg Master Data




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




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

SESTA 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 "Repetitive Mfg Master 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_SESTA TYPE SESTA.

The SESTA table consists of various fields, each holding specific information or linking keys about Repetitive Mfg Master Data data available in SAP. These include MATNR (Material number), WERKS (Plant), VERID (Production Version), MDV01 (Production line).. 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 SESTA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
MATNRMaterial number SA_MATNRCHAR18Assigned to domainMATN1MATNR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
MDV01Production line MDV01CHAR8Assigned to domainMDVXX
MDV02Planning identification 2 MDV02CHAR8Assigned to domainMDVXX
VERTODistribution key for quantity produced SA_VERTOCHAR4Assigned to domainSA_VERTL
STLALAlternative BOM STALTCHAR2ALPHAALTNR
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
APLALGroup Counter PLNALCHAR2ALPHAALTNRPAL
PLTYGTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNGKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
ALNAGGroup Counter PLNALCHAR2ALPHAALTNRPAL
PLTYMTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNMKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
ALNAMGroup Counter PLNALCHAR2ALPHAALTNRPAL
BSTMIMinimum Lot Size BSTMIQUAN13(3) MENG13
BSTMAMaximum Lot Size BSTMAQUAN13(3) MENG13
AUFNRRun schedule header number SA_AUFNRCHAR12Assigned to domainALPHASA_AUFNR
PKOSACost collector for production process PROCNR PKOSA_DCHAR12Assigned to domainALPHAAUFNR
STDAYStart of the validity period of the RS header STDAYDATS8DATUM
ENDAYEnd of validity period of the RS header ENDAYDATS8DATUM
PHAS0Indicator for blocking run schedule header SA_PHAS0CHAR1XFELD
PLRSTPlanning calendar identification SA_MRPPPCHAR3Assigned to domainMRPPP
PERIOTime bucket SA_PERIOCHAR1SA_PERIO
DISPOMRP controller of the run schedule header SA_DISPOCHAR3Assigned to domainDISPODGR
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
ALORTReceiving storage location for repetitive manufacturing ALORTCHAR4Assigned to domainLGORT
QPLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
AUARTProduction type SA_AUARTCHAR4SA_AUART

Key field Non-key field



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

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

How to access SAP table SESTA

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