FMLA_S_CONSISTENCY SAP (Consistency of each element in layout) Structure details

Dictionary Type: Structure
Description: Consistency of each element in layout




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




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

FMLA_S_CONSISTENCY 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 "Consistency of each element in layout" 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_FMLA_S_CONSISTENCY TYPE FMLA_S_CONSISTENCY.

The FMLA_S_CONSISTENCY table consists of various fields, each holding specific information or linking keys about Consistency of each element in layout data available in SAP. These include FUNDSCTR_FLG_CONSISTENCY (Checkbox), CMMTITEM_FLG_CONSISTENCY (Checkbox), FUNCAREA_FLG_CONSISTENCY (Checkbox), MEASURE_FLG_CONSISTENCY (Checkbox).. 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 FMLA_S_CONSISTENCY 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
FUND_FLG_CONSISTENCYCheckbox XFELDCHAR1XFELD
FUNDSCTR_FLG_CONSISTENCYCheckbox XFELDCHAR1XFELD
CMMTITEM_FLG_CONSISTENCYCheckbox XFELDCHAR1XFELD
FUNCAREA_FLG_CONSISTENCYCheckbox XFELDCHAR1XFELD
MEASURE_FLG_CONSISTENCYCheckbox XFELDCHAR1XFELD
GRANT_NBR_FLG_CONSISTENCYCheckbox XFELDCHAR1XFELD
USERDIM_FLG_CONSISTENCYCheckbox XFELDCHAR1XFELD
BUDTYPE_FLG_CONSISTENCYCheckbox XFELDCHAR1XFELD
CEFFYEAR_FLG_CONSISTENCYCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FMLA_S_CONSISTENCY

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