TBRF180T SAP (BRF: Implementing Class - Text) Table details

Dictionary Type: Table
Description: BRF: Implementing Class - Text




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




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

TBRF180T is a standard SAP Table which is used to store BRF: Implementing Class - Text data and is available within R/3 SAP systems depending on the version and release level.

The TBRF180T table consists of various fields, each holding specific information or linking keys about BRF: Implementing Class - Text data available in SAP. These include IMPORT_STATUS (BRF: Import Status), APPLCLASS (BRF: Application Class), LANGU (Language Key), CLASS_ID (Key of Implementing Class).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table for: TBRF180


SAP TBRF180T 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
CLIENTClient MANDTCLNT3T000MANDT
IMPORT_STATUSBRF: Import Status BRF_IMPORT_STATUSCHAR1BRF_IMPORT_STATUS
APPLCLASSBRF: Application Class BRF_APPLCLASSCHAR30TBRF100BRF_APPLCLASSBRF_APPLCLASS
LANGULanguage Key LANGULANG1T002ISOLASPRAS
CLASS_IDKey of Implementing Class BRF_CLASS_IDCHAR20TBRF180BRF_CLASS_ID
VERSIONBRF: Version BRF_VERSIONNUMC4BRF_VERSION
SHORTBRF: General Short Text BRF_SHORT_TEXTCHAR80BRF_SHORT_TEXT
OBJECT_NAMEObject Name for Title BRF_OBJECT_NAMECHAR30BRF_OBJECT_NAME
TITLE_CRMaintenance - Full Title Line BRF_TITLECHAR70BRF_TITLE
TITLE_CHMaintenance - Full Title Line BRF_TITLECHAR70BRF_TITLE
TITLE_DSMaintenance - Full Title Line BRF_TITLECHAR70BRF_TITLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBRF180T
INTO CORRESPONDING FIELDS OF WA_TBRF180T
WHERE...

How to access SAP table TBRF180T

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