BIFMFSA SAP (Batch-Input-Structure Rec. A Funds Ctr in FM Area) Structure details

Dictionary Type: Structure
Description: Batch-Input-Structure Rec. A Funds Ctr in FM Area




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




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

BIFMFSA 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 "Batch-Input-Structure Rec. A Funds Ctr in FM Area" 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_BIFMFSA TYPE BIFMFSA.

The BIFMFSA table consists of various fields, each holding specific information or linking keys about Batch-Input-Structure Rec. A Funds Ctr in FM Area data available in SAP. These include RCTYPE (Single-Character Indicator), FIKRS (Financial Management Area), FICTR (Funds Center), 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: Can be enhanced (character-type or numeric)


SAP BIFMFSA 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
TCODENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
RCTYPESingle-Character Indicator CHAR1CHAR1CHAR1
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FICTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
DATBISFM: Valid to date FM_DATBISDATS8DATUMFM_DATBIS
DATABFM: Valid from date FM_DATABDATS8DATUMFM_DATAB
BOSSIDFunds Center Manager in Organization Model FM_BOSSIDCHAR12HROBJID_12
BOSSNAMEFM: Name of Person Responsible FM_BOSSNAMCHAR20TEXT20
FINCODEFund (Default Value in a Funds Center) FM_DFONDSCHAR10Assigned to domainBP_GEBERFIC
AUGRPFM: Funds center authorization group FM_AUTHGRCCHAR10CHAR10
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
ANREDETitle ANREDCHAR15TEXT15
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 2 NAME2_GPCHAR35NAME
NAME3Name 3 NAME3_GPCHAR35NAME
NAME4Name 4 NAME4_GPCHAR35NAME
STRASSEHouse number and street STRAS_GPCHAR35TEXT35
POSTLZPostal Code PSTLZCHAR10PSTLZ
ORTCity ORT01_GPCHAR35TEXT35
ORTSTEILDistrict ORT02_GPCHAR35TEXT35
POSTFACHPO Box PFACHCHAR10PFACH
POSTLZFACHP.O. Box Postal Code PSTL2CHAR10PSTLZ
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TELEBOXTelebox number TELBXCHAR15TEXT15
TELEFON1First telephone number TELF1CHAR16TEXT16
TELEFON2Second telephone number TELF2CHAR16TEXT16
TELEFAXFax Number TELFXCHAR31TEXT31
TELETEXTTeletex number TELTXCHAR30TEXT30
TELEXTelex number TELX1CHAR30TEXT30
DATENLTNRData communication line no. DATLTCHAR14TEXT14
.INCLU--AP 0
AGCYCODEAgency Code CNFM_AGCYCODECHAR30CNFM_AGCYCODE
ORGCODEOrganization Code CNFM_ORGCODECHAR21CNFM_ORGCODE
AGCYTYPEAgency Type CNFM_AGCYTYPECHAR1CNFMC_AGCYTYPECNFM_AGCYTYPE
SUPTYPEFund Supply Type CNFM_SUPTYPECHAR1CNFMC_SUPTYPECNFM_SUPTYPE
REVUNITRevenue Unit CNFM_REVUNITCHAR1XFELD
NEWPAYPayment Reform CNFM_NEWPAYCHAR1XFELD
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
.INCLU--AP 0
STR_IDMaster Data Subdivision ID FM_STR_IDCHAR10CHAR10FMS
FCSUB1Substring 1 of Funds Center FM_FCSUB1CHAR10CHAR10
FCSUB2Substring 2 of Funds Center FM_FCSUB2CHAR10CHAR10
FCSUB3Substring 3 of Funds Center FM_FCSUB3CHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table BIFMFSA

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