IFLOUSRD SAP (Online structure for IFLOUSR) Structure details

Dictionary Type: Structure
Description: Online structure for IFLOUSR




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




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

IFLOUSRD 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 "Online structure for IFLOUSR" 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_IFLOUSRD TYPE IFLOUSRD.

The IFLOUSRD table consists of various fields, each holding specific information or linking keys about Online structure for IFLOUSR data available in SAP. These include MANDT (Client), 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).. 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)


SAP IFLOUSRD 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
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
MARK Selection field0
ALTXTDescription of labeling system ILOM_ALTXTCHAR40TEXT40
EDITMFunctional location edit mask ILOM_EDITMCHAR40ILOM_STRNO
STUFMFunctional Location Hierarchy Levels ILOM_HIERACHAR40ILOM_STRNO
TPLXTStructure indicator text for functional locations TPLXTCHAR40TEXT40
BEAKZLine already processed BEAKZCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IFLOUSRD

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