OIRARNBT SAP (Retail Network Business Types) Table details

Dictionary Type: Table
Description: Retail Network Business Types




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




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

OIRARNBT is a standard SAP Table which is used to store Retail Network Business Types data and is available within R/3 SAP systems depending on the version and release level.

The OIRARNBT table consists of various fields, each holding specific information or linking keys about Retail Network Business Types data available in SAP. These include RNBT (Business type), KALVG (SSR Pricing - Margins procedure assigned to business type), APPBK (Application flag: Business type relates to bulk business), APPMC (Application flag: Business type relates to merchandising bus).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = OIRARNBTT


SAP OIRARNBT 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
RNBTBusiness type OIRA_RNBTCHAR4OIRA_RNBTOIRA_0
KALVGSSR Pricing - Margins procedure assigned to business type OIRC_KALVGCHAR1OIRCTVKVOIRC_KALVG
APPBKApplication flag: Business type relates to bulk business OIRA_APPBKCHAR1XFELD
APPMCApplication flag: Business type relates to merchandising bus OIRA_APPMCCHAR1XFELD
APPCWApplication flag: Business type relates to car wash business OIRA_APPCWCHAR1XFELD
APPNNApplication flag : Business type not related to a business OIRA_APPNNCHAR1XFELD
ICONNAMEIcon name for retail network business type OIRA_RNBTICONCHAR25CHAR25
RFCDEST_REMRFC dest. (Retail system) with remote user OIRA_RFCDEST_NO_USRCHAR32RFCDESRFCDESTRFC
RFCDESTRFC destination (Retail system) OIRA_RFCDESTCHAR32RFCDESRFCDESTRFC
URLIS-Oil SSR - Store Workbench WebGate URL OIRH_WGURLCHAR132TEXT132
USE_HR_RETAILLogin for system; 'URL' is (x = EQ, ' ' = NE) as in oil OIRH_LOGCHAR1XFELD
ORGSTR_CHECKOrganization structure check (1=No, 2=Oil, 3=Retail) OIRB_ORGSTRCHAR1OIRB_ORGSTR
EXT_PRIC_TOOLExternal Price Optimizer Active OIRB_EXTPRICETOOLCHAR1XFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIRARNBT
INTO CORRESPONDING FIELDS OF WA_OIRARNBT
WHERE...

How to access SAP table OIRARNBT

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