TLRV_TRADE_REP SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

TLRV_TRADE_REP is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The TLRV_TRADE_REP table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include TREP_ID_TRP (Trade Repository), REP_TYPE_MSG (Legal Report Type in Trade Repository Context), TREP_ID (Trade Repository (Client-Independent)), REP_TYPE_RPT (Legal Report 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TLRV_TRADE_REP table view 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 MANDTCLNT3MANDT
TREP_ID_TRPTrade Repository FTR_TARO_TRADE_REPOSITORYCHAR5FTR_TARO_TRADE_REPOSITORYFTR_TLR_TRADE_REPOSITORY
REP_TYPE_MSGLegal Report Type in Trade Repository Context FTR_TLR_REP_TYPE_TREPCHAR5FTR_TLR_REP_TYPE
TREP_IDTrade Repository (Client-Independent) FTR_TARO_TRADE_REP_IDCHAR5TLRTS_MSG_CATFTR_TLR_MESSAGE_CAT
REP_TYPE_RPTLegal Report Type FTR_TLR_REP_TYPECHAR5TLRC_MESSAGEFTR_TLR_REP_TYPE
LEGAL_BASELegal Basis FTR_THRESHOLD_SCHEMENUMC2TLRE_THM_SCHEMEFTR_THRESHOLD_SCHEMEFTR_TLR_SCHEME
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
TREP_ID_MSGTrade Repository FTR_TARO_TRADE_REPOSITORYCHAR5TLRC_TARO_TARFTR_TARO_TRADE_REPOSITORYFTR_TLR_TRADE_REPOSITORY
REP_CATLegal Report Category FTR_TLR_REP_CATCHAR3FTR_TLR_REP_CAT
REP_CONTEXTConfiguration Context for Codes TPM_CFG_CONTEXTCHAR10
TREP_DESCR_CLIENTTrade Repository Description FTR_TARO_TAR_DESCRCHAR30TPM_DESCRIPTION30
REP_TYPE_DESCRLegal Report Type Description FTR_TLR_REP_TYPE_DESCRCHAR30TPM_DESCRIPTION30
TREP_DESCRTrade Repository Description FTR_TARO_TAR_DESCRCHAR30TPM_DESCRIPTION30
LEGAL_BASE_DESCRLegal Basis (Long Text) FTR_THRESHOLD_SCHEME_LTXTCHAR30TEXT30
DMEE_TREEID_NEWDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30DMEE_TREEIDDMEE_TREE_ID
DMEE_TREEID_MODDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30DMEE_TREEIDDMEE_TREE_ID
DMEE_TREEID_VALDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30DMEE_TREEIDDMEE_TREE_ID
DMEE_TREEID_ERRDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30DMEE_TREEIDDMEE_TREE_ID
DMEE_TREEID_TERDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30DMEE_TREEIDDMEE_TREE_ID
DMEE_TREEID_PREDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30DMEE_TREEIDDMEE_TREE_ID
DMEE_TREEID_COMDMEE: unique description for a DMEE format tree DMEE_TREEIDCHAR30DMEE_TREEIDDMEE_TREE_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TLRV_TRADE_REP
INTO CORRESPONDING FIELDS OF WA_TLRV_TRADE_REP
WHERE...

How to access SAP table TLRV_TRADE_REP

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