AGR_HIER_BOR SAP (Table for Object-Oriented Navigation (OBN)) Table details

Dictionary Type: Table
Description: Table for Object-Oriented Navigation (OBN)




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




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

AGR_HIER_BOR is a standard SAP Table which is used to store Table for Object-Oriented Navigation (OBN) data and is available within R/3 SAP systems depending on the version and release level.

The AGR_HIER_BOR table consists of various fields, each holding specific information or linking keys about Table for Object-Oriented Navigation (OBN) data available in SAP. These include AGR_NAME (Role Name), OBJECT_ID (Counter for Menu ID), UNIQUE_NR (Natural Number), LOBJTYPE (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 AGR_HIER_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
MANDTClient ID SYMANDTCLNT3T000MANDT
AGR_NAMERole Name AGR_NAMECHAR30AGR_DEFINEAGR_NAMEAGR_NAME
OBJECT_IDCounter for Menu ID MENU_NUM_8NUMC8AGR_HIERNUM08
UNIQUE_NRNatural Number INT4INT410INT4
LOBJTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
VERBObject type component SWO_VERBCHAR32SWOTDVSWC_ELEM
LOBJTYPE_NAMEObject name SWC_OBJEDECHAR32SWC_EDITEL
VERB_NAMEElement name in upper/lower case SWC_EDITELCHAR32SWC_EDITEL
FLAGSAttributes for Menu Entry MENU_FLAGSCHAR16CHAR16
PRIORITYDummy for B20 int1 (Local Everywhere) INT1INT13INT1
PARMS 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM AGR_HIER_BOR
INTO CORRESPONDING FIELDS OF WA_AGR_HIER_BOR
WHERE...

How to access SAP table AGR_HIER_BOR

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