ROIU_RV_PDXSS SAP (Maintenance Structure: OIU_RV_PDXSS) Structure details

Dictionary Type: Structure
Description: Maintenance Structure: OIU_RV_PDXSS




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




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

ROIU_RV_PDXSS 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 "Maintenance Structure: OIU_RV_PDXSS" 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_ROIU_RV_PDXSS TYPE ROIU_RV_PDXSS.

The ROIU_RV_PDXSS table consists of various fields, each holding specific information or linking keys about Maintenance Structure: OIU_RV_PDXSS data available in SAP. These include MANDT (Client), PU_NO (Purchaser), PU_VNAME (Purchaser's Lease Number), PU_MATNR (Purchaser's Xref Product / Material).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIU_RV_PDXSS structure 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_NOPurchaser OIU_PU_NOCHAR10KNA1ALPHAKUNNROIU_PU
PU_VNAMEPurchaser's Lease Number OIU_PU_JV_NAMECHAR18CHAR18OIU_PU_JV
PU_MATNRPurchaser's Xref Product / Material OIU_PU_MATNRCHAR3CHAR3OIU_PU_MATNR
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
MATNRMaterial Number MATNRCHAR18OIU_CM_MAT_PRCDMATN1MATNRMATS_MAT1
VNAMEJoint Venture JV_NAMECHAR6OIU_DO_JVALPHAJV_NAMEJVV
DOI_NODivision of interest (DOI) OIU_DOI_NOCHAR5OIU_DO_DIALPHAOIU_DOI_NOOIU_DOIH_OIU_DO_DI
CT_NOContract Number OIU_CT_NOCHAR10OIU_RV_CTALPHAOIUCM_CONTRACT_NUMBEROIU_CID
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
NAME1Name 1 NAME1_GPCHAR35NAME
MCOD1Search term for matchcode search MCDD1CHAR25CHAR25
TYP_CDContract Type OIU_CT_TYPE_CDCHAR2OIU_CM_CTTYPOIU_CT_TYPE_CDOIU_CTY
CT_TYPE_DEContract Type Description OIU_CT_TYPE_DECHAR50OIU_TEXT50
JV_DOI_TEXTScreen field texts FL_TEXTCHAR35TEXT35
WL_NMWell name OIU_WL_NMCHAR35CHAR35
WC_NMWell completion name OIU_WC_NMCHAR35OIU_TEXT35
MP_DEMeasurement point description OIU_MP_DECHAR35OIU_TEXT35OIU_MP_DE
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
XXDBACTIONDatabase Action Flag OIU_DBACTIONCHAR1CHAR1
REF_PU_NOReference Purchaser OIU_PU_NO_REFCHAR10KNA1ALPHAKUNNROIU_R_PU
REF_NAME1Name 1 NAME1_GPCHAR35NAME
REF_PU_VNAMEReference Purchaser's Lease Number OIU_PU_JV_NAME_REFCHAR18CHAR18OIU_R_PU_JV
REF_PU_MATNRReference Purchaser Xref Material OIU_PU_MATNR_REFCHAR3CHAR3OIU_R_PU_MATNR
REF_CT_NOReference Contract number OIU_CT_NO_REFCHAR10OIUCM_CONTRACTALPHAOIUCM_CONTRACT_NUMBEROIU_R_CID
REF_EFF_FROM_DTReference effective from date OIU_EFF_FROM_DT_REFDATS8DATUMOIU_R_EFD

Key field Non-key field



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

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

How to access SAP table ROIU_RV_PDXSS

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