FMCFSIO SAP (FI-FM: Selected Open Commitment Documents) Table details

Dictionary Type: Table
Description: FI-FM: Selected Open Commitment Documents




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




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

FMCFSIO is a standard SAP Table which is used to store FI-FM: Selected Open Commitment Documents data and is available within R/3 SAP systems depending on the version and release level.

The FMCFSIO table consists of various fields, each holding specific information or linking keys about FI-FM: Selected Open Commitment Documents data available in SAP. These include REFBN (Reference Document Number), REFBT (Reference document category), RFORG (Reference Organizational Units), RFPOS (Item number of reference 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 FMCFSIO 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
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
REFBTReference document category FM_REFBTYPNUMC3FM_REFBTYP
RFORGReference Organizational Units AWORGCHAR10AWORG
RFPOSItem number of reference document CC_RFPOSNUMC5NUMC05
RFKNTAccount assignment number of reference document CC_RFKNTNUMC5NUMC05
RFETEReference document classification number CC_RFETENUMC4Assigned to domainETENR
RCONDCounter Conditions and Level Number RCONDNUMC5RCOND
RFTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
RFSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
STUNRNumber that clearly identifies the line key in database FM_STUNRCHAR16CHAR16
XREALCheckbox XFELDCHAR1XFELD
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
FKBTRBalance carried forward in local currency HSLVT9CURR17(2) WERTV9
TRBTRBalance carried forward in transaction currency TSLVT9CURR17(2) WERTV9
WRTTPValue Type FM_WRTTPCHAR2FM_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
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FAREAFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
FISTL_EFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FONDS_EFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FIPOS_ECommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FIPEX_ECommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FAREA_EFunctional Area FM_FAREACHAR16Assigned to domainFKBERFBE
CFRULEFM carryforward rule (FYC) FM_CFRULECHAR10FM_CFRULECFR
FLG_ACCheckbox XFELDCHAR1XFELD
GNJHRYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
RLDNR_ELedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
CFLEVCarryforward level FM_CFLEVCHAR1FM_CFLEV
STATSFunds Management Statistical Indicator FM_STATSCHAR1FM_STATS
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMCFSIO
INTO CORRESPONDING FIELDS OF WA_FMCFSIO
WHERE...

How to access SAP table FMCFSIO

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