ROIJMATMOVEMENT SAP (Structure for clipboard material movement) Structure details

Dictionary Type: Structure
Description: Structure for clipboard material movement




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




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

ROIJMATMOVEMENT 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 "Structure for clipboard material movement" 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_ROIJMATMOVEMENT TYPE ROIJMATMOVEMENT.

The ROIJMATMOVEMENT table consists of various fields, each holding specific information or linking keys about Structure for clipboard material movement data available in SAP. These include TSYST_LGORT (Transport system In-transit Storage Location), TSYST_CLIP_LGORT (Transport System In-transit Temporary Storage Location), MATNR (Scheduled material), RAIL_QTY (Scheduled Quantity of Sub-Item).. 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 ROIJMATMOVEMENT 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
TSYST_WERKTransport system In-transit Plant OIJ_WERKCHAR4Assigned to domainWERKS
TSYST_LGORTTransport system In-transit Storage Location OIJ_LGORTCHAR4Assigned to domainLGORT
TSYST_CLIP_LGORTTransport System In-transit Temporary Storage Location OIJ_CLIPLGORTCHAR4Assigned to domainLGORT
MATNRScheduled material OIJ_SMATNRCHAR18Assigned to domainMATN1MATNR
RAIL_QTYScheduled Quantity of Sub-Item OIJ_SIMENGEQUAN13(3) MENG13
RAIL_UOMScheduled UoM OIJ_UNITIUNIT3Assigned to domainCUNITMEINS
DOC_DATEDocument Date in Document OIJ_DOCDATDATS8DATUM
POSTING_DATEPosting Date in the Document OIJ_POSTDATDATS8DATUM
TICKET_KEYOIL-TSW: Ticket key OIJ_EL_TKT_KEYCHAR20ALPHAOIJ_EL_TKT_KEY

Key field Non-key field



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

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

How to access SAP table ROIJMATMOVEMENT

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