ROIJTIC_MOVDET SAP (Ticket item details: Movement Details Tab) Structure details

Dictionary Type: Structure
Description: Ticket item details: Movement Details Tab




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




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

ROIJTIC_MOVDET 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 "Ticket item details: Movement Details Tab" 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_ROIJTIC_MOVDET TYPE ROIJTIC_MOVDET.

The ROIJTIC_MOVDET table consists of various fields, each holding specific information or linking keys about Ticket item details: Movement Details Tab data available in SAP. These include NET_UOM (Base Unit of Measure), GR_QUANTITY (Scheduled qty), UOM (Base Unit of Measure), START_DATE (Date).. 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 ROIJTIC_MOVDET 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
NET_QUANTITYScheduled qty OIJ_MENGEQUAN13(3) MENG13
NET_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
GR_QUANTITYScheduled qty OIJ_MENGEQUAN13(3) MENG13
UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
START_DATEDate DATUMDATS8DATUM
START_TIMETime UZEITTIMS6UZEIT
END_DATEDate DATUMDATS8DATUM
END_TIMETime UZEITTIMS6UZEIT
BUDATPosting Date in the Document BUDATDATS8DATUM
OIB_BLTIMEPosting time in the document OIB_BLTIMETIMS6TIMES
ACT_QUANActual posted quantity OIJ_ACTQTYQUAN13(3) MENG13
ACT_QUOMActual posted quantity Unit of Measure OIJ_ACTUOMUNIT3Assigned to domainCUNITMEINS
MVSCENARIOTSW: Movement scenario number OIJ_MVSCENNUMC2NUM02
TIME_ST_LOAD_STATime at which data was created (date and time) TMSTMPCHAR14CHAR14
TIME_ST_LOAD_ENDTime at which data was created (date and time) TMSTMPCHAR14CHAR14
TIME_ST_LED_OTTime at which data was created (date and time) TMSTMPCHAR14CHAR14
TANKNRSequence number of tank assigned to a business location OIJ_BSEQNRCHAR10ALPHAOII_SEQNR
AVG_PUMPRATEAverage Pump Rate OIJ_AVG_PUMPRATEQUAN13(3) MENG13
AVG_PUMPRATE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
EVENTTYPETSW event date type OIJ_EVENTTYPECHAR16OIJ_EL_EVT_TYPEOIJ_EVENTTYPE
EVENT_DATEOIL-TSW: Event date OIJ_EVENT_DATEDATS8DATUM
TKT_TZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE

Key field Non-key field



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

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

How to access SAP table ROIJTIC_MOVDET

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