FMCI SAP (Commitment items master data) Table details

Dictionary Type: Table
Description: Commitment items master data




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




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

FMCI is a standard SAP Table which is used to store Commitment items master data data and is available within R/3 SAP systems depending on the version and release level.

The FMCI table consists of various fields, each holding specific information or linking keys about Commitment items master data data available in SAP. These include MANDT (Client), FIKRS (Financial Management Area), GJAHR (Fiscal Year), FIPEX (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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FMCI table 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
MANDTClient MANDTCLNT3T000MANDT
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FIPEXCommitment Item FM_FIPEXCHAR24FM_FIPEXFPS
KATEGAttribute: Can be Posted To FM_KATEGNUMC1FM_KATEG
FIVORFinancial transaction FM_FIVORNUMC2FM_FIVOR
POTYPCommitment Item Category FM_POTYPNUMC1FM_POTYP
KRTYPCommitment item criterion category FM_KRTYPCHAR5FMKRTPFM_KRTYPKYP
FPARTCommitment Item Type FM_FPARTCHAR3FM_FPART
FIPUPSuperior Commitment Item FIPEX_UPCHAR24Assigned to domainFMCILFM_FIPEXFIPFIPEX
POSITItem (Internal Commitment Item Number) FM_POSITCHAR8FM_POSIT
FICTRFunds Center (Default Value in a Commitment Item) FM_DFICTRCHAR16FMFCTRFISTLFIS
VPTYPCarryforward item category for commitment item FM_VPTYPCHAR2FMVORTR0FM_VPTYP
SNTYPCollective budget adminstration category FM_COLLTYPCHAR1FM_COLLTYP
SNROLUse type in collective budget administration FM_COLLROLCHAR1FM_COLLECT
KRGRPCriterion category group FM_KRGRPCHAR4FMKRGFM_KRGRP
STATSStatistical commitment item FM_STATPOSCHAR1XFELD
NCBUDNo Budget for Future Years FM_NCBUDCHAR1XFELD
AUGRPAuthorization Groups of the Commitment Item FM_AUTHGRPCHAR10CHAR10
STVARStandard variant FM_STVARCHAR1XFELD
HSARTCommitment Item Type FM_HSARTCHAR1FMHSARTFM_HSART
GKFLGRelevant to total costs FM_GKFLGCHAR1XFELD
DRUCKNot relevant for budget print FM_DRUCKCHAR1XFELD
CFFLGAble to carry forward at fiscal year change FM_CFFLGCHAR1XFELD
CVFLG(Negative) clearing item FM_CVFLGCHAR1XFELD
NEGBUDNegative Budget Permitted FM_NEG_BUDGET_FLGCHAR1XFELD
BEZIRKDistrict FM_BEZIRKCHAR4CHAR4
BSAMTManaged position / clearing lower section FM_BSAMTCHAR16FMFCTRFISTLFIS
UBFLGLocal authorities: Budget execution account FM_UBFLGCHAR1CHAR1
HSFLGBudget balancing concept FM_HSFLGCHAR1XFELD
NDAKZIndicator: NDA Budget FM_NDABCHAR1FM_NDAB
AZPKZIndicator: Accrued Budget FM_AZPBCHAR1FM_AZPB
LOGSYSTEMLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
BUTYPBudget structure element type BUTYPCHAR4Assigned to domainPM_BUTYPPBU
DATABFM: Valid from date FM_DATABDATS8DATUMFM_DATAB
DATBISFM: Valid to date FM_DATBISDATS8DATUMFM_DATBIS
DATE_EXPExpiration Date FM_DATE_EXPDATS8DATUM
DUMMY_FMCIEXTSingle-Character Indicator CHAR1CHAR1CHAR1
DUMMY_FSTRSingle-Character Indicator CHAR1CHAR1CHAR1
STR_IDMaster Data Subdivision ID FM_STR_IDCHAR10FMMDSTRIDCHAR10FMS
CISUB1Substring 1 of Commitment Item FM_CISUB1CHAR10FMMDCISUB1CHAR10
CISUB2Substring 2 of Commitment Item FM_CISUB2CHAR10FMMDCISUB2CHAR10
CISUB3Substring 3 of Commitment Item FM_CISUB3CHAR10FMMDCISUB3CHAR10
CISUB4Substring 4 of Commitment Item FM_CISUB4CHAR10FMMDCISUB4CHAR10
CISUB5Substring 5 of Commitment Item FM_CISUB5CHAR10FMMDCISUB5CHAR10

Key field Non-key field



How do I retrieve data from SAP table FMCI using ABAP code

The following ABAP code Example will allow you to do a basic selection on FMCI to SELECT all data from the table
DATA: WA_FMCI TYPE FMCI.

SELECT SINGLE *
FROM FMCI
INTO CORRESPONDING FIELDS OF WA_FMCI
WHERE...

How to access SAP table FMCI

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