TOI0_REL_TC SAP (TSW relevance table for trading contract) Table details

Dictionary Type: Table
Description: TSW relevance table for trading contract




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




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

TOI0_REL_TC is a standard SAP Table which is used to store TSW relevance table for trading contract data and is available within R/3 SAP systems depending on the version and release level.

The TOI0_REL_TC table consists of various fields, each holding specific information or linking keys about TSW relevance table for trading contract data available in SAP. These include APPLIC (IS-OIL application index), TCTYP (Trading Contract: Trading Contract Type), PROCESS_IND (Indicator for purchasing and sales side of trading contracts), COUNTER (IS-Oil: Counter for relevance customizing).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TOI0_REL_TC table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
APPLICIS-OIL application index OI0_APPLICNUMC4TOI0_JALPHAOI0_APPLIC
TCTYPTrading Contract: Trading Contract Type TCTYPCHAR4TB2BETCTYPWKA
PROCESS_INDIndicator for purchasing and sales side of trading contracts OIJ_PROCESS_INDCHAR1OIJ_PROCESS_IND
COUNTERIS-Oil: Counter for relevance customizing OI0_COUNTERNUMC9OI0_COUNTER
RELEVANCE_TYPEIS-Oil: Relevance type OI0_RELTYPECHAR6TOI0_REL_VALOI0_RELTYPEOI0_RELTYPE
KUNNRSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
ELIFNVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
VSBED_SDShipping Conditions VSBEDCHAR2TVSBVSBED
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
MTARTMaterial Type MTARTCHAR4T134MTARTMTA
MBRSHIndustry sector MBRSHCHAR1T137MBRSHMTP
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
BWTTY_MMValuation Category BWTTY_DCHAR1T149CBWTTY
HKPSTPTrading Contract: Item Category HKPSTPCHAR4TB2BJHKPSTP
VSTEL_SDShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
INCO1_MMIncoterms Part 1 Purchasing WB2_INCO1_MMCHAR3TINCINCO1
INCO1_SDIncoterms Part 1 Sales WB2_INCO1_SDCHAR3TINCINCO1
BSTAE_MMConfirmation Control Key BSTAECHAR4T163LBSTAE

Key field Non-key field



How do I retrieve data from SAP table TOI0_REL_TC using ABAP code

The following ABAP code Example will allow you to do a basic selection on TOI0_REL_TC to SELECT all data from the table
DATA: WA_TOI0_REL_TC TYPE TOI0_REL_TC.

SELECT SINGLE *
FROM TOI0_REL_TC
INTO CORRESPONDING FIELDS OF WA_TOI0_REL_TC
WHERE...

How to access SAP table TOI0_REL_TC

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