ROIJ_TC_INC_FIELDS SAP (TSW fields available for incompletion check in TC) Structure details

Dictionary Type: Structure
Description: TSW fields available for incompletion check in TC




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




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

ROIJ_TC_INC_FIELDS 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 "TSW fields available for incompletion check in TC" 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_ROIJ_TC_INC_FIELDS TYPE ROIJ_TC_INC_FIELDS.

The ROIJ_TC_INC_FIELDS table consists of various fields, each holding specific information or linking keys about TSW fields available for incompletion check in TC data available in SAP. These include PLANLOC (Location ID), REFVBELN (Sales and Distribution Document Number), DEALNO (OIL-TSW: Deal number (trading system)), DEALGROUP (OIL-TSW: Deal group (trading system)).. 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 ROIJ_TC_INC_FIELDS 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
RELV_TICKETIS-Oil: Relevance type OI0_RELTYPECHAR6Assigned to domainOI0_RELTYPEOI0_RELTYPE
PLANLOCLocation ID OIJ_LOCIDCHAR10OIJLOCOIJ_LOCIDOIX
REFVBELNSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
DEALNOOIL-TSW: Deal number (trading system) OIJ_DEALNOCHAR16OIJ_DEALNO
DEALGROUPOIL-TSW: Deal group (trading system) OIJ_DEALGROUPCHAR16OIJ_EL_DEALGROUPOIJ_DEALGROUP
DEALTYPEOIL-TSW: Deal type (trading system) OIJ_DEALTYPECHAR6OIJ_EL_DEALTYPEOIJ_DEALTYPE
FROMDATEOIL-TSW: Deal validity From date OIJ_FROMDATEDATS8DATUM
TODATEOIL-TSW: Deal validity To date OIJ_TODATEDATS8DATUM
VKTRAMode of transport VKTRACHAR2TVTRVKTRA
PR_BASISPricing basis OIJ_EL_PR_BASISCHAR20OIJ_EL_PR_BASIS
EVENTTYPETSW event date type OIJ_EVENTTYPECHAR16OIJ_EL_EVT_TYPEOIJ_EVENTTYPE
TSYSTTransport system OIJ_TSYSTCHAR10OIJTSOIJ_TSYSTOIW
CO_CARRConnecting carrier OIJ_EL_CCACHAR10Assigned to domainALPHALIFNR
CO_SHIPConnecting shipper OIJ_EL_CSHCHAR10Assigned to domainALPHALIFNR
ITBOTOLQuantity tolerance over (percentage) OIJ_BOTOLDEC4(1) DEC3_1
ITBUTOLQuantity tolerance under (%) OIJ_BUTOLDEC4(1) DEC3_1
DEV_MINPercentage quantity amendment (under). OIJ_DEV_MINDEC4(1) DEC3_1
DEV_MAXPercentage quantity amendment (over) OIJ_DEV_MAXDEC4(1) DEC3_1

Key field Non-key field



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

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

How to access SAP table ROIJ_TC_INC_FIELDS

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