STARV SAP (Struct. Mat. Values: Structure Values for Struc. Material) Structure details

Dictionary Type: Structure
Description: Struct. Mat. Values: Structure Values for Struc. Material




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




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

STARV 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 "Struct. Mat. Values: Structure Values for Struc. Material" 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_STARV TYPE STARV.

The STARV table consists of various fields, each holding specific information or linking keys about Struct. Mat. Values: Structure Values for Struc. Material data available in SAP. These include ZEILE (Item in Material Document), MATNR (Material Number), WERKS (Plant), XHEAD (Indicates header of structured 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: Not classified


SAP STARV 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
URZEIOriginal line in material document URZEINUMC4MBLPOPOS
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
XHEADIndicates header of structured material XHEADCHAR1XFELD
XWROBIndicates that amount is compulsory XWROBCHAR1XFELD
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
KZUMLStock transfer/transfer posting KZUMLCHAR1XFELD
XVKBWSales price valuation active XVKBWCHAR1XFELD
UMXVKSales price valuation active XVKBWCHAR1XFELD
BUDATPosting Date in the Document BUDATDATS8DATUM
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
EXWRTExternal amount EXWRTCURR13(2) WERT7
VKWRTValue at Sales Prices Including Value-Added Tax VKWRTCURR13(2) WERT7
VKWRAValue at sales prices excluding value-added tax VKWRACURR13(2) WERT7
EXVKWExternally Entered Sales Value in Local Currency EXVKWCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
VKSALValue of Total Valuated Stock at Sales Price VKSALCURR13(2) WERT13N
VKLABStock value of a value-only material at sales price VKLABCURR13(2) WERT13N
LBKUMTotal Valuated Stock LBKUMQUAN13(3) MENG13V
MATBFMaterial in Respect of Which Stock is Managed MATBFCHAR18Assigned to domainMATN1MATNR
ERGZEItem in Material Document MBLPONUMC4MBLPOPOS

Key field Non-key field



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

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

How to access SAP table STARV

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