OIJMAT_RANGE SAP (Oil-TSW: Release profile - Materials range table) Table details

Dictionary Type: Table
Description: Oil-TSW: Release profile - Materials range table




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




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

OIJMAT_RANGE is a standard SAP Table which is used to store Oil-TSW: Release profile - Materials range table data and is available within R/3 SAP systems depending on the version and release level.

The OIJMAT_RANGE table consists of various fields, each holding specific information or linking keys about Oil-TSW: Release profile - Materials range table data available in SAP. These include REL_ID (Oil-TSW: Release profile ID), SEQNR (TSW: Sequence number), SIGN (Type of SIGN component in row type of a Ranges type), RANGE_OPTION (Type of OPTION component in row type of a Ranges type).. 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)


SAP OIJMAT_RANGE 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
CLIENTClient MANDTCLNT3T000MANDT
REL_IDOil-TSW: Release profile ID OIJ_RELIDCHAR10OIJ_RELPROFOIJ_RELID
SEQNRTSW: Sequence number OIJ_SEQNRNUMC5NUMC
SIGNType of SIGN component in row type of a Ranges type DDSIGNCHAR1DDSIGN
RANGE_OPTIONType of OPTION component in row type of a Ranges type DDOPTIONCHAR2DDOPTION
LOWLoaded/Discharged Material OIJ_MATNRCHAR18MARAMATN1MATNR
HIGHLoaded/Discharged Material OIJ_MATNRCHAR18MARAMATN1MATNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJMAT_RANGE
INTO CORRESPONDING FIELDS OF WA_OIJMAT_RANGE
WHERE...

How to access SAP table OIJMAT_RANGE

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