MOB01 SAP (Dialog Structure: Original Batch) Structure details

Dictionary Type: Structure
Description: Dialog Structure: Original Batch




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




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

MOB01 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 "Dialog Structure: Original Batch" 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_MOB01 TYPE MOB01.

The MOB01 table consists of various fields, each holding specific information or linking keys about Dialog Structure: Original Batch data available in SAP. These include XDARK (Flag ( 'X' or ' ' )), TRTYP (Transaction type), LVORM (Deletion Flag for All Data on a Batch at a Plant), UCMAO (Material from Original Batch).. 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)


SAP MOB01 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
XDARKFlag ( 'X' or ' ' ) TRPARFLAGCHAR1AS4FLAG
TRTYPTransaction type TRTYPCHAR1TRTYP
LVORMDeletion Flag for All Data on a Batch at a Plant LVOCACHAR1XFELD
UCMAOMaterial from Original Batch UCMATCHAR18Assigned to domainMATN1MATNRMAT1
UCWRKPlant from Original Batch UCWRKCHAR4T001WWERKS
UCMATMaterial from Original Batch UCMATCHAR18Assigned to domainMATN1MATNRMAT1
UCCHAOriginal Batch UCCHACHAR10Assigned to domainCHARGMCH1
ORCHABatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
UCMCHInternal use: Batch master record must be created UCMCHCHAR1FLAG
UCTXTMaterial Description (Short Text) MAKTXCHAR40TEXT40
AJAHRYear AJAHRNUMC4GJAHRGJAHR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
MATNRMaterial Number for Order CO_MATNRCHAR18Assigned to domainMATN1MATNRMAT
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BSTNRPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
BSTPOPurchase Order Item Number BSTPONUMC5Assigned to domainEBELP
DATUMDate DATUMDATS8DATUM
UCREFReference Original Batch UCREFCHAR1XFELD
REF_WERKSReference plant REF_WERKSCHAR4T001WWERKSRWK
REF_MATNRReference material REF_MATNRCHAR18Assigned to domainMATN1MATNRRMAMAT1
REF_CHARGReference Batch REF_CHARGCHAR10Assigned to domainCHARGRCH
UCEXTExternal Original Batch Number UCEXTCHAR20UCEXT
UCOKAYInternal use: Original batch checked UCOKAYCHAR1FLAG
AENAMLast changed by AENAMECHAR12UNAME
AEDATChanged On AEDATDATS8DATUM
PLANT_NAMEName NAME1CHAR30TEXT30
.INCLU--AP 0
ATRKZRequest ID ATRKZCHAR1ATRKZ

Key field Non-key field



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

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

How to access SAP table MOB01

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