TTXIN SAP (SAPscript: Who with whom?) Table details

Dictionary Type: Table
Description: SAPscript: Who with whom?




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




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

TTXIN is a standard SAP Table which is used to store SAPscript: Who with whom? data and is available within R/3 SAP systems depending on the version and release level.

The TTXIN table consists of various fields, each holding specific information or linking keys about SAPscript: Who with whom? data available in SAP. These include CALLING_ID (Text ID), CALLED_OB (Text object of called text), CALLED_ID (Text ID for called text), ALL_OBS (All text objects can be included).. 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: Not classified


SAP TTXIN 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
CALLING_OBTexts: Application Object TDOBJECTCHAR10Assigned to domainTDOBJECT
CALLING_IDText ID TDIDCHAR4Assigned to domainTDID
CALLED_OBText object of called text TDINCLOBCHAR10Assigned to domainTDOBJECT
CALLED_IDText ID for called text TDINCLID2CHAR4Assigned to domainTDID
ALL_OBSAll text objects can be included TDALLOBCHAR1TDBOOL
SAME_OBThe exact object of the calling text may be included TDSAMEOBCHAR1TDBOOL
ALL_IDSAll text IDs can be included TDALLIDCHAR1TDBOOL
SAME_IDThe exact text ID of the calling text may be included TDSAMEIDCHAR1TDBOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM TTXIN
INTO CORRESPONDING FIELDS OF WA_TTXIN
WHERE...

How to access SAP table TTXIN

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