/POA/D_BUI_RES SAP (BUI PS Resources) Table details

Dictionary Type: Table
Description: BUI PS Resources




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




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

/POA/D_BUI_RES is a standard SAP Table which is used to store BUI PS Resources data and is available within R/3 SAP systems depending on the version and release level.

The /POA/D_BUI_RES table consists of various fields, each holding specific information or linking keys about BUI PS Resources data available in SAP. These include UUID (Resource ID), PARENT_UUID (Resource ID), UPDATE_COUNTER (Natural Number), IS_COLLECTION (Boolean Variable (X=True, Space=False)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /POA/D_BUI_RES 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 MANDTCLNT3Assigned to domainMANDT
UUIDResource ID /POA/BUI_PST_RESOURCE_IDCHAR32SYSUUID_C32
PARENT_UUIDResource ID /POA/BUI_PST_RESOURCE_IDCHAR32SYSUUID_C32
UPDATE_COUNTERNatural Number INT4INT410INT4
IS_COLLECTIONBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL
RES_TYPE_IDInternal ID of a Type of Persistent Resource /POA/BUI_PST_RES_TYPE_IDCHAR30Assigned to domain/POA/BUI_PST_RES_TYPE_ID
ACD_IDInternal ID for Access Control Domain /POA/BUI_PST_ACD_IDCHAR30/POA/BUI_PST_ACD_ID
ACDInternal Instance ID for Access Control Domain /POA/BUI_PST_ACDCHAR32SYSUUID_C32
CNTTContent Type ID /POA/BUI_PST_CNT_TYPE_IDCHAR30Assigned to domain/POA/BUI_PST_CNT_TYPE_ID
NS_IDInternal ID of a Namespace in the Persistence Service /POA/BUI_PST_NS_INTCHAR30Assigned to domain/POA/BUI_PST_NS_INT
NS_SUBSub Namespace /POA/BUI_PST_NS_SUBCHAR32/POA/BUI_PST_NS_SUB
OWNERUser Name UNAMECHAR12UNAME
ORIG_LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS

Key field Non-key field



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

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

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

How to access SAP table /POA/D_BUI_RES

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