ROIJTS SAP (OIL-TSW: TS attributes sub-structure) Structure details

Dictionary Type: Structure
Description: OIL-TSW: TS attributes sub-structure




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




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

ROIJTS 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 "OIL-TSW: TS attributes sub-structure" 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_ROIJTS TYPE ROIJTS.

The ROIJTS table consists of various fields, each holding specific information or linking keys about OIL-TSW: TS attributes sub-structure data available in SAP. These include VSART (Shipping type), VKTRA (Mode of transport), SHTYPE (TD shipment type), VEHID (Default vehicle 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIJTS 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
BOOKTSBook TS indicator OIJ_BOOKTSCHAR1XFELD
VSARTShipping type VERSARTCHAR2T173VERSART
VKTRAMode of transport VKTRACHAR2TVTRVKTRA
SHTYPETD shipment type OIG_TDSTYPCHAR4TOIGSOIG_TDSTYPOIC
VEHIDDefault vehicle number OIJ_DEFVEHCHAR10OIGVALPHAOIG_VHLNMR
TSSUOMVTS standard volume UoM OIJ_TSUOMVUNIT3T006CUNITMEINS
TSSUOMMTS standard weight UoM OIJ_TSUOMMUNIT3T006CUNITMEINS
CYCPERDTS cycle duration OIJ_CYCDURQUAN10OIJ_CYCPD
CYCPUOMTS cycle duration UoM OIJ_CYDUOMUNIT3T006CUNITMEINS
CARRIERTransport system Carrier OIJ_CARRNRCHAR10LFA1ALPHALIFNR
WERKTransport system In-transit Plant OIJ_WERKCHAR4T001WWERKS
LGORTTransport system In-transit Storage Location OIJ_LGORTCHAR4T001LLGORT
NOMMSKNomination mask OIJ_NOMMSKCHAR10OIJ_NOMMSK
SHIPPERDefault TS shipper code OIJ_SHPPERCHAR10OIJ_SHPPER
CONLTMCarrier lead time OIJ_CONLTMQUAN3OIJ_CONLTM
CONLUOMConfirmation lead time UoM OIJ_CONTUMUNIT3T006CUNITMEINS
TPLSTTransportation planning point TPLSTCHAR4TTDSTPLSTTDP
BOTOLQuantity tolerance over (percentage) OIJ_BOTOLDEC4(1) DEC3_1
BUTOLQuantity tolerance under (%) OIJ_BUTOLDEC4(1) DEC3_1
BOTOLABSAbsolute tolerance qty over OIJ_TOLABOQUAN13(3) MENG13
BUTOLABSAbsolute tolerance qty under OIJ_TOLABSQUAN13(3) MENG13
BULTOLUOMAbsolute tolerance UoM OIJ_TOLUOMUNIT3T006CUNITMEINS
UNLIMITEDIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
BALCHBalance check indicator (default) OIJ_BALCHCHAR1XFELD
CLIPLGORTTransport System In-transit Temporary Storage Location OIJ_CLIPLGORTCHAR4Assigned to domainLGORT
SHTYPShipment type SHTYPCHAR4TVTKSHTYPTSH

Key field Non-key field



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

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

How to access SAP table ROIJTS

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