TLRT_TARO_PREFID SAP (Trade Repository: Preferred ID Type) Table details

Dictionary Type: Table
Description: Trade Repository: Preferred ID Type




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




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

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

The TLRT_TARO_PREFID table consists of various fields, each holding specific information or linking keys about Trade Repository: Preferred ID Type data available in SAP. These include TREP (Trade Repository), REP_COMP_CODE (Company Code), BP_ID (Business Partner Number), ROLE_TYPE (BP Role).. 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: Cannot Be Enhanced


SAP TLRT_TARO_PREFID 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_REPOSITORYCHAR5TLRC_TARO_TARFTR_TARO_TRADE_REPOSITORYFTR_TLR_TRADE_REPOSITORY
REP_COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BP_IDBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
ROLE_TYPEBP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
BP_ID_TYPEIdentification Type BU_ID_TYPECHAR6Assigned to domainBU_ID_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TLRT_TARO_PREFID
INTO CORRESPONDING FIELDS OF WA_TLRT_TARO_PREFID
WHERE...

How to access SAP table TLRT_TARO_PREFID

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