TBRF900 SAP (BRF: Conversion Table for Object Renaming Due to E Table) Table details

Dictionary Type: Table
Description: BRF: Conversion Table for Object Renaming Due to E Table




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




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

TBRF900 is a standard SAP Table which is used to store BRF: Conversion Table for Object Renaming Due to E Table data and is available within R/3 SAP systems depending on the version and release level.

The TBRF900 table consists of various fields, each holding specific information or linking keys about BRF: Conversion Table for Object Renaming Due to E Table data available in SAP. These include APPLCLASS (BRF: Application Class), NEW_RELEASE (SAP Release), NEW_CATEGORY (Type of Implementing Class), NEW_OBJECT (Deputy for BRF Objects (Like Events)).. 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)


SAP TBRF900 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
APPLCLASSBRF: Application Class BRF_APPLCLASSCHAR30TBRF000BRF_APPLCLASSBRF_APPLCLASS
NEW_RELEASESAP Release SAPRELEASECHAR10CHAR10
NEW_CATEGORYType of Implementing Class BRF_CLASS_CATEGORYCHAR1BRF_CLASS_CATEGORY
NEW_OBJECTDeputy for BRF Objects (Like Events) BRF_OBJECTCHAR20BRF_OBJECT
OLD_RELEASESAP Release SAPRELEASECHAR10CHAR10
OLD_CATEGORYType of Implementing Class BRF_CLASS_CATEGORYCHAR1BRF_CLASS_CATEGORY
OLD_OBJECTDeputy for BRF Objects (Like Events) BRF_OBJECTCHAR20BRF_OBJECT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBRF900
INTO CORRESPONDING FIELDS OF WA_TBRF900
WHERE...

How to access SAP table TBRF900

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