ROIFSPBL SAP (Update data transfer structure for OIFSPBL) Structure details

Dictionary Type: Structure
Description: Update data transfer structure for OIFSPBL




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




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

ROIFSPBL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Update data transfer structure for OIFSPBL" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ROIFSPBL TYPE ROIFSPBL.

The ROIFSPBL table consists of various fields, each holding specific information or linking keys about Update data transfer structure for OIFSPBL data available in SAP. These include MANDT (Client), PBLNR (Business location identifier (IS-Oil MRN)), NAME1 (Internal name field), A1_SGRNDB (Land Register Number (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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIFSPBL structure 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_PBLNRCHAR10Assigned to domainALPHAOIF_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)
UPD_FLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



How do I retrieve data from SAP structure ROIFSPBL using ABAP code?

As ROIFSPBL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ROIFSPBL as there is no data to select.

How to access SAP table ROIFSPBL

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