ABADRD1T SAP (Transfer Structure for Function Module for Reading Text) Structure details

Dictionary Type: Structure
Description: Transfer Structure for Function Module for Reading Text




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




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

ABADRD1T 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 "Transfer Structure for Function Module for Reading Text" 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_ABADRD1T TYPE ABADRD1T.

The ABADRD1T table consists of various fields, each holding specific information or linking keys about Transfer Structure for Function Module for Reading Text data available in SAP. These include DATE_TO (Valid To Date), CHARACTER (Derivation: Characteristic Value), FYEAR (Posting Date YYYY), TEXT (Medium Field Label).. 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: Not classified


SAP ABADRD1T 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
DATEValid To Date DATBIDATS8DATUM
DATE_TOValid To Date DATBIDATS8DATUM
CHARACTERDerivation: Characteristic Value ABADR1T_CHARCHAR50KEYID
FYEARPosting Date YYYY BDATJNUMC4GJAHRGJAHRBDTJ
TEXTMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
TEXT_L60-Character Long Text in ABADR1T ABADR1T_LTXTCHAR60CHAR60
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
EXISTIndicator Denoting Existence of a Characteristic Value ABADRCFEFLAG2CHAR1CHAR1
TFLAGFlag to indicate text CFTFLAGCHAR1CHAR1
DFLAGFlag for connection of documents ABADRCFDFLAGCHAR1CHAR1
TABIXField defined as in SY-TABIX ABADRTABIX_DINT410SYST_LONG
CTABIXField defined as in SY-TABIX ABADRTABIX_DINT410SYST_LONG

Key field Non-key field



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

As ABADRD1T 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 ABADRD1T as there is no data to select.

How to access SAP table ABADRD1T

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