OIUBL01_PBAXREF SAP (PBA to Well Completion/Measurement Point Cross-ref) Table details

Dictionary Type: Table
Description: PBA to Well Completion/Measurement Point Cross-ref




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




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

OIUBL01_PBAXREF is a standard SAP Table which is used to store PBA to Well Completion/Measurement Point Cross-ref data and is available within R/3 SAP systems depending on the version and release level.

The OIUBL01_PBAXREF table consists of various fields, each holding specific information or linking keys about PBA to Well Completion/Measurement Point Cross-ref data available in SAP. These include PBA_NO (PBA Number), WL_NO (Well ID number), WC_NO (Well Completion Number), MP_NO (Measurement point 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 OIUBL01_PBAXREF 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
PBA_NOPBA Number OIU_PBA_NOCHAR10OIUBL01_PBAALPHAOIU_PBA_NOOIU_PBA_NO
WL_NOWell ID number OIU_WL_NOCHAR15Assigned to domainALPHAOIU_WL_NOOIU_WELLH_OIU_PR_WELL
WC_NOWell Completion Number OIU_WC_NOCHAR5Assigned to domainALPHAOIU_WC_NOOIU_WCH_OIU_PR_WC
MP_NOMeasurement point number OIU_MP_NOCHAR20Assigned to domainALPHAOIU_MP_NOOIU_MPH_OIU_PR_MP
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
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 OIUBL01_PBAXREF using ABAP code

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

SELECT SINGLE *
FROM OIUBL01_PBAXREF
INTO CORRESPONDING FIELDS OF WA_OIUBL01_PBAXREF
WHERE...

How to access SAP table OIUBL01_PBAXREF

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