V_TIVCAWBTYPE SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

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

The V_TIVCAWBTYPE table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include XWBOBJTYPE (Text for Object Type in Browser (Singular)), XWBOBJTYPEPLURAL (Text for Object Type in Browser (Plural)), CLWBOBJ (Class That Implements a Workbench Object), SELPOSITION (Position Within Selection).. 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: Not classified


SAP V_TIVCAWBTYPE table view 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
WBOBJTYPEObject Type of Workbench Object RECAWBOBJTYPECHAR4RECAWBOBJTYPE
XWBOBJTYPEText for Object Type in Browser (Singular) RECAXWBOBJTYPECHAR30RECAXMDESCRIPTION
XWBOBJTYPEPLURALText for Object Type in Browser (Plural) RECAXWBOBJTYPEPLURALCHAR30RECAXMDESCRIPTION
CLWBOBJClass That Implements a Workbench Object RECAWBCLWBOBJCHAR30SEOCLSNAME
SELPOSITIONPosition Within Selection RECAWBSELPOSITIONINT13INT1
CLSELECTORClass That Implements Selector of an Object RECAWBCLSELECTORCHAR30SEOCLSNAME
CLBROWSEROBJClass That Implements Browser Object RECAWBCLBROWSEROBJCHAR30SEOCLSNAME
ISSELECTABLEObject Type Can Be Selected in Selector RECAWBISSELECTABLECHAR1RECABOOL
ISSTARALLOWEDBool: When Set, Asterisk (*) Allowed as F2 Entry RECAWBISSTARALLOWEDCHAR1RECABOOL
DONOTSELINPUTBool: Do Not Allow Object to Be Entered in Selector RECAWBDONOTSELINPUTCHAR1RECABOOL
DONOTCREATEBool: DO NOT Create Object When It Does Not Already Exist RECAWBDONOTCREATECHAR1RECABOOL
ISREFRESHHARDBool: Always Perform Complete REFRESH in Tree RECAWBISREFRESHHARDCHAR1RECABOOL
APPLSubapplication of RE-FX That Can Be Activated Separately RECAAPPLCHAR4TIVCAAPPLRECAAPPLRECAAPPLSWITCH
XAPPLName of Application RECAXAPPLCHAR30RECAXMDESCRIPTION

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_TIVCAWBTYPE
INTO CORRESPONDING FIELDS OF WA_V_TIVCAWBTYPE
WHERE...

How to access SAP table V_TIVCAWBTYPE

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