OIJBTC_RANGE SAP (Oil-TSW: Release profile - Batches range table) Table details

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




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




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

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

The OIJBTC_RANGE table consists of various fields, each holding specific information or linking keys about Oil-TSW: Release profile - Batches 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 OIJBTC_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
LOWBatch / Valuation type OIJ_CHARGCHAR10Assigned to domainCHARGCHA
HIGHBatch / Valuation type OIJ_CHARGCHAR10Assigned to domainCHARGCHA

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJBTC_RANGE
INTO CORRESPONDING FIELDS OF WA_OIJBTC_RANGE
WHERE...

How to access SAP table OIJBTC_RANGE

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