OIISCPBL SAP (SCP: Site control parameters (business loc) - IS-Oil BDRP) Table details

Dictionary Type: Table
Description: SCP: Site control parameters (business loc) - IS-Oil BDRP




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




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

OIISCPBL is a standard SAP Table which is used to store SCP: Site control parameters (business loc) - IS-Oil BDRP data and is available within R/3 SAP systems depending on the version and release level.

The OIISCPBL table consists of various fields, each holding specific information or linking keys about SCP: Site control parameters (business loc) - IS-Oil BDRP data available in SAP. These include PBLNR (Business location identifier (IS-Oil MRN)), RNBT (Business type), PARFN (MRN business partner role / relation type), VKFCAL (SCP: Site factory calendar - sales days).. 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 OIISCPBL 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
PBLNRBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10OIFSPBLALPHAOIF_PBLNROI0OIFB
RNBTBusiness type OIRA_RNBTCHAR4OIRARNBTOIRA_RNBTOIRA_0
PARFNMRN business partner role / relation type OIF_PARFNCHAR4OIFBRF1OIF_PARFN
VKFCALSCP: Site factory calendar - sales days OII_VKFCALCHAR2TFACDWFCID
VKFSIDSCP: Sales hour set ID OII_VKFSIDCHAR3OIISCPSHOII_VKFSID
W11BOSMonday:time sales begin 1 OII_W11BOSTIMS6TIME
W11EOSMonday time sales end 1 OII_W11EOSTIMS6TIME
W12BOSMonday:time sales begin 2 OII_W12BOSTIMS6TIME
W12EOSMonday:time sales end 2 OII_W12EOSTIMS6TIME
W21BOSTuesday:time sales begin 1 OII_W21BOSTIMS6TIME
W21EOSTuesday:time sales end 1 OII_W21EOSTIMS6TIME
W22BOSTuesday:time sales begin 2 OII_W22BOSTIMS6TIME
W22EOSTuesday:time sales end 2 OII_W22EOSTIMS6TIME
W31BOSWednesday:time sales begin 1 OII_W31BOSTIMS6TIME
W31EOSWednesday:time sales end 1 OII_W31EOSTIMS6TIME
W32BOSWednesday:time sales begin 2 OII_W32BOSTIMS6TIME
W32EOSWednesday:time sales end 2 OII_W32EOSTIMS6TIME
W41BOSThursday:time sales begin 1 OII_W41BOSTIMS6TIME
W41EOSThursday:time sales end 1 OII_W41EOSTIMS6TIME
W42BOSThursday:time sales begin 2 OII_W42BOSTIMS6TIME
W42EOSThursday:time sales end 2 OII_W42EOSTIMS6TIME
W51BOSFriday:time sales begin 1 OII_W51BOSTIMS6TIME
W51EOSFriday:time sales end 1 OII_W51EOSTIMS6TIME
W52BOSFriday:time sales begin 2 OII_W52BOSTIMS6TIME
W52EOSFriday:time sales end 2 OII_W52EOSTIMS6TIME
W61BOSSaturday:time sales begin 1 OII_W61BOSTIMS6TIME
W61EOSSaturday:time sales end 1 OII_W61EOSTIMS6TIME
W62BOSSaturday:time sales begin 2 OII_W62BOSTIMS6TIME
W62EOSSaturday:time sales end 2 OII_W62EOSTIMS6TIME
W71BOSSunday:time sales begin 1 OII_W71BOSTIMS6TIME
W71EOSSunday:time sales end 1 OII_W71EOSTIMS6TIME
W72BOSSunday:time sales begin 2 OII_W72BOSTIMS6TIME
W72EOSSunday:time sales end 2 OII_W72EOSTIMS6TIME
W81BOSPublic holiday: time sales begin 1 OII_W81BOSTIMS6TIME
W81EOSPublic holiday: time sales end 1 OII_W81EOSTIMS6TIME
W82BOSPublic holiday: time sales begin 2 OII_W82BOSTIMS6TIME
W82EOSPublic holiday: time sales end 2 OII_W82EOSTIMS6TIME
ERDATDate record created OII_ERDATDATS8DATS
ERZEITTime record created OII_ERZEITTIMS6TIME
ERNAMUser who created record OII_ERNAMCHAR12USNAM
AEDATDate record changed OII_AEDATDATS8DATS
AEZEITTime record changed OII_AEZEITTIMS6TIME
AENAMUser who changed record OII_AENAMCHAR12USNAM
BLOINDBlocking indicator OII_BLOINDCHAR1XFELD
DELINDDeletion indicator OII_DELINDCHAR1XFELD
BLOSHSite control: block use of sales hours OII_BLOSHCHAR1XFELD
BLOLTSite control: block use of lead time entries OII_BLOLTCHAR1XFELD
SOEGRPSales order entry default group OII_SOEGRPCHAR4OIISCPSOEOII_SOEGRP
TPIPRDOIL-TPI: Default partner role for partner look-up OII_TPIPRDCHAR4OIFBRF1OIF_PARFN
CONWKOIL-BDRP: Consignment stock receiving plant in delivery OII_CONWKCHAR4T001WWERKS
CONLGOIL-BDRP: Consignment stock receiving s/loc in delivery OII_CONLGCHAR4T001LLGORT
RCBLKBlock automatic replenishment at this site (OIL-BDRP) OII_RCBLKCHAR1XFELD
DOBLKBlock dispatch optimization at this site (OIL-BDRP) OII_DOBLKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIISCPBL
INTO CORRESPONDING FIELDS OF WA_OIISCPBL
WHERE...

How to access SAP table OIISCPBL

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