OIU_PM_XREF SAP (Cross reference for PRA / PM entities) Table details

Dictionary Type: Table
Description: Cross reference for PRA / PM entities




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




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

OIU_PM_XREF is a standard SAP Table which is used to store Cross reference for PRA / PM entities data and is available within R/3 SAP systems depending on the version and release level.

The OIU_PM_XREF table consists of various fields, each holding specific information or linking keys about Cross reference for PRA / PM entities data available in SAP. These include EP_ENTITY_ID (PRA Entity number), EP_ENTITY (Entities), SEQ_NO (Sequence number), ITEM_NO (Sequence number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIU_PM_XREF 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
EP_ENTITY_IDPRA Entity number OIU_EP_ENTITY_IDCHAR20OIU_EP_ENTITY_ID
EP_ENTITYEntities OIU_EP_ENTITYCHAR2OIU_EP_ENTITY
SEQ_NOSequence number OIU_SEQ_NONUMC3OIU_SEQ_NO
ITEM_NOSequence number OIU_SEQ_NONUMC3OIU_SEQ_NO
TRANS_MODETransaction Mode i.e. Create / Change OIU_TRANS_MODECHAR6OIU_TRANS_MODE
PM_ENTITYPM Entities OIU_PM_ENTITYCHAR2OIU_PM_ENTITY
FORM_NONumber of the routine used for copying GRPNONUMC3Assigned to domainGRPNO
OIU_DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
PM_ENTITY_IDPM Entity number OIU_PM_ENTITY_IDCHAR30OIU_PM_ENTITY_ID
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table OIU_PM_XREF using ABAP code

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

SELECT SINGLE *
FROM OIU_PM_XREF
INTO CORRESPONDING FIELDS OF WA_OIU_PM_XREF
WHERE...

How to access SAP table OIU_PM_XREF

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