PPEUIARCH_INDEX SAP (Archive Index in UI) Structure details

Dictionary Type: Structure
Description: Archive Index in UI




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




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

PPEUIARCH_INDEX 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 "Archive Index in UI" 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_PPEUIARCH_INDEX TYPE PPEUIARCH_INDEX.

The PPEUIARCH_INDEX table consists of various fields, each holding specific information or linking keys about Archive Index in UI data available in SAP. These include APPLICATION_NAME (Text, 40 Characters Long), NODE_ID (CHAR32 GUID for iPPE Node with Conversion), NODE_NAME (iPPE Node Description), CLASS_NUM (Class).. 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 PPEUIARCH_INDEX 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
APPLICATION_TYPEiPPE Application Object Type PPE_APPLOBJ_TYPECHAR4CHAR4
APPLICATION_NAMEText, 40 Characters Long TEXT40CHAR40TEXT40
NODE_IDCHAR32 GUID for iPPE Node with Conversion PVS_PNGUID_EXTCHAR32PNUIDPVS_PNGUID_EXT
NODE_NAMEiPPE Node Description PVS_PNODECHAR40PVS_PNODEPND
CLASS_NUMClass PPE_KLASSECHAR18KLASSEKLA_ATPVS_CLASS02
CLASS_TYPEClass Type PPE_KLASSENARTCHAR3Assigned to domainKLASSENARTPPE_KARPVS_KLART01
NODE_REF_TYPEiPPE Reference Node Type PVS_REF_PNODE_TYPECHAR8Assigned to domainPVS_PNODE_TYPE
CREATED_BYUser who created record PVS_ANNAMCHAR12USNAM
CREATED_DATEDate of Application PVS_ANDATDATS8DATUM
CHANGED_BYName of Person Who Changed Object PVS_AENAMCHAR12USNAM
CHANGED_DATEDate of Last Change PVS_AEDATDATS8DATUM
FOCUS_IDCHAR32 GUID for iPPE Node with Conversion PVS_PNGUID_EXTCHAR32PNUIDPVS_PNGUID_EXT
SYSTEM_IDName of SAP System SYSYSIDCHAR8SYCHAR08
CLIENTClient MANDTCLNT3Assigned to domainMANDT
ARCHIVED_BYArchived by PPE_ARNAMCHAR12USNAM
ARCHIVED_DATEArchiving Date PPE_ARDATDATS8DATUM
ARCHIVED_TIMEArchived at PPE_ARTIMTIMS6TIME
XML_URIURI of a Resource or a Collection ADMI_URICHAR355
XML_COLLECTION_NAMECollection Name ADMI_COLNCHAR20

Key field Non-key field



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

As PPEUIARCH_INDEX 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 PPEUIARCH_INDEX as there is no data to select.

How to access SAP table PPEUIARCH_INDEX

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