OIUREP_ADJ_PASR SAP (MMS PASR Adjustment Detail Record) Table details

Dictionary Type: Table
Description: MMS PASR Adjustment Detail Record




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




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

OIUREP_ADJ_PASR is a standard SAP Table which is used to store MMS PASR Adjustment Detail Record data and is available within R/3 SAP systems depending on the version and release level.

The OIUREP_ADJ_PASR table consists of various fields, each holding specific information or linking keys about MMS PASR Adjustment Detail Record data available in SAP. These include MANDT (Client), AGENCY (Agency for Reporting), REP_NAME (Regulatory Report Name), REG_NUMBER (Regulatory Reporting Run 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 OIUREP_ADJ_PASR 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_AGENCYCHAR3OIUREP_REPORTSCHAR3OIUREP_AGENCY
REP_NAMERegulatory Report Name OIU_REP_REPNAMECHAR40OIUREP_REPORTSPROGNAMEOIUREP_REP_NAME
REG_NUMBERRegulatory Reporting Run Number OIUREP_REG_NUMBERNUMC10OIUREP_REG_NUMBER
HEAD_SEQNRRegulatory Reporting Header Sequence Number OIUREP_HEAD_SEQNRNUMC5
REC_TYPEDetail Layout Record Type OIUREP_OGR_REC_TYPECHAR2
LINE_NBROGOR Detail Line Number OIUREP_OGR_LINE_NBRNUMC4
ACTION_CDOGOR Detail Layout Action Code OIUREP_OGR_ACTION_CDCHAR1
VER_NOVersion Number OIUREP_VER_NOINT410OIU_COUNTER
OPERATOR_BLOCKReg.Reporting MMS PASR Operator Area Block OIUREP_MMS_OP_AREA_BLOCKCHAR30
INJECTORReg.Reporting MMS PASR Injector OIUREP_MMS_INJECTORCHAR1OIUREP_MMS_INJECTOR
METERING_PT_NOMMS Metering Point OIUREP_MMS_MTR_PTCHAR11
LSE_NOLease Number (Externally-Issued ID) OIUREP_LSE_NOCHAR11
SALES_VOLReg.Reporting MMS PASR Sales Transfer Volume OIUREP_MMS_SALTRANS_VOLDEC9
OTHER_VOLReg.Reporting MMS PASR other Source Volume OIUREP_MMS_OTHER_VOLDEC9
ADJUSTMENTSAdjustment Indicator OIUREP_ADJ_INDCHAR1OIUREP_ADJ_D
RPT_FLAGReport Flag - Determines if included in Current/Amended Adj OIUREP_REPORT_FLGCHAR1OIUREP_REPORT_FLAG
USERIDUser Name SYUNAMECHAR12SYCHAR12
TIMESTAMPTime Stamp - Short Format TZNTSTMPSLNUMC15TSTPSTZNTSTMPSL

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUREP_ADJ_PASR
INTO CORRESPONDING FIELDS OF WA_OIUREP_ADJ_PASR
WHERE...

How to access SAP table OIUREP_ADJ_PASR

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