TB018V SAP (BDT Object Usage: Variant Table) Table details

Dictionary Type: Table
Description: BDT Object Usage: Variant Table




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




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

TB018V is a standard SAP Table which is used to store BDT Object Usage: Variant Table data and is available within R/3 SAP systems depending on the version and release level.

The TB018V table consists of various fields, each holding specific information or linking keys about BDT Object Usage: Variant Table data available in SAP. These include OBJAP (BDT: Application Object), VARIT (View of tree where-used list), NODE_KEY (Current node), RELATKEY (Related node).. 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 TB018V 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
OBJAPBDT: Application Object BU_OBJAPCHAR4TBZ1BU_OBJAP
VARITView of tree where-used list BU_VARIANTCHAR10TB018BU_VARIANT
NODE_KEYCurrent node BU_NODECHAR10TBZ5BU_NODE
RELATKEYRelated node BU_NODERCHAR10Assigned to domainBU_NODE
RELATSHIPRelationship to Related Node BU_RELATINT13INT1
TLOADIndicator for determination of data loading time BU_TLOADINT13INT1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TB018V
INTO CORRESPONDING FIELDS OF WA_TB018V
WHERE...

How to access SAP table TB018V

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