CTXTTAB SAP (Tab Pages - Text Table for the iPPE Tabstrip) Table details

Dictionary Type: Table
Description: Tab Pages - Text Table for the iPPE Tabstrip




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




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

CTXTTAB is a standard SAP Table which is used to store Tab Pages - Text Table for the iPPE Tabstrip data and is available within R/3 SAP systems depending on the version and release level.

The CTXTTAB table consists of various fields, each holding specific information or linking keys about Tab Pages - Text Table for the iPPE Tabstrip data available in SAP. These include TABNAME (Tab Page for iPPE Tabstrip Control), SPRAS (Language Key), TEXT (Title of Tab Page for iPPE Tabstrip), DESCR (Description of Reference 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: Cannot Be Enhanced

Text table for: CTABTAB


SAP CTXTTAB 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 MANDTCLNT3CTABTABMANDT
TABNAMETab Page for iPPE Tabstrip Control PPE_TS_TABIDENTCHAR20PPE_TEXT20_HIGHTS_TABTEXT
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
TEXTTitle of Tab Page for iPPE Tabstrip PPE_TS_TABTXTCHAR20PPE_TEXT20TS_TABTXT
DESCRDescription of Reference Object PPE_TEXTCHAR40PPE_TEXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CTXTTAB
INTO CORRESPONDING FIELDS OF WA_CTXTTAB
WHERE...

How to access SAP table CTXTTAB

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