FKRS SAP (Financial Management Areas) Structure details

Dictionary Type: Structure
Description: Financial Management Areas




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




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

FKRS 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_FKRS TYPE FKRS.

The FKRS table consists of various fields, each holding specific information or linking keys about Financial Management Areas data available in SAP. These include WAERS (FM area currency), FITXT (Name of FM area), SPRAS (Language Key), CA_PERIV (Funds Management: Fiscal year variant).. 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 FKRS 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
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
WAERSFM area currency FM_WAERSCUKY5TCURCWAERS
FITXTName of FM area FITXTCHAR25TEXT25
SPRASLanguage Key FM_SPRASLANG1T002ISOLASPRAS
CA_PERIVFunds Management: Fiscal year variant FM_PERIVCACHAR2T009PERIV
YEARPOSYear-dependent commitment items FM_YEARPOSCHAR1XFELD
YEARCTRYear-dependent funds centers FM_YEARCTRCHAR1XFELD
CA_PROFILBudget Profile BP_BPROFILCHAR6TBP1CBP_PROFILBP1
SP_PROFILBudget profile for fund BP_PROF_SPCHAR6TBP1CBP_PROFILBP1
FS_PROFILFM update profile FM_PROFILCHAR6FMUP00FM_PROFIL
AUGRPFM: Fund authorization group FM_AUTHGRFCHAR10CHAR10
CA_NUMKRNumber range number NRNRCHAR2CHAR2
DR_NUMKRNumber range number NRNRCHAR2CHAR2
VERSACTBudget Version Activation Process FM_VERSACTNUMC1FM_VERSACT
FMCARRActive budget objects (indicator) FM_CARRCHAR1X
CA_STSMAStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
SEQUENCERanking Order in Generic Search FM_SEQUENCNUMC1FM_SEQUENC
CO_TIMEDEPYear-dependent assignment FM_TIMEDEPCHAR1XFELD
FSTVAREFunds reservation field status var. FSTVARECHAR4TREVFSTVARE
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
FCODE_PERIV_ACTVFiscal year variant active for funds (indicator) FM_PERIV_ACTVCHAR1XFELD
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_RIBCHAR4TBP4ABP_SUBVO
BUDGETTYPE_COVERBudget Subtype for Automated Procedure Cover Eligibility FM_SUBVO_COVERCHAR4TBP4ABP_SUBVO
KENNZIFFERFM area reference number FM_KENNZIFNUMC8NUMC8
XBGACTIVEActivation Switch for Public-Owned Commercial Operations FMBGACTIVECHAR1XFELD
FUND_BLANKBlank is a Valid Value for Fund FM_FUND_BLANKCHAR1XFELD
FUNCTION_BLANKBlank is Valid Value for the Functional Area FM_FUNCTION_BLANKCHAR1XFELD
MEASURE_BLANKBLANK is a Valid Value for the Funded Program FM_MEASURE_BLANKCHAR1XFELD
GRANT_BLANKBLANK is a Valid Value for the Grant GM_GRANT_BLANKCHAR1XFELD

Key field Non-key field



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

As FKRS 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 FKRS as there is no data to select.

How to access SAP table FKRS

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