SINVT SAP (Work Fields for Inventory Sampling) Structure details

Dictionary Type: Structure
Description: Work Fields for Inventory Sampling




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




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

SINVT 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 "Work Fields for Inventory Sampling" 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_SINVT TYPE SINVT.

The SINVT table consists of various fields, each holding specific information or linking keys about Work Fields for Inventory Sampling data available in SAP. These include ZPSTI (Text for inventory sampling method), HOCHR (Name of selected extrapolation procedure), SISTA (Text for identification of an inventory sampling status), BDSTI (Name of selected area of inventory sampling).. 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 SINVT 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 MANDTCLNT3T000MANDT
ZPSTIText for inventory sampling method MBS_ZPSTITCHAR40TEXT40
HOCHRName of selected extrapolation procedure MBS_HOCHRTCHAR40TEXT40
SISTAText for identification of an inventory sampling status MBS_SISTATCHAR40TEXT40
BDSTIName of selected area of inventory sampling MBS_BDSTITCHAR40TEXT40
XISAPText for identification of inventory sampling MBS_XISAPTCHAR40TEXT40
IGSCHDefault key for inventory sampling profile MBS_IGSCHCHAR2T159GMBS_IGSCH
PLVERNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
PLSPRNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
PLSPENumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
ZUFTEXTText for inventory sampling MBS_STEXTCHAR40TEXT40
PLGESNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
AKVERNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
AKVER_GEZNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
AKVER_GEBNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
AKSPRNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
AKSPENumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
AKSPE_GEZNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
AKSPE_GEBNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
AKGESNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
AKGES_GEZNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
AKGES_GEBNumeric output field, 6 chars long MBS_OUTN6NUMC6NUM06
PREIS_ALTUpper price limit for sampling area MBS_PREIOCURR11(2) WERT11
PREIS_NEUUpper price limit for sampling area MBS_PREIOCURR11(2) WERT11
BUANF_ALTUpper value limit for sampling area MBS_WERTOCURR13(2) WERT13
BUANF_NEUUpper value limit for sampling area MBS_WERTOCURR13(2) WERT13
BUANF_DIF1Initial book value MBS_BUANFCURR13(2) WERT13
BUANF_DIF2Initial book value MBS_BUANFCURR13(2) WERT13
BUANF_DIF3Initial book value MBS_BUANFCURR13(2) WERT13
PROZENT_NEUPercentage upper value limit MBS_PWERTNUMC3PROZENT
PROZENT_ALTPercentage upper value limit MBS_PWERTNUMC3PROZENT
XAKTUText for identifying the update procedure MBS_XAKTUACHAR60TEXT60

Key field Non-key field



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

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

How to access SAP table SINVT

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