/POA/D_RES_SC SAP (BUI PS Resource Table - System Content) Table details

Dictionary Type: Table
Description: BUI PS Resource Table - System Content




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




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

/POA/D_RES_SC is a standard SAP Table which is used to store BUI PS Resource Table - System Content data and is available within R/3 SAP systems depending on the version and release level.

The /POA/D_RES_SC table consists of various fields, each holding specific information or linking keys about BUI PS Resource Table - System Content 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: 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 (Deep)


SAP /POA/D_RES_SC 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
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
PAYLOADResource Value /POA/BUI_PST_RES_VALUESTRG0/POA/BUI_PST_RES_VALUE
ALIAS_IDInternal ID of an Alias /POA/BUI_PST_ALIAS_IDCHAR30Assigned to domain/POA/BUI_PST_ALIAS_ID
ORIG_LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS

Key field Non-key field



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

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

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

How to access SAP table /POA/D_RES_SC

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