IFLOUSR SAP (User Profile for Labeling Functional Locations) Table details

Dictionary Type: Table
Description: User Profile for Labeling Functional Locations




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




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

IFLOUSR is a standard SAP Table which is used to store User Profile for Labeling Functional Locations data and is available within R/3 SAP systems depending on the version and release level.

The IFLOUSR table consists of various fields, each holding specific information or linking keys about User Profile for Labeling Functional Locations data available in SAP. These include UNAME (User Name in User Master Record), VARNT (Number of the user profile for the location label), VARTX (Description of user profile for location label), ACTIV (Active user profile).. 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)


SAP IFLOUSR 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
UNAMEUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
VARNTNumber of the user profile for the location label ILOM_VARNTNUMC2NUMC2
VARTXDescription of user profile for location label ILOM_VARTXCHAR20TEXT20
ACTIVActive user profile ILOM_ACTIVCHAR1X
ALKEYLabeling system for functional locations ILOM_ALKEYCHAR1IFLOALTILOM_ALKEYILOM_ALKEY
TPLKZFunctional location structure indicator TPLKZCHAR5T370STPLKZISR
GENHDGeneric label part ILOM_GENHDCHAR40ILOM_STRNO
SHOWHDisplay of generic label part ILOM_SHOWHCHAR1X
SHORTShortened form allowed ILOM_SHORTCHAR1X

Key field Non-key field



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

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

SELECT SINGLE *
FROM IFLOUSR
INTO CORRESPONDING FIELDS OF WA_IFLOUSR
WHERE...

How to access SAP table IFLOUSR

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