IFMDT_MEASURE_DATA SAP (Attibutes of funded program) Structure details

Dictionary Type: Structure
Description: Attibutes of funded program




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




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

IFMDT_MEASURE_DATA 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 "Attibutes of funded program" 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_IFMDT_MEASURE_DATA TYPE IFMDT_MEASURE_DATA.

The IFMDT_MEASURE_DATA table consists of various fields, each holding specific information or linking keys about Attibutes of funded program data available in SAP. These include CLIENT (Client), FMAREA (Financial Management Area), MEASURE (Funded Program), VALID_FROM (FM: Valid from date).. 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 or numeric)


SAP IFMDT_MEASURE_DATA 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
CLIENTClient MANDTCLNT3T000MANDT
FMAREAFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
VALID_FROMFM: Valid from date FM_DATABDATS8DATUMFM_DATAB
VALID_TOFM: Valid to date FM_DATBISDATS8DATUMFM_DATBIS
DATE_EXPExpiration Date FM_DATE_EXPDATS8DATUM
AUTHGRPFM: Funded Program Authorization Group FM_AUTHGR_MEASURECHAR10CHAR10
XDELECentral Archiving Flag BU_XDELECHAR1XFELD
CREATED_BYFIFM: Created by FM_ERFNAMECHAR12USNAM
CREATED_ONFIFM: Entry Date FM_ERFDATDATS8DATUM
CREATED_ATFIFM: Creation Time FM_ERFUHRTIMS6TIME
MODIFIED_BYFIFM: Name of Last Person to Make a Change FM_AENNAMECHAR12USNAM
MODIFIED_ONFIFM: Changed on FM_AENDATDATS8DATUM
MODIFIED_ATFIFM: Changed time FM_AENUHRTIMS6TIME
FP_CATEGORYFunded Program Category PSM_FP_CATEGORYCHAR3PSM_FP_CATEGORY
FP_TYPEFunded Program Type PSM_FP_TYPECHAR4PSMFPTYPEPSM_FP_TYPE
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
OBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
NOT_VALIDFunded Program for Posting Date Not Valid FM_FLG_MEASURE_NOT_VALIDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IFMDT_MEASURE_DATA

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