TTABP SAP (Tabs Used in Project) Table details

Dictionary Type: Table
Description: Tabs Used in Project




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




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

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

The TTABP table consists of various fields, each holding specific information or linking keys about Tabs Used in Project data available in SAP. These include TABNUMBER (Tab ID), CHANGEDOCS (Recording Changes), VISIBILITY_BLUE (Visibility in Blueprint), VISIBILITY_CONF (Visibility in Configuration).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TTABP 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
PROJECT_IDProject Name PROJECT_IDCHAR10Assigned to domainALPHAPROJECT_ID
TABNUMBERTab ID PROJ_TABNUMBERCHAR1
CHANGEDOCSRecording Changes PROJ_CDC_ACTIVECHAR1PROJ_CDC_ACTIVE
VISIBILITY_BLUEVisibility in Blueprint PROJ_VIS_BLUECHAR1PROJ_VISIBILITY
VISIBILITY_CONFVisibility in Configuration PROJ_VIS_CONFCHAR1PROJ_VISIBILITY
SEQUENCE_BLUESort sequence STAT_SORTINT13HIER_COUNT
SEQUENCE_CONFSort sequence STAT_SORTINT13HIER_COUNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TTABP
INTO CORRESPONDING FIELDS OF WA_TTABP
WHERE...

How to access SAP table TTABP

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