SAP BAPI1194_RCP_RELA_DS iPPE / BAPI / RCP: Relationships (Down Structure) Table data and field list

BAPI1194_RCP_RELA_DS 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 / BAPI / RCP: Relationships (Down Structure)" 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_BAPI1194_RCP_RELA_DS TYPE BAPI1194_RCP_RELA_DS.

The BAPI1194_RCP_RELA_DS table consists of various fields, each holding specific information or linking keys about iPPE / BAPI / RCP: Relationships (Down Structure) data available in SAP. These include NODE_CNT (Internal Counter for iPPE Objects), NODE_NAME_FROM (iPPE Node Description), NODE_TYPE_FROM (iPPE Node Type), NODE_NAME_TO (iPPE Node Description)... 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. .

BAPI1194_RCP_RELA_DS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BAPI1194_RCP_RELA_DS structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPI1194_RCP_RELA_DS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
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_CNTInternal Counter for iPPE Objects PVS_COUNTNUMC8NUMC8
NODE_NAME_FROMiPPE Node Description PVS_PNODECHAR40PVS_PNODEPND
NODE_TYPE_FROMiPPE Node Type PVS_PNODE_TYPECHAR8Assigned to domainPVS_PNODE_TYPEPNTYPE
NODE_NAME_TOiPPE Node Description PVS_PNODECHAR40PVS_PNODEPND
NODE_TYPE_TOiPPE Node Type PVS_PNODE_TYPECHAR8Assigned to domainPVS_PNODE_TYPEPNTYPE
PLEVELLevel to which the structures are compared PVS_EXPLLEVINT25INT2
DIRECTDirection of Explosion Indicator RCPE_DIRECTCHAR1XFELD
RELATION_IDCHAR32 GUID for iPPE Node with Conversion PVS_PNGUID_EXTCHAR32PNUIDPVS_PNGUID_EXT
RELA_TYPEiPPE Relationship Type PVS_PNREL_TYPECHAR8Assigned to domainPVS_PNREL_TYPE
RELA_APPLI_TYPERelationship Application Type PVS_RELOBJ_TYPECHAR4PVS_RELOBJ_TYPE
OBJECT_TYPE_FROMiPPE Object Type PVS_OTYPECHAR1PVS_OTYPE
NODE_ID_FROMCHAR32 GUID for iPPE Node with Conversion PVS_PNGUID_EXTCHAR32PNUIDPVS_PNGUID_EXT
VARI_ID_FROMCHAR32 GUID for iPPE Node with Conversion PVS_PNGUID_EXTCHAR32PNUIDPVS_PNGUID_EXT
OBJECT_TYPE_TOiPPE Object Type PVS_OTYPECHAR1PVS_OTYPE
NODE_ID_TOCHAR32 GUID for iPPE Node with Conversion PVS_PNGUID_EXTCHAR32PNUIDPVS_PNGUID_EXT
VARI_ID_TOCHAR32 GUID for iPPE Node with Conversion PVS_PNGUID_EXTCHAR32PNUIDPVS_PNGUID_EXT
PREL_TYPEiPPE Relationship Type PVS_REL_TYPECHAR1PVS_REL_TYPE
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table BAPI1194_RCP_RELA_DS

Within an ECC or HANA version of SAP you can also view further information about BAPI1194_RCP_RELA_DS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).