TLRT_TARO_ADM SAP (Trade Repository Object Administrative Data) Table details

Dictionary Type: Table
Description: Trade Repository Object Administrative Data




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




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

TLRT_TARO_ADM is a standard SAP Table which is used to store Trade Repository Object Administrative Data data and is available within R/3 SAP systems depending on the version and release level.

The TLRT_TARO_ADM table consists of various fields, each holding specific information or linking keys about Trade Repository Object Administrative Data data available in SAP. These include TARO_GUID (Globally Unique Identifier), TREP (Trade Repository), BUKRS (Company Code), RFHA (Financial Transaction).. 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_ADM 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
TARO_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
TREPTrade Repository FTR_TARO_TRADE_REPOSITORYCHAR5Assigned to domainFTR_TARO_TRADE_REPOSITORYFTR_TLR_TRADE_REPOSITORY
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
COUNTERNumber of the TARO FTR_TARO_COUNTERINT410INT4
TRADE_IDExternal Trade ID FTR_TARO_TRADE_IDCHAR52
DVTRABContract Conclusion Date TB_DVTRABDATS8DATUM
TVTRABTime of contract conclusion TB_TVTRABTIMS6UZEIT
PROC_STATUSStatus of Trade Repository Object FTR_TARO_PROC_STATUSNUMC2FTR_TARO_PROC_STATUS
ACTION_TYPEAction Type FTR_TARO_ACTION_TYPENUMC2FTR_TARO_ACTION_TYPE
SCHED_SEND_DATETransaction Data: Scheduled Send Date FTR_TARO_SCHEDULED_SEND_DATEDATS8
SGSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM TLRT_TARO_ADM
INTO CORRESPONDING FIELDS OF WA_TLRT_TARO_ADM
WHERE...

How to access SAP table TLRT_TARO_ADM

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