OIFSPBL SAP (Physical Location - Master Data) Table details

Dictionary Type: Table
Description: Physical Location - Master Data




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




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

OIFSPBL is a standard SAP Table which is used to store Physical Location - Master Data data and is available within R/3 SAP systems depending on the version and release level.

The OIFSPBL table consists of various fields, each holding specific information or linking keys about Physical Location - Master Data data available in SAP. These include PBLNR (Business location identifier (IS-Oil MRN)), NAME1 (Internal name field), A1_SGRNDB (Land Register Number (IS-Oil MRN Demo APPEND)), A1_UTILTP (Usage Type of Property (IS-Oil MRN Demo APPEND)).. 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 OIFSPBL 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_PBLNRCHAR10ALPHAOIF_PBLNROI0OIFB
NAME1Internal name field OIF_PBNAM1CHAR35CHAR35
.INCLU--AP 0
A1_SGRNDBLand Register Number (IS-Oil MRN Demo APPEND) OIF_SGRNDBNUMC8OIF_SGRNDB
A1_UTILTPUsage Type of Property (IS-Oil MRN Demo APPEND) OIF_UTILTPCHAR2OIF_UTILTP
A1_GRTYPProperty Type (IS-Oil MRN Demo APPEND) OIF_GRTYPNUMC3OIF_GRTYP
A1_GRQALQuality of Business Location (IS-Oil MRN Demo APPEND) OIF_GRQALNUMC3OIF_GRQAL
A1_GRFRMProperty Type (IS-Oil MRN Demo APPEND) OIF_GRFRMNUMC3OIF_GRFRM
A1_GRGZSOverall Condition of Property (IS-Oil MRN Demo APPEND) OIF_GRGZSNUMC3OIF_GRGZS
A1_DAKTBDate Active in Inventory (IS-Oil MRN Demo APPEND) OIF_DAKTBDATS8OIF_DAKTB
.INCLU--AP 0
PBLTYPBusiness Location Type (IS-Oil MRN) OIF_PBLTYPCHAR4OIFSPBLTOIF_PBLTYP
ADDRNUMAddress No. in ADRC OIF_ADNUMCHAR10OIFSMCADDRALPHAAD_ADDRNUM
ERDATDate Record Created on (Date) OIF_ERDATDATS8DATS
ERZEITTime Record Created at (Time) OIF_ERZEITTIMS6TIME
ERNAMUser who Created Record OIF_ERNAMCHAR12USNAM
AEDATDate Record Changed on (Date) OIF_AEDATDATS8DATS
AEZEITTime when Record Was Changed OIF_AEZEITTIMS6TIME
AENAMUser who Changed Record OIF_AENAMCHAR12USNAM
BLOINDBlock Indicator OIF_BLOINDCHAR1XFELD
DELINDDeletion indicator OIF_DELINDCHAR1XFELD
BLCODEBusiness Location Blocking Indicator (IS-Oil MRN) OIF_BLCDCHAR2OIFSBLCDOIF_BLCD
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
BRANDLocation brand OIRB_BRANDCHAR5OIRBBRANDOIRB_BRAND
LOCVALUERelative location value OIRB_VALCHAR2OIRBPBLVALOIRB_VAL
LOCVDIFFLocation value differentiator OIRB_LOCVDIFFCHAR2OIRBPBLVALDOIRB_LOCVDIFF
LOCAALocation area assignment OIRB_LAACHAR5OIRBLAAOIRB_LAA
LOCMPSSR Pricing - Margins procedure assigned to this location OIRC_KALKSCHAR1OIRCTVKDOIRC_KALKS
PCGROUPProcess control group OIRA_PCGCHAR10OIRAPCGOIRA_PCG
AUTGRAuthorization group OIRB_AUTGRCHAR4CHAR4
VALGPSSR PC: Upload validation group OIREVALGROUPCHAR2OIREVALGPOIREVALGROUP
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
OIRIPGRPSSR SD/FI Invoice posting group OIRI_PGRPCHAR2OIRI_PGRP
CONVGRSSR Interface conversion group definition (IS-Oil, SSR) OIRH_CONVGRCHAR4OIRHCVGRDEFCCHAR4
LOGSYSLogical system for EDI OIRH_LOGSYSCHAR10TBDLSALPHALOGSYS
.INCLU--AP 0
TPLSTTransportation planning point TPLSTCHAR4TTDSTPLSTTDP
TPLST_TXTDescription of transportation planning point TPLST_TXTCHAR20TEXT20
LONGITUDEGeo location longitude GEOLONDEC15(12) GEOLONLAT
LATITUDEGeo location latitude GEOLATDEC15(12) GEOLONLAT
TIME_TO_ADDDuration to Add at Base Location (in hours:minutes) OIO_TIME_TO_ADDDEC11TSTRNTSTRDURAN
AVRG_STAYTDuration of Stay at Remote Location (in hours:minutes) OIO_AVRG_STAYTDEC11TSTRNTSTRDURAN
KNOTETransportation Connection Points KNOTECHAR10TVKNKNOTN
KNOTE_BEZNode name KNOTE_BEZCHAR30TEXT30
ROUTEShipment route ROUTRCHAR6TVROROUTEVMTR
TXROUDescription of Route ROUTBEZCHAR40TEXT40
R_CON_POINTRadiobutton for connection point in RLM VMIS location OIO_VMIS_CCHAR1XRADI
R_ROUTERadiobutton for shipment route in RLM VMIS location OIO_VMIS_RCHAR1XRADI
.INCLU--AP 0
XCOORX coordinate OIRB_COOR_XFLTP16(16)
YCOORY coordinate OIRB_COOR_YFLTP16(16)

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIFSPBL
INTO CORRESPONDING FIELDS OF WA_OIFSPBL
WHERE...

How to access SAP table OIFSPBL

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