EM10_MOVE_HEADER SAP (I/O Fields for Header Data for Goods Movement via Serial No.) Structure details

Dictionary Type: Structure
Description: I/O Fields for Header Data for Goods Movement via Serial No.




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




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

EM10_MOVE_HEADER 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 "I/O Fields for Header Data for Goods Movement via Serial No." 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_EM10_MOVE_HEADER TYPE EM10_MOVE_HEADER.

The EM10_MOVE_HEADER table consists of various fields, each holding specific information or linking keys about I/O Fields for Header Data for Goods Movement via Serial No. data available in SAP. These include BUDAT (Posting Date in the Document), FRBNR (Number of Bill of Lading at Time of Goods Receipt), BKTXT (Document Header Text), MOVE_MAT (Receiving/Issuing Material).. 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 EM10_MOVE_HEADER 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
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
FRBNRNumber of Bill of Lading at Time of Goods Receipt FRBNR1CHAR16XBLNR1
BKTXTDocument Header Text BKTXTCHAR25TEXT25
MOVE_MATReceiving/Issuing Material UMMATCHAR18MARAMATN1MATNR
MOVE_PLANTReceiving/Issuing Plant UMWRKCHAR4T001WWERKS
MOVE_STLOCReceiving/Issuing Storage Location UMLGOCHAR4T001LLGORT
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LFSNRNumber of External Delivery Note LFSNR1CHAR16XBLNR1
XABLNGoods Receipt/Issue Slip Number XABLNCHAR10ALPHABELNR
BWARTWAMovement Type (Inventory Management) BWARTWACHAR3T158BBWARTBWA
EBELNPurchase Order Number BSTNRCHAR10EKKOALPHAEBELNBES
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
GRUNDReason for Movement MB_GRBEWNUMC4T157DMB_GRBEW
XNAPRPrint via Output Control XNAPRCHAR1XRADINDR
WVERS1Version 1 GR/GI Slip WVERS1CHAR1XRADI
WVERS2Version 2 GR/GI Slip WVERS2CHAR1XRADI
WVERS3Version 3 of GR/GI Slip WVERS3CHAR1XRADI
WEVERVersion for Printing GR/GI Slip WEVERCHAR1WEVERWEV
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
KONTOG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
INITIALIZEDCheck indicator for data record CHKKZCHAR1CHKKZ
HEADER_CHECKEDCheck indicator for data record CHKKZCHAR1CHKKZ
INTERVAL_CHECKEDCheck indicator for data record CHKKZCHAR1CHKKZ
ITEMS_CHECKEDCheck indicator for data record CHKKZCHAR1CHKKZ
ITEMS_COMPLETEDCheck indicator for data record CHKKZCHAR1CHKKZ
DATA_SAVEDCheck indicator for data record CHKKZCHAR1CHKKZ
ENTERED_FIELDData Dictionary application table field name AD_DDFIELDCHAR30Assigned to domainFDNAME

Key field Non-key field



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

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

How to access SAP table EM10_MOVE_HEADER

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