TSADRU SAP (Communication Usages: DDIC Information) Table details

Dictionary Type: Table
Description: Communication Usages: DDIC Information




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




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

TSADRU is a standard SAP Table which is used to store Communication Usages: DDIC Information data and is available within R/3 SAP systems depending on the version and release level.

The TSADRU table consists of various fields, each holding specific information or linking keys about Communication Usages: DDIC Information data available in SAP. These include IS_UNIQUE (Comm. usage can be assigned once only for each comm. type), VALID_TEL (Usage is Allowed for this Communication Type), VALID_FAX (Usage is Allowed for this Communication Type), VALID_TTX (Usage is Allowed for this Communication Type).. 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 = TSADRUT


SAP TSADRU 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
COMM_USAGECommunication Usage: Key Field AD_CUSAGECHAR10AD_CUSAGE
IS_UNIQUEComm. usage can be assigned once only for each comm. type AD_UNIQUEUCHAR1XFELD
VALID_TELUsage is Allowed for this Communication Type AD_UVFCOMMCHAR1XFELD
VALID_FAXUsage is Allowed for this Communication Type AD_UVFCOMMCHAR1XFELD
VALID_TTXUsage is Allowed for this Communication Type AD_UVFCOMMCHAR1XFELD
VALID_TLXUsage is Allowed for this Communication Type AD_UVFCOMMCHAR1XFELD
VALID_SMTPUsage is Allowed for this Communication Type AD_UVFCOMMCHAR1XFELD
VALID_RMLUsage is Allowed for this Communication Type AD_UVFCOMMCHAR1XFELD
VALID_X400Usage is Allowed for this Communication Type AD_UVFCOMMCHAR1XFELD
VALID_RFCUsage is Allowed for this Communication Type AD_UVFCOMMCHAR1XFELD
VALID_PRTUsage is Allowed for this Communication Type AD_UVFCOMMCHAR1XFELD
VALID_SSFUsage is Allowed for this Communication Type AD_UVFCOMMCHAR1XFELD
VALID_URIUsage is Allowed for this Communication Type AD_UVFCOMMCHAR1XFELD
VALID_PAGUsage is Allowed for this Communication Type AD_UVFCOMMCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSADRU
INTO CORRESPONDING FIELDS OF WA_TSADRU
WHERE...

How to access SAP table TSADRU

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