/POA/D_BUI_NS SAP (Namespaces for the BUI Persistence Service) Table details

Dictionary Type: Table
Description: Namespaces for the BUI Persistence Service




ABAP Code to SELECT data from /POA/D_BUI_NS
Related tables to /POA/D_BUI_NS
Access table /POA/D_BUI_NS




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

/POA/D_BUI_NS is a standard SAP Table which is used to store Namespaces for the BUI Persistence Service data and is available within R/3 SAP systems depending on the version and release level.

The /POA/D_BUI_NS table consists of various fields, each holding specific information or linking keys about Namespaces for the BUI Persistence Service data available in SAP. These include EXTERNAL_NS (Namespace).. 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)

Text table = /POA/D_BUI_NS_T


SAP /POA/D_BUI_NS 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
INT_IDInternal ID of a Namespace in the Persistence Service /POA/BUI_PST_NS_INTCHAR30/POA/BUI_PST_NS_INT
EXTERNAL_NSNamespace /POA/BUI_PST_NAMESPACECHAR40/POA/BUI_PST_NAMESPACE

Key field Non-key field



How do I retrieve data from SAP table /POA/D_BUI_NS using ABAP code

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

SELECT SINGLE *
FROM /POA/D_BUI_NS
INTO CORRESPONDING FIELDS OF WA_/POA/D_BUI_NS
WHERE...

How to access SAP table /POA/D_BUI_NS

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