TIVRELS SAP () Table details

Dictionary Type: Table
Description:




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




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

TIVRELS is a standard SAP Table which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The TIVRELS table consists of various fields, each holding specific information or linking keys about data available in SAP. These include VVXLEERKEY (Empty key only for client-specific tables), KONZ_SGRP (), VN_FEINS_DEF (), GB_FEINS_DEF ().. 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: Not classified


SAP TIVRELS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
VVXLEERKEYEmpty key only for client-specific tables VVXLEERKEYCHAR1VVXLEERKEY
KONZ_SGRP KONZ_SGRPCHAR5KONZ_SGRP
VN_FEINS_DEF VVVNFEINSDEFUNIT3Assigned to domainCUNITMEINSFEH
GB_FEINS_DEF VVGBFEINSDEFUNIT3Assigned to domainCUNITMEINSFEH
FL_FEINS_DEF VVFLFEINSDEFUNIT3Assigned to domainCUNITMEINSFEH
FL_UNITSPACE_DEFUnit of length VVLENUNIT3Assigned to domainCUNITMEINS
FL_UNITTIME_DEF RELULAUNITTIMEUNIT3Assigned to domainCUNITMEINS
EW_FEINS_DEF VVEWFEINSDEFUNIT3Assigned to domainCUNITMEINSFEH
GB_WAERS_DEF VVEWWAERSDEFCUKY5Assigned to domainWAERSFWS
EW_WAERS_DEF VVEWWAERSDEFCUKY5Assigned to domainWAERSFWS
EW_WAERS2_DEF VVEWWAERSDEF2CUKY5Assigned to domainWAERS
BI_FEINS_DEF RELUBIFEINSDEFUNIT3Assigned to domainCUNITMEINSFEH
BI_UNITSPACE_DEFUnit of length VVLENUNIT3Assigned to domainCUNITMEINS
BI_UNITTIME_DEF RELULAUNITTIMEUNIT3Assigned to domainCUNITMEINS
BIOBJAREATYPEDEF RELUBIOBJAREATYPEDEFNUMC4TIV08SFLART
BIROLETYPDEF RELUBIROLETYPDEFCHAR4TPZ3BP_ROLETYP
RECN_GRST_KOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4TZK01SKOART
XDIALOG_CN_LA RELSDIALOG_CN_LACHAR1XFLAG
XDIALOG_LA_AV RELSDIALOG_LA_AVCHAR1XFLAG
XDIALOG_LA_OBJ RELSDIALOG_LA_OBJCHAR1XFLAG
XDIALOG_CN_OBJ RELSDIALOG_CN_OBJCHAR1XFLAG
XDIALOG_ER_LA RELSDIALOG_ER_LACHAR1XFLAG
XDIALOG_CS_LA RELSDIALOG_CS_LACHAR1XFLAG
XDIALOG_PS_LA RELSDIALOG_PS_LACHAR1XFLAG
XDIALOG_LB_LA RELSDIALOG_LB_LACHAR1XFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVRELS
INTO CORRESPONDING FIELDS OF WA_TIVRELS
WHERE...

How to access SAP table TIVRELS

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