TIVCAWBTYPE SAP (Possible Object Type for RE Navigator) Table details

Dictionary Type: Table
Description: Possible Object Type for RE Navigator




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




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

TIVCAWBTYPE is a standard SAP Table which is used to store Possible Object Type for RE Navigator data and is available within R/3 SAP systems depending on the version and release level.

The TIVCAWBTYPE table consists of various fields, each holding specific information or linking keys about Possible Object Type for RE Navigator data available in SAP. These include SELPOSITION (Position Within Selection), CLSELECTOR (Class That Implements Selector of an Object), CLBROWSEROBJ (Class That Implements Browser Object), CLWBOBJ (Class That Implements a Workbench Object).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = TIVCAWBTYPET


SAP TIVCAWBTYPE 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
WBOBJTYPEObject Type of Workbench Object RECAWBOBJTYPECHAR4RECAWBOBJTYPE
SELPOSITIONPosition Within Selection RECAWBSELPOSITIONINT13INT1
CLSELECTORClass That Implements Selector of an Object RECAWBCLSELECTORCHAR30SEOCLSNAME
CLBROWSEROBJClass That Implements Browser Object RECAWBCLBROWSEROBJCHAR30SEOCLSNAME
CLWBOBJClass That Implements a Workbench Object RECAWBCLWBOBJCHAR30SEOCLSNAME
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVCAWBTYPE
INTO CORRESPONDING FIELDS OF WA_TIVCAWBTYPE
WHERE...

How to access SAP table TIVCAWBTYPE

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