SAP FMDT_ASSIGNMENTS_VALID Result of validation of FM master Data Table data and field list

FMDT_ASSIGNMENTS_VALID 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 "Result of validation of FM master Data" 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_FMDT_ASSIGNMENTS_VALID TYPE FMDT_ASSIGNMENTS_VALID.

The FMDT_ASSIGNMENTS_VALID table consists of various fields, each holding specific information or linking keys about Result of validation of FM master Data data available in SAP. These include FLG_FUND_CENTER_NOT_VALID (Funds Center for Posting Date Not Valid), FLG_FUND_NOT_VALID (Fund for Posting Date Not Valid), FLG_FUNCTION_NOT_VALID (Functional Area Not Valid for Key Date), FLG_MEASURE_NOT_VALID (Funded Program for Posting Date Not Valid)... 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. .

FMDT_ASSIGNMENTS_VALID structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FMDT_ASSIGNMENTS_VALID structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the FMDT_ASSIGNMENTS_VALID table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
FLG_COMMIT_ITEM_NOT_VALIDCommitment Item for Posting date Not Valid FM_FLG_COMMIT_ITEM_NOT_VALIDCHAR1XFELD
FLG_FUND_CENTER_NOT_VALIDFunds Center for Posting Date Not Valid FM_FLG_FUND_CENTER_NOT_VALIDCHAR1XFELD
FLG_FUND_NOT_VALIDFund for Posting Date Not Valid FM_FLG_FUND_NOT_VALIDCHAR1XFELD
FLG_FUNCTION_NOT_VALIDFunctional Area Not Valid for Key Date FM_FLG_FUNCTION_NOT_VALIDCHAR1XFELD
FLG_MEASURE_NOT_VALIDFunded Program for Posting Date Not Valid FM_FLG_MEASURE_NOT_VALIDCHAR1XFELD
FLG_GRANT_NOT_VALIDGrant for Posting Date Not valid FM_FLG_GRANT_NOT_VALIDCHAR1XFELD
FLG_BUD_PD_NOT_VALIDBudget Period for Posting Date Not Valid FM_FLG_BUDGET_PD_NOT_VALIDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FMDT_ASSIGNMENTS_VALID

Within an ECC or HANA version of SAP you can also view further information about FMDT_ASSIGNMENTS_VALID and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).