OII_DIP_MVMTO1 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_MVMTO1
Related tables to OII_DIP_MVMTO1
Access table OII_DIP_MVMTO1




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

OII_DIP_MVMTO1 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_MVMTO1 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_MVMTO1 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
MSEHIUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM OII_DIP_MVMTO1
INTO CORRESPONDING FIELDS OF WA_OII_DIP_MVMTO1
WHERE...

How to access SAP table OII_DIP_MVMTO1

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