FMFINCODE SAP (FIFM: Financing code) Table details

Dictionary Type: Table
Description: FIFM: Financing code




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




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

FMFINCODE is a standard SAP Table which is used to store FIFM: Financing code data and is available within R/3 SAP systems depending on the version and release level.

The FMFINCODE table consists of various fields, each holding specific information or linking keys about FIFM: Financing code data available in SAP. These include FIKRS (Financial Management Area), FINCODE (Fund), SPONSOR (Customer account number for fund), FINUSE (Application of Secondary Source Funds).. 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)

Text table = FMFINT


SAP FMFINCODE 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
FINCODEFund BP_GEBERCHAR10BP_GEBERFIC
SPONSORCustomer account number for fund FM_SPONSORCHAR10KNA1ALPHAKUNNRKUN
FINUSEApplication of Secondary Source Funds FM_FINUSECHAR16FMFUSEFM_FINUSEFIU
ERFNAMEFIFM: Created by FM_ERFNAMECHAR12USNAM
ERFDATFIFM: Entry Date FM_ERFDATDATS8DATUM
AENNAMEFIFM: Name of Last Person to Make a Change FM_AENNAMECHAR12USNAM
AENDATFIFM: Changed on FM_AENDATDATS8DATUM
PROFILBudget profile for fund BP_PROF_SPCHAR6Assigned to domainBP_PROFILBP1
KZBST'Balance update' indicator FM_KZBSTCHAR1FM_KZBST
AUGRPFM: Fund authorization group FM_AUTHGRFCHAR10CHAR10
DATABFM: Valid from date FM_DATABDATS8DATUMFM_DATAB
DATBISFM: Valid to date FM_DATBISDATS8DATUMFM_DATBIS
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
TYPEFM Fund Type FM_FUNDTYPECHAR6FMFUNDTYPEFM_FUNDTYPE
DATE_EXPExpiration Date FM_DATE_EXPDATS8DATUM
DATE_CANReversal Date FM_DATE_CANDATS8DATUM
LOGSYSTEMLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
DECKUNGRelevant for Real Cover Eligibility FM_DECKUNGCHAR1XFELD
.INCLU--AP 0
BLANK_BPDIndicator: Blank Budget Period Allowed FM_BLANK_BPDCHAR1XFELD
.INCLU--AP 0
STR_IDMaster Data Subdivision ID FM_STR_IDCHAR10FMMDSTRIDCHAR10FMS
FDSUB1Substring 1 of Fund FM_FDSUB1CHAR10FMMDFDSUB1CHAR10
FDSUB2Substring 2 of Fund FM_FDSUB2CHAR10FMMDFDSUB2CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMFINCODE
INTO CORRESPONDING FIELDS OF WA_FMFINCODE
WHERE...

How to access SAP table FMFINCODE

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