OIUX1_PDCD_XREF SAP (Cross Reference Between State Agency and PRA Material) Table details

Dictionary Type: Table
Description: Cross Reference Between State Agency and PRA Material




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




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

OIUX1_PDCD_XREF is a standard SAP Table which is used to store Cross Reference Between State Agency and PRA Material data and is available within R/3 SAP systems depending on the version and release level.

The OIUX1_PDCD_XREF table consists of various fields, each holding specific information or linking keys about Cross Reference Between State Agency and PRA Material data available in SAP. These include AGENCY (Agency for Reporting), OIL_GAS_IND (Oil and Gas Indicator), VOLUME_TYPE (Volume type code), MATERIAL (Material 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: Not classified


SAP OIUX1_PDCD_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 MANDTCLNT3T000MANDT
AGENCYAgency for Reporting OIUREP_ROY_AGENCYCHAR3OIUREP_ROY_AGYCHAR3OIUREP_AGENCYOIUREP_SH_ROY_AGY
OIL_GAS_INDOil and Gas Indicator OIUREP_OIL_GAS_INDCHAR1OIUREP_OIL_GAS_INDOIUREP_OIL_GAS_IND
VOLUME_TYPEVolume type code OIU_VT_CDCHAR2OIU_PR_VLTYPOIU_VL_TYPE_CDOIU_VTCD
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
AGENCY_PROD_CODEAgency defined product code OIUREP_AGENCY_PDCDCHAR3OIUREP_AGY_PDCDOIUREP_AGENCY_PDCD

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUX1_PDCD_XREF
INTO CORRESPONDING FIELDS OF WA_OIUX1_PDCD_XREF
WHERE...

How to access SAP table OIUX1_PDCD_XREF

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