FMCFSI SAP (TR-FM Selected Open Commitments) Table details

Dictionary Type: Table
Description: TR-FM Selected Open Commitments




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




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

FMCFSI is a standard SAP Table which is used to store TR-FM Selected Open Commitments data and is available within R/3 SAP systems depending on the version and release level.

The FMCFSI table consists of various fields, each holding specific information or linking keys about TR-FM Selected Open Commitments data available in SAP. These include LEDNR (Budget/Planning Ledger), FIKRS (Financial Management Area), BELNR (Accounting Document Number), BUZEI (Number of Line Item Within Accounting Document).. 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 FMCFSI 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
LEDNRBudget/Planning Ledger BP_LEDNRCHAR4NUMCVLEDNR_BP
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
XREALCheckbox XFELDCHAR1XFELD
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BELNRZAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEIZNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
TWAERTransaction Currency TWAERCUKY5TCURCWAERSFWS
LDBTR_CFAmount of carry-forward period BTRVTCURR15(2) WERT8
TRBTR_CFAmount of carry-forward period in transaction currency BTRTVTCURR15(2) WERT8
BELNR_REFAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEI_REFNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
ZEKKN_REFSequential Number of Account Assignment DZEKKNNUMC2NUM02
ETENR_REFDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
STUNR_REFStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHK_REFCondition counter DZAEHKNUMC2ZAEHK
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
CFSTATFM Commitment Carryforward: Status FM_CFSTNUMC2FM_CFST
CPUDTSELDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMSELTime of Entry CPUTMTIMS6UZEIT
UNAMESELUser Name UNAMECHAR12UNAME
CPUDTCFDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMCFTime of Entry CPUTMTIMS6UZEIT
UNAMECFUser Name UNAMECHAR12UNAME
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
POSITInternal commitment item (8 chars) BP_POSITCHAR8BP_POSIT
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMCFSI
INTO CORRESPONDING FIELDS OF WA_FMCFSI
WHERE...

How to access SAP table FMCFSI

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