/BOFU/AD_ADRV SAP (Forkeys: Mapping Rules for ObjectNodeReference -> ADRV) Table details

Dictionary Type: Table
Description: Forkeys: Mapping Rules for ObjectNodeReference -> ADRV




ABAP Code to SELECT data from /BOFU/AD_ADRV
Related tables to /BOFU/AD_ADRV
Access table /BOFU/AD_ADRV




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

/BOFU/AD_ADRV is a standard SAP Table which is used to store Forkeys: Mapping Rules for ObjectNodeReference -> ADRV data and is available within R/3 SAP systems depending on the version and release level.

The /BOFU/AD_ADRV table consists of various fields, each holding specific information or linking keys about Forkeys: Mapping Rules for ObjectNodeReference -> ADRV data available in SAP. These include APPL_TABLE (Application table logical name (address management)), APPL_FIELD (Application table address where-used list logical field name), OBJECT_TYPE_CODE (Object Type Code), O_NODE_TYPE_CODE (Object Node Type Code).. 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 /BOFU/AD_ADRV 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
APPL_TABLEApplication table logical name (address management) AD_APPLTABCHAR10Assigned to domainCHAR10
APPL_FIELDApplication table address where-used list logical field name AD_APPLFLDCHAR10Assigned to domainCHAR10
OBJECT_TYPE_CODEObject Type Code /BOBF/OBJECT_TYPE_CODECHAR5Assigned to domain/BOBF/OBJECT_TYPE_CODE
O_NODE_TYPE_CODEObject Node Type Code /BOBF/OBJECT_NODE_TYPE_CODECHAR10Assigned to domain/BOBF/OBJECT_NODE_TYPE_CODE
BOBusiness Object /BOFU/BOCHAR30/BOFU/OBM_NAME/BOFU/BO/BOFU/BO
NODENode /BOFU/NODECHAR30/BOFU/OBM_NAME/BOFU/NODE/BOFU/NODE
DO_PREFIXDependent Object Prefix of the Address Host /BOFU/ADDR_DO_PREFIXCHAR100/BOFU/ADDR_DO_PREFIX
ISHARE_NAMESPACENamespace of the esf-visible IDs for instance sharing /BOFU/ADDR_ISHARE_NAMESPACECHAR2/BOFU/ADDR_ISHARE_NAMESPACE

Key field Non-key field



How do I retrieve data from SAP table /BOFU/AD_ADRV using ABAP code

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

SELECT SINGLE *
FROM /BOFU/AD_ADRV
INTO CORRESPONDING FIELDS OF WA_/BOFU/AD_ADRV
WHERE...

How to access SAP table /BOFU/AD_ADRV

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