OIUREP_TAB_IND SAP (Agency related fields for master data maintainence) Table details

Dictionary Type: Table
Description: Agency related fields for master data maintainence




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




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

OIUREP_TAB_IND is a standard SAP Table which is used to store Agency related fields for master data maintainence data and is available within R/3 SAP systems depending on the version and release level.

The OIUREP_TAB_IND table consists of various fields, each holding specific information or linking keys about Agency related fields for master data maintainence data available in SAP. These include TAB_IND (indicator for the table name), OIL_GAS_IND (Oil and Gas Indicator), FIELD ( Fields for master data maintainence), DISPLAY_ATTR (Attribute for display of the fields on master maintainence).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP OIUREP_TAB_IND 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
AGENCYAgency for Reporting OIUREP_ROY_AGENCYCHAR3CHAR3OIUREP_AGENCYOIUREP_SH_ROY_AGY
TAB_INDindicator for the table name OIUREP_TABLE_INDCHAR1CHAR1
OIL_GAS_INDOil and Gas Indicator OIUREP_OIL_GAS_INDCHAR1OIUREP_OIL_GAS_INDOIUREP_OIL_GAS_IND
FIELD Fields for master data maintainence OIUREP_FIELDCHAR16CHAR16
DISPLAY_ATTRAttribute for display of the fields on master maintainence OIUREP_DISPLAY_ATTRCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUREP_TAB_IND
INTO CORRESPONDING FIELDS OF WA_OIUREP_TAB_IND
WHERE...

How to access SAP table OIUREP_TAB_IND

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