SADRAUT SAP (Addresses: Access to communication tables) Structure details

Dictionary Type: Structure
Description: Addresses: Access to communication tables




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




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

SADRAUT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Addresses: Access to communication tables" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SADRAUT TYPE SADRAUT.

The SADRAUT table consists of various fields, each holding specific information or linking keys about Addresses: Access to communication tables data available in SAP. These include FAX (Addresses: Authorization for fax), TLX (Addresses: Authorization for telex), TTX (Addresses: Authorization for Teletext), RML (Addresses: Authorization for R/Mail).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SADRAUT structure 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
TELAddresses: Authorization for telephone SADR_ATELFCHAR1SADR_AUTH
FAXAddresses: Authorization for fax SADR_AFAXCHAR1SADR_AUTH
TLXAddresses: Authorization for telex SADR_ATLXCHAR1SADR_AUTH
TTXAddresses: Authorization for Teletext SADR_ATLTXCHAR1SADR_AUTH
RMLAddresses: Authorization for R/Mail SADR_ARMLCHAR1SADR_AUTH
X40Addresses: Authorization for X.400 SADR_AX400CHAR1SADR_AUTH
EDIAddresses: Authorization for EDI SADR_AEDICHAR1SADR_AUTH
SSWAddresses: Authorization for Soft*Switch SADR_ASSWCHAR1SADR_AUTH
CS1Addresses: Authorization for CS1 SADR_ACS1CHAR1SADR_AUTH
CS2Addresses: Authorization for CS2 SADR_ACS2CHAR1SADR_AUTH
CS3Addresses: Authorization for CS3 SADR_ACS3CHAR1SADR_AUTH
CS4Addresses: Authorization for CS4 SADR_ACS4CHAR1SADR_AUTH
CS5Addresses: Authorization for CS5 SADR_ACS5CHAR1SADR_AUTH

Key field Non-key field



How do I retrieve data from SAP structure SADRAUT using ABAP code?

As SADRAUT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SADRAUT as there is no data to select.

How to access SAP table SADRAUT

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