FMFG_FACTSII_SUM_TAB SAP (Summary Table for FACTS II Extract) Structure details

Dictionary Type: Structure
Description: Summary Table for FACTS II Extract




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




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

FMFG_FACTSII_SUM_TAB 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 "Summary Table for FACTS II Extract" 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_FMFG_FACTSII_SUM_TAB TYPE FMFG_FACTSII_SUM_TAB.

The FMFG_FACTSII_SUM_TAB table consists of various fields, each holding specific information or linking keys about Summary Table for FACTS II Extract data available in SAP. These include SGL_ACCOUNT (Standard General Ledger Account for US Federal Government), RFINUSE (Application of Secondary Source Funds), RFUND (Fund), BUDGET_PD_9 (FM: Budget Period).. 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: Cannot Be Enhanced


SAP FMFG_FACTSII_SUM_TAB 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
KEY 0
SGL_ACCOUNTStandard General Ledger Account for US Federal Government FM_SGL_ACCOUNTCHAR6FM_SGL_ACCOUNTSGL_ACCOUNTFMFG_SGL_ACCOUNT
RFINUSEApplication of Secondary Source Funds FM_FINUSECHAR16FM_FINUSEFIU
RFUNDFund BP_GEBERCHAR10BP_GEBERFIC
BUDGET_PD_9FM: Budget Period FM_BUDGET_PERIODCHAR10FM_BUDGET_PERIODBUDPER
RFLG_APPORTApportionment Category FM_FLG_APPORTCHAR1FM_FLG_APPORT
RFLG_AVAILAvailability Time FM_FLG_AVAILCHAR1FM_FLG_AVAIL
RBEABudget Enforcement Act Category FM_FLG_BEACHAR1FM_FLG_BEA
RFLG_BORROWBorrowing Source FM_FLG_BORROWCHAR1FM_FLG_BORROW
RFLG_DEFINITEDefinite/Indef indicator FM_FLG_DEFINITECHAR1FM_FLG_DEFINITE
RFLG_PARTNERTransaction Partner FM_FLG_PARTNERCHAR1FM_FLG_PARTNER
RFLG_REIMBURReimbursable FM_FLG_REIMBURCHAR1FM_FLG_REIMBUR
RCOHORTReporting Year for Cohort FM_COHORTCHAR4FM_COHORT
RPUBLAWPublic Law Cited FM_PUBLAWCHAR20FM_PUBLAW
RFLG_AUTHORAuthority Type FM_FLG_AUTHORCHAR1FM_FLG_AUTHOR
TRANSFER_AGCY_9Transfer Agency FMFG_TRANSFER_AGCYCHAR2FMFG_TRANSFER
TRANSFER_ACCT_9Transfer Account FMFG_TRANSFER_ACCTCHAR4FMFG_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_CAT_9Program Reporting Category FMFG_PROGRAM_REPORT_CATEGORYCHAR3FMFG_PROGRAM_REPORT_CATEGORY
RBUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
RACCTAccount Number RACCTCHAR10ALPHASAKNRACC
FM_AREAFinancial Management Area FIKRSCHAR4FIKRSFIK
BUSABusiness Area GSBERCHAR4GSBERGSB
FAREAFunctional Area FKBERCHAR16FKBERFBE
RFISTLFunds Center FISTLCHAR16FISTLFIS
MEASUREFunded Program FM_MEASURECHAR24FM_MEASUREFM_MEASURE
BLSTATUS_9Budgetary ledger status FMFG_BLSTATUSCHAR5FMFG_BLSTATUSFMFG_BLSTATUS
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
HSLVTBalance carried forward in local currency HSLVT9CURR17(2) WERTV9
HSL01Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL02Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL03Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL04Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL05Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL06Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL07Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL08Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL09Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL10Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL11Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL12Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL13Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL14Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL15Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL16Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9

Key field Non-key field



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

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

How to access SAP table FMFG_FACTSII_SUM_TAB

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