SEXT_LFLGS SAP (Structure of R/3 Flag Field for LOMS) Structure details

Dictionary Type: Structure
Description: Structure of R/3 Flag Field for LOMS




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




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

SEXT_LFLGS 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 "Structure of R/3 Flag Field for LOMS" 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_SEXT_LFLGS TYPE SEXT_LFLGS.

The SEXT_LFLGS table consists of various fields, each holding specific information or linking keys about Structure of R/3 Flag Field for LOMS data available in SAP. These include JOB_QUERY (OMS job query possible), CALLB_JOBS (OMS job callback possible), CALLB_DEVS (OMS device callback possible), FAXSUPPORT (OMS faxing possible).. 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 SEXT_LFLGS 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
CLASSEvent report level for OMS callbacks SEXT_RLVLNUMC2SEXT_LEVEL
JOB_QUERYOMS job query possible SEXT_FLGJQCHAR1CHAR1
CALLB_JOBSOMS job callback possible SEXT_FLGJBCHAR1CHAR1
CALLB_DEVSOMS device callback possible SEXT_FLGDBCHAR1CHAR1
FAXSUPPORTOMS faxing possible SEXT_FLGFXCHAR1CHAR1
VANISH_ERRFlag: Error handling for OMS polling SEXT_FLGVECHAR1CHAR1
CMD_GROUPLOMS command group name SEXT_CGRPCHAR1TEXT1
JOB_CANCELOMS jobs can be deleted SEXT_FLGJCCHAR1CHAR1
DEV_QUERYOMS queue query possible SEXT_FLGDQCHAR1CHAR1
USE_RFCFlag: OMS tasking via RFC interface possible SEXT_FLGRICHAR1CHAR1
USE_FILEFlag: Transfer data via file SEXT_FLGDFCHAR1CHAR1
USE_POPUPSStatus dialog boxes SEXT_FLGPUCHAR1CHAR1
MAPDEVEVNTMap OMS Device Events to Jobs SEXT_FLGDJCHAR1FLAG
ATTR_SETSpool: Attribute Set Name SEXT_ASETCHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table SEXT_LFLGS

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