OIREUPLPXXXX SAP (SSR PC: DTF table for item information) Table details

Dictionary Type: Table
Description: SSR PC: DTF table for item information




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




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

OIREUPLPXXXX is a standard SAP Table which is used to store SSR PC: DTF table for item information data and is available within R/3 SAP systems depending on the version and release level.

The OIREUPLPXXXX table consists of various fields, each holding specific information or linking keys about SSR PC: DTF table for item information data available in SAP. These include MANDT (Client), GJAHR (Fiscal Year), UPLNR (SSR PC: DTF payment card transaction number (internal)), POSNR (Item number of the SD document).. 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 OIREUPLPXXXX 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
UPLNRSSR PC: DTF payment card transaction number (internal) OIRE_UPLNRCHAR10CHAR10OIRE_UPLNR
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
BLMNRSSR PC: Material group/number at the business location OIRE_BLMNRCHAR18CHAR18
STYPService type OIRA_STYPCHAR4OIRASTYPOIRA_STYPOIR_ST
MENGESSR PC: Quantity sold at the business location OIRE_MENGEQUAN13(3) MENG13V
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
BRTPRSSR PC: price (rate per unit of measure) of the article OIRE_BRTPRCURR11(2) WERTV6
BRTWRSSR PC: Gross value OIRE_BRTWRCURR13(2) WERTV7
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
EANNRInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
KONWARate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
KMEINCondition unit KMEINUNIT3Assigned to domainCUNITMEINS
KPEINCondition pricing unit KPEINDEC5KPEIN
KWAEHCondition currency (for cumulation fields) KWAEHCUKY5Assigned to domainWAERSFWS
DCINDSSR PC: DTF Debit/credit item indicator for a PC transaction OIRE_DCIND_ITMCHAR1OIRE_DCIND
LINKYEARDocument link number year OIRA_JAHRNUMC4GJAHRGJAHR
LINKNRLink number OIRA_LINKNRNUMC10NUMC10
ITLINKNRItem link number OIRA_ITLINKNRNUMC6Assigned to domainPOSNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIREUPLPXXXX
INTO CORRESPONDING FIELDS OF WA_OIREUPLPXXXX
WHERE...

How to access SAP table OIREUPLPXXXX

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