MDGD_OTC_BOR SAP (Assignment of BOR Object to Object Type Code) Table details

Dictionary Type: Table
Description: Assignment of BOR Object to Object Type Code




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




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

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

The MDGD_OTC_BOR table consists of various fields, each holding specific information or linking keys about Assignment of BOR Object to Object Type Code data available in SAP. These include BOR_OBJECT_TYPE (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 MDGD_OTC_BOR 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_TYPE_CODEBusiness Object Type MDG_OBJECT_TYPE_CODE_BSCHAR10MDGI_OTC_BSMDG_OBJECT_TYPE_CODE_BSSH_MDG_CC_OTC
BOR_OBJECT_TYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM MDGD_OTC_BOR
INTO CORRESPONDING FIELDS OF WA_MDGD_OTC_BOR
WHERE...

How to access SAP table MDGD_OTC_BOR

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