TLRT_TARO_DOC SAP (Trade Repository: Documents) Table details

Dictionary Type: Table
Description: Trade Repository: Documents




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




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

TLRT_TARO_DOC is a standard SAP Table which is used to store Trade Repository: Documents data and is available within R/3 SAP systems depending on the version and release level.

The TLRT_TARO_DOC table consists of various fields, each holding specific information or linking keys about Trade Repository: Documents data available in SAP. These include DOC_GUID (Globally Unique Identifier), TARO_GUID (Globally Unique Identifier), DOC_NUMBER (Document number), DOC_TYPE (Document 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TLRT_TARO_DOC 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 MANDTCLNT3Assigned to domainMANDT
DOC_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
TARO_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
DOC_NUMBERDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOC_TYPEDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOC_STATUSDocument Status FTR_TARO_DOC_STATUSNUMC2FTR_TARO_DOC_STATUS
DOC_FILEFile Name in DMS FTR_TARO_FILE_NAMECHAR255TEXT255
CREATION_DATEFile Creation Date FTR_TARO_DOC_CREATION_DATEDATS8DATS
CREATION_TIMEFile Creation Time FTR_TARO_DOC_CREATION_TIMETIMS6TIMES

Key field Non-key field



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

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

SELECT SINGLE *
FROM TLRT_TARO_DOC
INTO CORRESPONDING FIELDS OF WA_TLRT_TARO_DOC
WHERE...

How to access SAP table TLRT_TARO_DOC

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