OIUREP_MASTER_PC SAP (RegID Split table (e.g. LA Parish split)) Table details

Dictionary Type: Table
Description: RegID Split table (e.g. LA Parish split)




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




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

OIUREP_MASTER_PC is a standard SAP Table which is used to store RegID Split table (e.g. LA Parish split) data and is available within R/3 SAP systems depending on the version and release level.

The OIUREP_MASTER_PC table consists of various fields, each holding specific information or linking keys about RegID Split table (e.g. LA Parish split) data available in SAP. These include SPLIT_GUID (GUID in 'CHAR' Format in Uppercase), SPLIT_KEY1 (Split Key Value), PERCENT (Reg. ID split percentage).. 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_MASTER_PC 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
SPLIT_GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
SPLIT_KEY1Split Key Value OIUREP_SPLIT_KEY1CHAR30
PERCENTReg. ID split percentage OIUREP_SPLIT_PERCENTDEC5(2) OIUREP_SPLIT_PERCENT

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUREP_MASTER_PC
INTO CORRESPONDING FIELDS OF WA_OIUREP_MASTER_PC
WHERE...

How to access SAP table OIUREP_MASTER_PC

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