ROIKUIT3 SAP (User Interface:TAS Load information ( shipment enhancement )) Structure details

Dictionary Type: Structure
Description: User Interface:TAS Load information ( shipment enhancement )




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




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

ROIKUIT3 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 "User Interface:TAS Load information ( shipment enhancement )" 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_ROIKUIT3 TYPE ROIKUIT3.

The ROIKUIT3 table consists of various fields, each holding specific information or linking keys about User Interface:TAS Load information ( shipment enhancement ) data available in SAP. These include COM_NUMBER (TD compartment number), MATNR (Material Number), VBTYP (SD document category), VBELN (Sales and Distribution Document 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 ROIKUIT3 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
TU_NUMBERTD transport unit number OIG_TRUNMRCHAR10OIGCALPHAOIG_TRUNMROIB
COM_NUMBERTD compartment number OIG_CMPNMRINT13OIGCCOIG_CMPNMR
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
VBTYPSD document category VBTYPCHAR1VBTYP
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRTD document item number OIG_ITEMNUMC6OIG_ITEM
MTTMPMaterial temperature OIK_OMTTMPDEC5(2) OIK_TMP
MTTEHOil/Gas Material Temperature Unit: Observed Quantity OIB_MTTEHUNIT3Assigned to domainCUNITMEINS
TSTMPTest temperature OIK_OTSTMPDEC5(2) OIK_TMP
TSTEHTest Temperature Unit (Density): Measurement OIB_TSTEHUNIT3Assigned to domainCUNITMEINS
TDICHOil test density OIB_OTDICHCHAR7OIB_ODICHT
BSWCNBSW content OIB_OTBSWCHAR7OIB_OTBSW
MCFMeter correction factor OIB_MCFCHAR7OIB_OMCF
ABINDAir Bouyancy Indicator OIB_ABINDCHAR1OIB_XFELD
HYDROHydrometer Correction Indicator OIB_HYDROCHAR1OIB_XFELD
TRQNTUser interface: Transaction quantity OIK_OTRQNTQUAN13(3) OIK_ADQNT
TRUOMTransaction entry unit of measure OIB_TRUOMUNIT3T006CUNITMEINSOIB_TRUOM
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
EXTLIDLID used at depot OIK_LIDDEPCHAR30CHAR30
EXTDELNR3rd party code OIK_3RDCODCHAR30TEXT30
HNDLTYPEExcise Duty Handling Type OIH_HANTYPCHAR2OIH5OIH_HANTYP
CHARGBatch Number CHARG_DCHAR10MCHBCHARGCHA
CHECKBOXCheckbox for loop processing OIK_CHKBOXCHAR1CHAR1_X
REB_MATNRRebrand Material OIK_REBMATNRCHAR18Assigned to domainMATN1MATNR

Key field Non-key field



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

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

How to access SAP table ROIKUIT3

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