OII_DIP_MVMT SAP (Related stock derived from SOC material assignment) Table details

Dictionary Type: Table
Description: Related stock derived from SOC material assignment




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




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

OII_DIP_MVMT is a standard SAP Table which is used to store Related stock derived from SOC material assignment data and is available within R/3 SAP systems depending on the version and release level.

The OII_DIP_MVMT table consists of various fields, each holding specific information or linking keys about Related stock derived from SOC material assignment data available in SAP. These include SOCNR (SOC: Storage object characteristic segment number), TIMESTAMP_FROM (From/start time stamp (BDRP)), TIMESTAMP_TO (To/end timestamp (BDRP)), MATNR (Material Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OII_DIP_MVMT table 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
SOCNRSOC: Storage object characteristic segment number OII_SOCNRCHAR20Assigned to domainOII_SOCNR
TIMESTAMP_FROMFrom/start time stamp (BDRP) OII_FTMSTMNUMC14OII_TIMEST
TIMESTAMP_TOTo/end timestamp (BDRP) OII_TTMSTMNUMC14OII_TIMEST
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BSTARStock type BSTARCHAR1Assigned to domainBSTAR
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SOBKZ_ADDSpecial stock identifier (sales order, vendor, project) OII_SOBKZ_ADDCHAR30CHAR30
VERSIONVersion number of dip material movement analysis OIB_ANA_VERSIONNUMC4NUMC4
DEBIT_QUANGoods receipt quantity (from material movement analysis) OII_QUAN_GRQUAN13(3) MENGE
CREDIT_QUANGoods issue quantity (from material movement analysis) OII_QUAN_GIQUAN13(3) MENGE
DEBIT_COUNTGoods receipt mvmt count (from material movement analysis) OII_CNT_GRDEC8DEC8
CREDIT_COUNTGoods issue mvmt.count (from material movement analysis) OII_CNT_GIDEC8DEC8
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
CHANGE_FLAGMark changed base for dip analysis (new mat.mvmts) OIB_CHANGE_FLAGCHAR1XFELD
ERDATDate record created OII_ERDATDATS8DATS
ERZEITTime record created OII_ERZEITTIMS6TIME
ERNAMUser who created record OII_ERNAMCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP table OII_DIP_MVMT using ABAP code

The following ABAP code Example will allow you to do a basic selection on OII_DIP_MVMT to SELECT all data from the table
DATA: WA_OII_DIP_MVMT TYPE OII_DIP_MVMT.

SELECT SINGLE *
FROM OII_DIP_MVMT
INTO CORRESPONDING FIELDS OF WA_OII_DIP_MVMT
WHERE...

How to access SAP table OII_DIP_MVMT

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