/SAPF15/FMIT SAP () Table details

Dictionary Type: Table
Description:




ABAP Code to SELECT data from /SAPF15/FMIT
Related tables to /SAPF15/FMIT
Access table /SAPF15/FMIT




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

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

The /SAPF15/FMIT table consists of various fields, each holding specific information or linking keys about data available in SAP. These include RBUKRS (Company Code), RYEAR (Fiscal Year), RLDNR (Ledger), RFISTL (Funds Center).. 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: Not classified


SAP /SAPF15/FMIT 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
RCLNTClient MANDTCLNT3T000MANDT
RBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RFISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
RFIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
RFONDSFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
RUSERDIMCustomer Field for FM Actual and Commitment Data FM_USERDIMCHAR10CHAR10
RGNJHRYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
SAP_BETRAGBalance carried forward in local currency HSLVT9CURR17(2) WERTV9
F15_BETRAGBalance carried forward in local currency HSLVT9CURR17(2) WERTV9
HKR_BETRAGBalance carried forward in local currency HSLVT9CURR17(2) WERTV9
HKR_BETRAG_XCheckbox XFELDCHAR1XFELD
F15_STATUS /SAPF15/STATUSCHAR1/SAPF15/STATUS
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN

Key field Non-key field



How do I retrieve data from SAP table /SAPF15/FMIT using ABAP code

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

SELECT SINGLE *
FROM /SAPF15/FMIT
INTO CORRESPONDING FIELDS OF WA_/SAPF15/FMIT
WHERE...

How to access SAP table /SAPF15/FMIT

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