OIFPBLEXTRAKT SAP (Business Location extraction to BW) Structure details

Dictionary Type: Structure
Description: Business Location extraction to BW




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




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

OIFPBLEXTRAKT 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 "Business Location extraction to BW" 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_OIFPBLEXTRAKT TYPE OIFPBLEXTRAKT.

The OIFPBLEXTRAKT table consists of various fields, each holding specific information or linking keys about Business Location extraction to BW data available in SAP. These include PBLNR (Business location identifier (IS-Oil MRN)), PBLTYP (Business Location Type (IS-Oil MRN)), BUKRS (Company Code), NAME1 (Name field 1 (business location)).. 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 OIFPBLEXTRAKT 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 MANDTCLNT3Assigned to domainMANDT
PBLNRBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10Assigned to domainALPHAOIF_PBLNROI0OIFB
PBLTYPBusiness Location Type (IS-Oil MRN) OIF_PBLTYPCHAR4Assigned to domainOIF_PBLTYP
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
NAME1Name field 1 (business location) OIF_BW_NAM1CHAR32TEXT32
NAME2Name field 2 (business location) OIF_BW_NAM2CHAR32TEXT32
NAME3Name field 3 (business location) OIF_BW_NAM3CHAR32TEXT32
NAME4Name field 4 (business location) OIF_BW_NAM4CHAR32TEXT32
CITY1City (business location) OIF_BW_CTY1CHAR32TEXT32
CITY2District (business location) OIF_BW_CTY2CHAR32TEXT32
STREETStreet (business location) OIF_BW_STRTCHAR32TEXT32
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TIME_ZONEAddress time zone AD_TZONECHAR6Assigned to domainTZNZONE
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
TEL_NUMBERFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
TEL_EXTENSFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
FAX_NUMBERFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
FAX_EXTENSFirst fax no.: extension AD_FXXTNS1CHAR10CHAR10
SORT1Search Term 1 AD_SORT1CHAR20CHAR20
SORT2Search Term 2 AD_SORT2CHAR20CHAR20

Key field Non-key field



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

As OIFPBLEXTRAKT 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 OIFPBLEXTRAKT as there is no data to select.

How to access SAP table OIFPBLEXTRAKT

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