ROIKS0 SAP (IS-OIL/TAS: Additional screen fields) Structure details

Dictionary Type: Structure
Description: IS-OIL/TAS: Additional screen fields




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




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

ROIKS0 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 "IS-OIL/TAS: Additional screen fields" 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_ROIKS0 TYPE ROIKS0.

The ROIKS0 table consists of various fields, each holding specific information or linking keys about IS-OIL/TAS: Additional screen fields data available in SAP. These include TUSERFLD2 (Field Name), TUSERFLD3 (Field Name), TUSERFLD4 (Field Name), TUSERFLD5 (Field Name).. 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)


SAP ROIKS0 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
TUSERFLD1Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD2Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD3Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD4Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD5Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD6Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD7Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD8Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD9Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD10Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD11Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD12Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD13Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD14Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD15Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD16Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD17Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD18Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD19Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TUSERFLD20Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LIDACTREATTAS Load ID reason code text OIK_REATXTCHAR36TEXT36
LIDDELREATTAS Load ID reason code text OIK_REATXTCHAR36TEXT36
LIDBLKREATTAS Load ID reason code text OIK_REATXTCHAR36TEXT36
TTASCFLAGText (20 Characters) TEXT20CHAR20TEXT20
LIDACTREALID activation reason OIK_ACTREACHAR20OIK_ACTREA
LIDDELREALID deleting reason OIK_DELREACHAR20OIK_DELREA
LIDBLKREALID blocking reason OIK_BLKREACHAR20OIK_BLKREA
CNTSTRTXTControl structure text OIK_STRTXTCHAR36TEXT36
TSOLDTOName 1 NAME1_GPCHAR35NAME
TSHIPTOName 1 NAME1_GPCHAR35NAME
TVSTELDescription BEZEI30CHAR30TEXT30
TWERKSName NAME1CHAR30TEXT30
TLGORTDescription of Storage Location LGOBECHAR16TEXT16
TMATKLMaterial Group Description WGBEZCHAR20TEXT20
TMATNRMaterial Description (Short Text) MAKTXCHAR40TEXT40
TOIHANTYPText TEXT1CHAR50TEXT50
TTPLSTDescription BEZEI20CHAR20TEXT20
TVEHICLETD vehicle header text OIG_VHLTXTCHAR40OIG_TEXT
TDRIVERCODDriver's last name OIG_DRNAM2CHAR20OIG_DRNAME
TSHIFTShift description OIG_SHIFTTCHAR40OIG_TEXT
TOIC_MOTDescription BEZEI20CHAR20TEXT20
TVSBEDDescription of the shipping conditions VSBED_BEZCHAR20TEXT20
TASGRPTXT1TAS group text definition OIK_GRPTXTCHAR36TEXT36
TASGRPTXT2TAS group text definition OIK_GRPTXTCHAR36TEXT36
LIDGRPTXTTAS function group description OIK_LGRPTXCHAR36TEXT36
SELGeneral Flag FLAGCHAR1FLAG
CSCR_INPUTGeneral Flag FLAGCHAR1FLAG
DEFDATEGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table ROIKS0

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