TOI0_REL_SD SAP (IS-OIL: Relevance customizing for SD Documents) Table details

Dictionary Type: Table
Description: IS-OIL: Relevance customizing for SD Documents




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




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

TOI0_REL_SD is a standard SAP Table which is used to store IS-OIL: Relevance customizing for SD Documents data and is available within R/3 SAP systems depending on the version and release level.

The TOI0_REL_SD table consists of various fields, each holding specific information or linking keys about IS-OIL: Relevance customizing for SD Documents data available in SAP. These include APPLIC (IS-OIL application index), VBTYP (SD document category), AUART (Sales Document Type), 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)


SAP TOI0_REL_SD 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 MANDTCLNT3T000MANDT
APPLICIS-OIL application index OI0_APPLICNUMC4TOI0_JALPHAOI0_APPLIC
VBTYPSD document category VBTYPCHAR1TOI0_REL_DOCSVBTYP
AUARTSales Document Type AUARTCHAR4TVAKAUARTAUARTAAT
COUNTERIS-Oil: Counter for relevance customizing OI0_COUNTERNUMC9OI0_COUNTER
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
LADGRLoading Group LADGRCHAR4Assigned to domainLADGR
MBRSHIndustry sector MBRSHCHAR1Assigned to domainMBRSHMTP
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
LZONETransportation zone to or from which the goods are delivered LZONECHAR10Assigned to domainZONE
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VSBEDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
OIC_MOTIS-OIL MAP external details mode of transport OIC_MOTCHAR2Assigned to domainVKTRA
TPLSTTransportation planning point TPLSTCHAR4Assigned to domainTPLSTTDP
KUNNRShip-to party KUNWECHAR10KNA1ALPHAKUNNR
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
CCAPGROIL-TPI: Customer Capacity Group OIK_CCAPGRCHAR4TOIKCCAPGRCHAR4
GRTYPEOIL-TPI: Group Type OIK_GRTYPECHAR2TOIKGRTYPEOIK_GRTYPE
GRNAMEOIL-TPI: Group Name OIK_GRNAMECHAR20CHAR20
INCO1Incoterms (Part 1) INCO1CHAR3TINCINCO1
PSTYVSales document item category PSTYVCHAR4TVPTPSTYV
RELEVANCE_TYPEIS-Oil: Relevance type OI0_RELTYPECHAR6TOI0_REL_VALOI0_RELTYPEOI0_RELTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOI0_REL_SD
INTO CORRESPONDING FIELDS OF WA_TOI0_REL_SD
WHERE...

How to access SAP table TOI0_REL_SD

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