PPEARCHACT_NODEDATA SAP (Extended BAPI Structure for Archiving) Structure details

Dictionary Type: Structure
Description: Extended BAPI Structure for Archiving




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




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

PPEARCHACT_NODEDATA 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 "Extended BAPI Structure for Archiving" 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_PPEARCHACT_NODEDATA TYPE PPEARCHACT_NODEDATA.

The PPEARCHACT_NODEDATA table consists of various fields, each holding specific information or linking keys about Extended BAPI Structure for Archiving data available in SAP. These include NODE_ID (CHAR32 GUID for iPPE Node with Conversion), NODE_NAME (iPPE Node Description), CLASS_NUM (Class), CLASS_TYPE (Class Type).. 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 PPEARCHACT_NODEDATA 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
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_TYPEiPPE Node Type PVS_PNODE_TYPECHAR8Assigned to domainPVS_PNODE_TYPEPNTYPE
DELETE_FLGObject Deleted PPE_DELETE_OBJECTCHAR1XFELD
LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
SCRAPScrap factor PPE_SCRAPDEC5(4) PPE_DEC5_4
ACTIVITYTYPEiPPE Activity Type PPE_ACTTYPECHAR1PPE_ACTTYPEPPE_ACTTYPE
DEEP_DELETE_FLGDelete an Object with Entire Environment PPE_DEEP_DELETECHAR1XFELD
ACTIVITY_EFFECTIVITYiPPE Effectivity of Order for Activity PPE_ACTEFFECTCHAR1PPE_ACTEFFECT
PREPAREGROUPSetup Group PPE_PREPAREGRPCHAR40
SETUP_LOCATIONiPPE: Plant/Location PPE_LOCATIONCHAR20PPE_LOCATION
STANDARD_ACTIVITYiPPE Standard Activity PPE_STD_ACTCHAR1XFELD
NOSYNC_FLGSynchronization Behavior of iPPE Activities on Multi-Res. PPE_NOSYNCFLGCHAR1PPE_NOSYNCFLG
REPPOINT_TYPEType of Reporting Point PVS_RPTYPECHAR4PVS_RPTYPE
PLANNING_TYPEPlanning Type PPE_PLANNING_TYPECHAR1PPE_PLANNING_TYPE
NODE_REF_TYPEiPPE Reference Node Type PVS_REF_PNODE_TYPECHAR8Assigned to domainPVS_PNODE_TYPE

Key field Non-key field



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

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

How to access SAP table PPEARCHACT_NODEDATA

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