/MFS/GOODSMVT_ITEM_S SAP (FieldService: Material Document Item) Structure details

Dictionary Type: Structure
Description: FieldService: Material Document Item




ABAP Code to SELECT data from /MFS/GOODSMVT_ITEM_S
Related tables to /MFS/GOODSMVT_ITEM_S
Access table /MFS/GOODSMVT_ITEM_S




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

/MFS/GOODSMVT_ITEM_S 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 "FieldService: Material Document Item" 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_/MFS/GOODSMVT_ITEM_S TYPE /MFS/GOODSMVT_ITEM_S.

The /MFS/GOODSMVT_ITEM_S table consists of various fields, each holding specific information or linking keys about FieldService: Material Document Item data available in SAP. These include DOC_YEAR (Material Document Year), MATDOC_ITM (Item in Material Document), MATERIAL (Material Number), PLANT (Plant).. 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 /MFS/GOODSMVT_ITEM_S 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
MAT_DOCNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
DOC_YEARMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MATDOC_ITMItem in Material Document MBLPONUMC4MBLPOPOS
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MOVE_TYPEMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
STCK_TYPEStock Type MB_INSMKCHAR1MB_INSMK
SPEC_STOCKSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
MOVE_MATReceiving/Issuing Material UMMATCHAR18Assigned to domainMATN1MATNR
MOVE_PLANTReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
MOVE_STLOCReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
ENTRY_QNTQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ENTRY_UOMUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
ENTRY_UOM_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
LINE_IDUnique identification of document line MB_LINE_IDNUMC6MB_LINE_ID
PARENT_IDIdentifier of immediately superior line MB_PARENT_IDNUMC6MB_LINE_ID
LINE_DEPTHHierarchy level of line in document MB_LINE_DEPTHNUMC2MB_LINE_DEPTH
REF_DOC_NOReference Document Number XBLNR1CHAR16XBLNR1
REFDOC_TYPEShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
REF_DOC_YRFiscal Year of a Reference Document LFBJANUMC4GJAHRGJAHR

Key field Non-key field



How do I retrieve data from SAP structure /MFS/GOODSMVT_ITEM_S using ABAP code?

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

How to access SAP table /MFS/GOODSMVT_ITEM_S

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