OIUCI_PDX SAP (Purchaser DOI Cross Reference) Table details

Dictionary Type: Table
Description: Purchaser DOI Cross Reference




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




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

OIUCI_PDX is a standard SAP Table which is used to store Purchaser DOI Cross Reference data and is available within R/3 SAP systems depending on the version and release level.

The OIUCI_PDX table consists of various fields, each holding specific information or linking keys about Purchaser DOI Cross Reference data available in SAP. These include PU_NO (Remitter ID), PU_SEQ_NO (Sequence Number), PU_PR_NO (Remitter Property), PU_PD_CD (Remitter Product).. 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 OIUCI_PDX 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
PU_NORemitter ID OIUH_REMITTER_IDCHAR6CHAR6
PU_SEQ_NOSequence Number OIUCM_SEQ_NOCHAR2ALPHAOIUCM_SEQ_NOOIUCM_SEQ_NO
PU_PR_NORemitter Property OIUH_REMITTER_PROPERTYCHAR18CHAR18
PU_PD_CDRemitter Product OIUH_REMITTER_PRODUCTCHAR3CHAR3
LYT_FL_NOLayout Field OIUH_LAYOUT_FIELDCHAR3CHAR3
LYT_FL_CDLayout Field Value OIUCI_LAYOUT_FIELD_CODECHAR18CHAR18
EFF_FROM_DTEffective From Date OIUH_EFFECTIVE_FROMDATS8DATS
EFF_TO_DTEffective To Date OIUH_EFFECTIVE_TODATS8DATS
EFF_TO_DT_CDEffective to date code OIUCI_EFF_TO_DT_CDCHAR1CHAR1
SYS_NOPurchaser to Property/DOI Xref System Number OIUCI_PDX_SYSTEM_NODEC18DEC18
RCVBL_DECM_PCReceivable Decimal OIUH_RECEIVABLE_DECIMALDEC9(8) OIUH_DEC9_8
PD_CDProduct OIUH_PRODUCTCHAR3CHAR3
AFFIL_ACCT_NOAffiliated Account Number OIUCI_AFFIL_ACCT_NOCHAR3CHAR3
OVRD_PRCS_NOOverride Process No OIUH_OVERRIDE_PROCESS_NOCHAR4CHAR4
RCVBL_MP_NOMeasurement Point ID OIUH_MEASUREMENT_POINT_IDCHAR6CHAR6
PR_NOProperty / DOI OIUH_PROPERTY_DOICHAR8CHAR8H_PR_PIDH_PR_SRCH
DOI_NODivision of Interest (DOI) Number OIUH_DOI_NOCHAR5CHAR5
TAX_CALC_FLCalculate Severance Tax OIUH_CALCULATE_SEVERANCE_TAXCHAR1CHAR1
BLN_IND_FLBlanchard Cross Reference OIUH_BLANCHARD_XREFCHAR1CHAR1
CDEX_OVRD_NOCDEX Override Process No OIUH_CDEXCHAR4CHAR4
CT_NOResell Contract OIUH_RESELL_CONTRACTCHAR6CHAR6
CMT_FLExtended comment flag OIUH_CMT_FLCHAR1OIUH_CMT_FL
VER_NOVersion No OIUCI_VERSION_NODEC5DEC5
SPC_DIST_FLSpecial Distribution Flag OIUCI_SPC_DIST_FLCHAR1OIUCI_SPC_DIST_FL
USED_FLOIUH_CHAR1 OIUH_CHAR1CHAR1CHAR1
UNIT_OF_MEAS_CDUnit of Measurement MSEHIUNIT3T006CUNITMEINS
COST_CENTERTemplate cost center OIUCI_CST_CNTCHAR10Assigned to domainALPHAKOSTLRKOS
OR_LVL_1_NOOrganization level 1 number (Company Code) OIUH_OR_LVL_1_NOCHAR3OIUH_CM_OR1OIUH_OR_LVL_1_NO
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 OIUCI_PDX using ABAP code

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

SELECT SINGLE *
FROM OIUCI_PDX
INTO CORRESPONDING FIELDS OF WA_OIUCI_PDX
WHERE...

How to access SAP table OIUCI_PDX

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