FMMASTERDATA_WITH_TEXT SAP (Public Services Master Data with Text for Reporting) Structure details

Dictionary Type: Structure
Description: Public Services Master Data with Text for Reporting




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




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

FMMASTERDATA_WITH_TEXT 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 "Public Services Master Data with Text for Reporting" 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_FMMASTERDATA_WITH_TEXT TYPE FMMASTERDATA_WITH_TEXT.

The FMMASTERDATA_WITH_TEXT table consists of various fields, each holding specific information or linking keys about Public Services Master Data with Text for Reporting data available in SAP. These include FIPOS (Commitment Item), CI_NAME (Commitment item name), CI_DESCR1 (Description 1 of Commitment Item), CI_DESCR2 (Description 2 of Commitment Item).. 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 FMMASTERDATA_WITH_TEXT 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
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
CI_NAMECommitment item name FM_CMMT_ITEM_NAMECHAR20TEXT20
CI_DESCR1Description 1 of Commitment Item FM_CMMT_ITEM_DESCR1CHAR50TEXT50
CI_DESCR2Description 2 of Commitment Item FM_CMMT_ITEM_DESCR2CHAR50TEXT50
CI_DESCR3Description 3 of Commitment Item FM_CMMT_ITEM_DESCR3CHAR50TEXT50
FICTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
CTR_NAMEFunds center name FM_FICTR_NAMECHAR20TEXT20
CTR_DESCRDescription of funds center FM_FICTR_DESCRCHAR40TEXT40
FAREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
FAREA_NAMEName of the functional area FM_FAREA_NAMECHAR25TEXT25
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
MEASURE_NAMEName of funded program FM_MEASURE_NAMECHAR20TEXT20
MEASURE_DESCRDescription of Funded Program FM_MEASURE_DESCCHAR50TEXT50
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUND_NAMEFund name FM_FUND_NAMECHAR20TEXT20
FUND_DESCRDescription of funds FM_FUND_DESCRCHAR40TEXT40
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
GRANT_SHORT_DESCName of Grant GM_GRANT_SHORT_DESCCHAR20CHAR20
GRANT_DESCDescription of Grant GM_GRANT_DESCCHAR80CHAR80
BUDGET_PERIODFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
BUDGET_PERIOD_DESCFM: Budget Period Name FM_BUDGET_PERIOD_NAMECHAR35NAME

Key field Non-key field



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

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

How to access SAP table FMMASTERDATA_WITH_TEXT

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