SI_FM01 SAP (Financial Management Areas) Structure details

Dictionary Type: Structure
Description: Financial Management Areas




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




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

SI_FM01 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Financial Management Areas" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SI_FM01 TYPE SI_FM01.

The SI_FM01 table consists of various fields, each holding specific information or linking keys about Financial Management Areas data available in SAP. These include SPRAS (Language Key), PERIV (Fiscal Year Variant), FMAKT (Indicator: Cash Budget Management active), DATBIS (FM: Valid to date).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SI_FM01 structure 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
WAERSFM area currency FM_WAERSCUKY5TCURCWAERS
SPRASLanguage Key FM_SPRASLANG1T002ISOLASPRAS
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
FMAKTIndicator: Cash Budget Management active FM_FMAKTCHAR1XFELD
DATBISFM: Valid to date FM_DATBISDATS8DATUMFM_DATBIS
CB_PROFILPlanning profile BP_PPROFILCHAR6TBP1CBP_PROFILBP1
CA_PROFILBudget Profile BP_BPROFILCHAR6TBP1CBP_PROFILBP1
CA_PERIVFiscal Year Variant PERIVCHAR2T009PERIV
CA_NUMKRNumber range number NRNRCHAR2CHAR2
CA_AKTIVFunds Management Active (Indicator) FCA_AKTIVCHAR1XFELD
CO_PERIVFiscal Year Variant PERIVCHAR2T009PERIV
SP_PROFILBudget profile for fund BP_PROF_SPCHAR6TBP1CBP_PROFILBP1
CA_STSMAStatus Profile J_STSMACHAR8TJ20J_STSMA
FMCARRActive budget objects (indicator) FM_CARRCHAR1X
XFMCSCO Cash budget management: manual master data maintenance XFMCSCHAR1XFELD
SEQUENCERanking Order in Generic Search FM_SEQUENCNUMC1FM_SEQUENC
CO_TIMEDEPYear-dependent assignment FM_TIMEDEPCHAR1XFELD
YEARPOSYear-dependent commitment items FM_YEARPOSCHAR1XFELD
YEARCTRYear-dependent funds centers FM_YEARCTRCHAR1XFELD
FS_PROFILFM update profile FM_PROFILCHAR6FMUP00FM_PROFIL
FS_PROFIL_ALFM update profile FM_PROFILCHAR6FMUP00FM_PROFIL
CO_INTEGRATIONActivate CO Integration with Funds Management FM_CO_INTEGRATIONCHAR1XFELD
CO_INT_START_HRActive for HR from FM_CO_START_HRDATS8DATUM
HRBA_PRECOMFunds precommitment document type, HR integration FM_HRBA_PRECOMCHAR2TKBBAFMRE_BLART
HRBA_COMMITFunds commitment document type, HR integration FM_HRBA_COMMITCHAR2TKBBAFMRE_BLART
HRBA_BLOCKFunds block document type, HR integration FM_HRBA_BLOCKCHAR2TKBBAFMRE_BLART
VERSACTBudget Version Activation Process FM_VERSACTNUMC1FM_VERSACT
AUGRPFM: Fund authorization group FM_AUTHGRFCHAR10CHAR10
ACTMODEActivating mode for commitment items FM_ACTMODECHAR1XFELD
FSTVAREFunds reservation field status var. FSTVARECHAR4Assigned to domainFSTVARE
DR_NUMKRNumber range number NRNRCHAR2CHAR2
FIPOE24Unassignable revenues: commitment item FM_NZFPE24CHAR24FIPEXFIPEX
FIPOA24Unassignable expenditures: commitment item FM_NZFPA24CHAR24FIPEXFIPEX
FAREA_ACTIVEFunctional Area in Funds Management Active FM_FAREA_ACTIVECHAR1XFELD
NO_HIERARCHYNo Budget Hierarchy in Budget Planning FM_NO_HIERARCHYCHAR1XFELD
BUDGETTYPE_RIBBudget Subtype for Automated Procedure Revs Incr. Bdgt FM_SUBVO_RIBCHAR4Assigned to domainBP_SUBVO
BUDGETTYPE_COVERBudget Subtype for Automated Procedure Cover Eligibility FM_SUBVO_COVERCHAR4Assigned to domainBP_SUBVO
BUDGETTYPE_FYCBudget Subtype for Carryforward FM_SUBVO_FYCCHAR4Assigned to domainBP_SUBVO
BUDGETTYPE_HRBudget Subtype for HR Budget FM_SUBVO_HRCHAR4Assigned to domainBP_SUBVO
CREATE_VADChange of document amounts only by value adjustment docs FMHRBA_USE_VADCHAR1FMHRBA_USE_VAD
HRBA_PRECOM_NEGFunds precommitment doc. type HR integration for neg. values FM_HRBA_PRECOM_NEGCHAR2TKBBAFMRE_BLART
HRBA_COMMIT_NEGFunds cmmt doc. type HR integration for negative values FM_HRBA_COMMIT_NEGCHAR2TKBBAFMRE_BLART

Key field Non-key field



How do I retrieve data from SAP structure SI_FM01 using ABAP code?

As SI_FM01 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SI_FM01 as there is no data to select.

How to access SAP table SI_FM01

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