UAB_S_IPPE_PNRES SAP (iPPE Resource Nodes: Attributes for iPPE) Structure details

Dictionary Type: Structure
Description: iPPE Resource Nodes: Attributes for iPPE




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




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

UAB_S_IPPE_PNRES is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "iPPE Resource Nodes: Attributes for iPPE" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_UAB_S_IPPE_PNRES TYPE UAB_S_IPPE_PNRES.

The UAB_S_IPPE_PNRES table consists of various fields, each holding specific information or linking keys about iPPE Resource Nodes: Attributes for iPPE data available in SAP. These include PNGUID (Internal Number of iPPE Node), PNCNT (Internal Counter for iPPE Objects), PNTXCNT (Counter for Text Tables), LOCID (Plant/Location in PPE).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP UAB_S_IPPE_PNRES structure 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
PNGUID Internal Number of iPPE Node0
PNCNT Internal Counter for iPPE Objects0
PNTXCNT Counter for Text Tables0
LOCID Plant/Location in PPE0
PRESTYPE Type of Resources Planning0
CAPAPLNG Capacity Planning Permitted0
CODATA Controlling Data Exists0
CMPID Internal Identification of Components (Material/Product)0
DOCID Internal Documentation Key of iPPE0
RESUID GUID of Planning Resource (CHAR22 Format)0
QUANT Number of Production Resources0
QUNIT Unit of Quantity of Production Resource0
QUANT_1000 Number of Production Resources x 10000

Key field Non-key field



How do I retrieve data from SAP structure UAB_S_IPPE_PNRES using ABAP code?

As UAB_S_IPPE_PNRES is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on UAB_S_IPPE_PNRES as there is no data to select.

How to access SAP table UAB_S_IPPE_PNRES

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