FLABCONFIG SAP (Configuration of Release Creation) Structure details

Dictionary Type: Structure
Description: Configuration of Release Creation




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




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

FLABCONFIG 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 "Configuration of Release Creation" 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_FLABCONFIG TYPE FLABCONFIG.

The FLABCONFIG table consists of various fields, each holding specific information or linking keys about Configuration of Release Creation data available in SAP. These include LABS (Create forecast delivery schedules only), FLABS (Create forecast schedule and JIT schedule), FNOTOL (JIT delivery schedule: Deactivate tolerance check), LNOTOL (Forecast delivery schedule: Deactivate tolerance check).. 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 FLABCONFIG 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
FABSCreate JIT delivery schedules only FABSCHAR1XFELD
LABSCreate forecast delivery schedules only LABSCHAR1XFELD
FLABSCreate forecast schedule and JIT schedule FLABSCHAR1XFELD
FNOTOLJIT delivery schedule: Deactivate tolerance check FNOTOLCHAR1NOTOL
LNOTOLForecast delivery schedule: Deactivate tolerance check LNOTOLCHAR1NOTOL
SULPAScope of selection for sch. agmt. items for release creation SULPACHAR1SULPA
TSULPADescription of scope of selection TSULPACHAR30TEXT30
LOPROFILFRC: Creation without checking strategy in profile LOPROFILCHAR1XFELD
LMPROFILFRC: Creation according to strategy in profile LMPROFILCHAR1XFELD
FOPROFILJIT: Creation without checking strategy in profile FOPROFILCHAR1XFELD
FMPROFILJIT: Creation according to strategy in profile FMPROFILCHAR1XFELD
TESTLRelease Creation as Test Run TESTLCHAR1XFELD
ERSGRReasons for creation of release ERSGRCHAR2ERSGR
TERSGRDescription of reason for creation TERSGRCHAR60TEXT60
REL_ZEROCreate Releases Without Schedule Lines REL_ZEROCHAR1XFELD
.INCLU--AP 0
NORMDStandardize Release Creation Date in Release Creation Report NORMDCHAR1NORMD
AMPELCreation and Transmission Status TRANSMISSIONCHAR132SYCHAR132
AMPEL1Stop Status LOCKINGCHAR132SYCHAR132
AMPEL2Internet Release INTERNETCHAR132SYCHAR132
AMPEL3Vendor Acknowledgment VENDORCONFCHAR132SYCHAR132
AMPEL4Status Info for Last Deliveries/Notifications LFSTATUSINFOCHAR132CHAR132
WFSTPRLWorkflow to MRP Controller in Case of Stopped Release WFSTPRLCHAR1XFELD
.INCLU--AP 0
ABRPARAProcess Release Creation in Parallel ABRPARACHAR1XFELD
ISSPARAProcess Release Output in Parallel ISSPARACHAR1XFELD
FNOSTOPJIT Delivery Schedule: Switch Off Dynamic Stop FNOSTOPCHAR1FLOSTOP
LNOSTOPForecast Delivery Schedule: Switch off Dynamic Stop LNOSTOPCHAR1FLOSTOP
WEBRELMAILACTMail Generation in Case of Internet Release Active WEBRELMAILACTCHAR1XFELD
MESCR_DATEMOVEMove Release Creation Date by +/- 1 Workday MESCR_DATEMOVECHAR2MESCR_DATEMOVE

Key field Non-key field



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

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

How to access SAP table FLABCONFIG

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