IRM_T_BS_BOR_OBJ SAP (IRM: Mapping of the Object Type to a BOR Object Type) Table details

Dictionary Type: Table
Description: IRM: Mapping of the Object Type to a BOR Object Type




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




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

IRM_T_BS_BOR_OBJ is a standard SAP Table which is used to store IRM: Mapping of the Object Type to a BOR Object Type data and is available within R/3 SAP systems depending on the version and release level.

The IRM_T_BS_BOR_OBJ table consists of various fields, each holding specific information or linking keys about IRM: Mapping of the Object Type to a BOR Object Type data available in SAP. These include BOR_OBJECT (IRM for BS: BOR Object Type Corresponding to an Object 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IRM_T_BS_BOR_OBJ 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
OBJECT_TYPEIRM: Object Type Name IRM_OBJECT_TYPECHAR30IRM_T_OBJ_TYPE
BOR_OBJECTIRM for BS: BOR Object Type Corresponding to an Object Type IRM_OBJECT_TYPE_TO_BOR_OBJECTCHAR10TOJTBOJ_NAMEOBJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM IRM_T_BS_BOR_OBJ
INTO CORRESPONDING FIELDS OF WA_IRM_T_BS_BOR_OBJ
WHERE...

How to access SAP table IRM_T_BS_BOR_OBJ

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