FMUSFGFACTS2TFC SAP (Field Catalog for FACTS2 Summary Table) Structure details

Dictionary Type: Structure
Description: Field Catalog for FACTS2 Summary Table




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




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

FMUSFGFACTS2TFC 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 "Field Catalog for FACTS2 Summary Table" 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_FMUSFGFACTS2TFC TYPE FMUSFGFACTS2TFC.

The FMUSFGFACTS2TFC table consists of various fields, each holding specific information or linking keys about Field Catalog for FACTS2 Summary Table data available in SAP. These include RFINUSE (Application of Secondary Source Funds), RACCT (Account Number), RFLG_AUTHOR (Authority Type), RFLG_DEFINITE (Definite/Indef indicator).. 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 FMUSFGFACTS2TFC 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
RYEARFiscal year RYEARNUMC4GJAHRGJAHRGFY
RFINUSEApplication of Secondary Source Funds FM_FINUSECHAR16Assigned to domainFM_FINUSEFIU
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
RFLG_AUTHORAuthority Type FM_FLG_AUTHORCHAR1FM_FLG_AUTHOR
RFLG_DEFINITEDefinite/Indef indicator FM_FLG_DEFINITECHAR1FM_FLG_DEFINITE
RLEGISType of Legislation FM_LEGISCHAR1FM_LEGIS
RPUBLAWPublic Law Cited FM_PUBLAWCHAR20FM_PUBLAW
RFLG_APPORTApportionment Category FM_FLG_APPORTCHAR1FM_FLG_APPORT
RFLG_REIMBURReimbursable FM_FLG_REIMBURCHAR1FM_FLG_REIMBUR
RFLG_AVAILAvailability Time FM_FLG_AVAILCHAR1FM_FLG_AVAIL
RFLG_PARTNERTransaction Partner FM_FLG_PARTNERCHAR1FM_FLG_PARTNER
RFLG_BORROWBorrowing Source FM_FLG_BORROWCHAR1FM_FLG_BORROW
RFLG_BEABudget Enforcement Act Category FM_FLG_BEACHAR1FM_FLG_BEA
RCOHORTReporting Year for Cohort FM_COHORTCHAR4FM_COHORT
HSLVTBalance carried forward in local currency (currency 2) HSLVTCURR15(2) WERTV8
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

Key field Non-key field



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

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

How to access SAP table FMUSFGFACTS2TFC

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