ROII_DIP_MVMT_DISPLAY SAP (Related stock derived from SOC material assignment - structu) Structure details

Dictionary Type: Structure
Description: Related stock derived from SOC material assignment - structu




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




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

ROII_DIP_MVMT_DISPLAY 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 "Related stock derived from SOC material assignment - structu" 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_ROII_DIP_MVMT_DISPLAY TYPE ROII_DIP_MVMT_DISPLAY.

The ROII_DIP_MVMT_DISPLAY table consists of various fields, each holding specific information or linking keys about Related stock derived from SOC material assignment - structu data available in SAP. These include MANDT (Client), SOCNR (SOC: Storage object characteristic segment number), TIMESTAMP_FROM (From/start time stamp (BDRP)), TIMESTAMP_TO (To/end timestamp (BDRP)).. 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 ROII_DIP_MVMT_DISPLAY 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 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
UPD_FLAGTransaction type TRTYPCHAR1TRTYP
DELTA_NUMBERDifference derived by number of movements OIB_DELTA_NUMBERQUAN13(3) MENG13V
DELTA_TURNOVERDifference derived by turnover rate OIB_DELTA_TURNOVERQUAN13(3) MENG13V

Key field Non-key field



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

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

How to access SAP table ROII_DIP_MVMT_DISPLAY

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