FMFGHKEY_DATA SAP (Data of FMFGKEY) Structure details

Dictionary Type: Structure
Description: Data of FMFGKEY




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




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

FMFGHKEY_DATA 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 "Data of FMFGKEY" 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_FMFGHKEY_DATA TYPE FMFGHKEY_DATA.

The FMFGHKEY_DATA table consists of various fields, each holding specific information or linking keys about Data of FMFGKEY data available in SAP. These include FLG_CUSTODIAL (Custodial Indicator), FLG_ENTITY (Entity Indicator), FLG_EXCHANGE (Exchange Indicator), FLG_FEDERAL (Federal/Nonfederal Code).. 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)


SAP FMFGHKEY_DATA 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
FLG_COVEREDCovered Indicator FM_FLG_COVEREDCHAR1FM_FLG_COVERED
FLG_CUSTODIALCustodial Indicator FM_FLG_CUSTODIALCHAR1FM_FLG_CUSTODIAL
FLG_ENTITYEntity Indicator FM_FLG_ENTITYCHAR1FM_FLG_ENTITY
FLG_EXCHANGEExchange Indicator FM_FLG_EXCHANGECHAR1FM_FLG_EXCHANGE
FLG_FEDERALFederal/Nonfederal Code FM_FLG_FEDERALCHAR1FM_FLG_FEDERAL
BUREAUFederal Bureau FM_BUREAUCHAR2FM_BUREAU
BUSINESS_LINEBusiness Line FM_BUSINESS_LINECHAR2FM_BUSINESS_LINE
FGDPRTMNTFederal Department FM_DEPARTMENTCHAR2FM_DEPARTMENT
FGDPRTMNT_PARTFederal Department Partner FM_DEPARTMENT_PARTNERCHAR2FM_DEPARTMENT
FUND_ACC_SYMBLTreasury Account Symbol - Main Account FM_MAIN_ACCTCHAR4FM_MAIN_ACCT
FLG_APPORTApportionment Category FM_FLG_APPORTCHAR1FM_FLG_APPORT
FLG_AVAILAvailability Time FM_FLG_AVAILCHAR1FM_FLG_AVAIL
FLG_BORROWBorrowing Source FM_FLG_BORROWCHAR1FM_FLG_BORROW
FLG_DEFINITEDefinite/Indef indicator FM_FLG_DEFINITECHAR1FM_FLG_DEFINITE
FLG_PARTNERTransaction Partner FM_FLG_PARTNERCHAR1FM_FLG_PARTNER
FLG_BEABudget Enforcement Act Category FM_FLG_BEACHAR1FM_FLG_BEA
LEGISType of Legislation FM_LEGISCHAR1FM_LEGIS
FLG_REIMBURReimbursable FM_FLG_REIMBURCHAR1FM_FLG_REIMBUR
COHORTReporting Year for Cohort FM_COHORTCHAR4FM_COHORT
PUBLAWPublic Law Cited FM_PUBLAWCHAR20FM_PUBLAW
FLG_AUTHORAuthority Type FM_FLG_AUTHORCHAR1FM_FLG_AUTHOR
TRANSFER_AGCY_9Transfer Agency FMFG_TRANSFER_AGCYCHAR2Assigned to domainFMFG_TRANSFER
TRANSFER_ACCT_9Transfer Account FMFG_TRANSFER_ACCTCHAR4Assigned to domainFMFG_TRAN_ACCT
YEAR_BDGT_AUTH_9Year of Budget Authority FMFG_YR_BUD_AUTHCHAR4FMFG_YR_BUD_AUTH
FLG_ADVANCE_9Advanced Flag FM_FLG_ADVANCECHAR1FMFG_FLG_ADVANCE
DEFENSE_INDIC_9Defense Indicator FMFG_DEFENSE_INDICATORCHAR3FMFG_DEFENSE_INDICATOR
PROG_REPT_CATProgram Reporting Category FMFG_PROGRAM_REPORT_CATEGORYCHAR3FMFG_PROGRAM_REPORT_CATEGORY
APPOR_CATB_DTL_9Apportionment Category B Program Code FMFG_APPORTDTLCHAR4
BDGT_IMPACTBudgetary Impact FMFG_BDGT_IMPACTCHAR1FMFG_BDGT_IMPACT
FLG_PYAPrior Year Adjustment Code FMFG_FLG_PYACHAR1FMFG_FLG_PYA
PROGRAM_INDProgram FMFG_PROGRAM_INDCHAR1FMFG_PROGRAM_IND
TP_AGENCIDAgency Identifier (AID) for Trading Partner FMFG_TP_AGENCIDCHAR3FMFG_AGENCID
TP_MAIN_ACCTMain Account for Trading Partner FMFG_TP_MAIN_ACCTCHAR4
BETCBusiness Event Type Code FMFG_BETCCHAR10CHAR10
SUBLEVLSublevel Prefix (SP) FMFG_SUBLEVLCHAR2FMFG_SUBLEVL
AGENCIDAgency Identifier (AID) FMFG_AGENCIDCHAR3FMFG_AGENCID
ALTRAIDAllocation Transfer Agency Identifier (ATA) FMFG_ALTRAIDCHAR3FMFG_ALTRAID
BEGPERBeginning Period of Availability (BPOA) FMFG_BEGPERNUMC4GJAHRFMFG_BEGPER
ENDPEREnding Period of Availability (EPOA) FMFG_ENDPERNUMC4GJAHRFMFG_ENDPER
AVTYPEAvailability Type Code (A) FMFG_AVTYPECHAR1FMFG_AVTYPE
SUB_ACCTTreasury Account Symbol - Subaccount FM_SUB_ACCTCHAR3FM_SUB_ACCT

Key field Non-key field



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

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

How to access SAP table FMFGHKEY_DATA

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