BIW_IFLOT SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

BIW_IFLOT is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The BIW_IFLOT table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include TPLNR (Functional Location), FLTYP (Functional location category), SUBMT (Construction type material of the object), IWERK (Maintenance Planning Plant).. 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: Not classified


SAP BIW_IFLOT table view 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
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
FLTYPFunctional location category FLTYPCHAR1T370FFLTYPIFT
SUBMTConstruction type material of the object SUBMTCHAR18MARAMATN1MATNRMAT
IWERKMaintenance Planning Plant IWERKCHAR4T399IWERKSIWK
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3T024IINGRPIHG
ABCKZABC indicator for technical object ABCKZCHAR1T370CABCKZ
SWERKMaintenance plant SWERKCHAR4T001WWERKSSWK
STORTLocation of maintenance object PMLOCCHAR10T499SAP_STAND
MSGRPRoom RAUMNRCHAR8CHAR8
BEBERPlant section BEBERCHAR3T357BEBERBBE
ADRNRAddress number AD_ADDRNUMCHAR10ADRCALPHAAD_ADDRNUMADR
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ANLNRMain Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
DATABStart-up Date of the Technical Object ILOM_DATABDATS8DATUM
PROIDWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
EQARTType of Technical Object EQARTCHAR10T370KEQART
LGWIDObject ID of the Work Center LGWIDNUMC8Assigned to domainCR_OBJID
AUFNRSettlement order ILOM_ORDSTCHAR12AUFKALPHAAUFNRORDE
ERDATDate on which the object was created ICRDTDATS8DATUM
AEDATDate on which the object was last changed IUPDTDATS8DATUM
PPSIDObject ID of PP work center PPSIDNUMC8Assigned to domainCR_OBJID

Key field Non-key field



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

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

SELECT SINGLE *
FROM BIW_IFLOT
INTO CORRESPONDING FIELDS OF WA_BIW_IFLOT
WHERE...

How to access SAP table BIW_IFLOT

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