TLRC_TARO_TAR SAP (Trade Repository) Table details

Dictionary Type: Table
Description: Trade Repository




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




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

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

The TLRC_TARO_TAR table consists of various fields, each holding specific information or linking keys about Trade Repository data available in SAP. These include TREP (Trade Repository), GRANULARITY (Generation Rule for Trade Repository Objects), TERM_END (Communicate Term End to Trade Repository), SEPARATE_VALUATION (Valuation Update).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = TLRC_TARO_TAR_T


SAP TLRC_TARO_TAR 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
TREPTrade Repository FTR_TARO_TRADE_REPOSITORYCHAR5Assigned to domainFTR_TARO_TRADE_REPOSITORYFTR_TLR_TRADE_REPOSITORY
GRANULARITYGeneration Rule for Trade Repository Objects FTR_TARO_GRANULARITYNUMC1FTR_TARO_GRANULARITY
TERM_ENDCommunicate Term End to Trade Repository FTR_TARO_TERM_ENDCHAR1FTR_TARO_TERM_END
SEPARATE_VALUATIONValuation Update FTR_TARO_SEPARATE_VALUATIONCHAR1FTR_TARO_SEPARATE_VALUATION
PREFIXPrefix of the filename FTR_PREFIXCHAR255TEXT255
USE_LOGICALUse logical folders FTR_LOGICAL_FOLDERCHAR1XFELD
FOLDER_OUT_LGCFolder out (Logical) FTR_FLDOUT_LGCCHAR30CHAR30
FOLDER_IN_LGCFolder in (Logical) FTR_FLDIN_LGCCHAR30CHAR30
FOLDER_OUTOutput folder FTR_FOLDERNAME_OUTCHAR255TEXT255
FOLDER_INImport folder FTR_FOLDERNAME_INCHAR255TEXT255
DMEE_TREEID_NEWDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30Assigned to domainDMEE_TREEIDDMEE_TREE_ID
DMEE_TREEID_MODDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30Assigned to domainDMEE_TREEIDDMEE_TREE_ID
DMEE_TREEID_VALDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30Assigned to domainDMEE_TREEIDDMEE_TREE_ID
DMEE_TREEID_ERRDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30Assigned to domainDMEE_TREEIDDMEE_TREE_ID
DMEE_TREEID_TERDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30Assigned to domainDMEE_TREEIDDMEE_TREE_ID
DMEE_TREEID_PREDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30Assigned to domainDMEE_TREEIDDMEE_TREE_ID
DMEE_TREEID_COMDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30Assigned to domainDMEE_TREEIDDMEE_TREE_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TLRC_TARO_TAR
INTO CORRESPONDING FIELDS OF WA_TLRC_TARO_TAR
WHERE...

How to access SAP table TLRC_TARO_TAR

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