RFACTS2_FILE_FORMAT SAP (Facts II Bulk file account detail record) Structure details

Dictionary Type: Structure
Description: Facts II Bulk file account detail record




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




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

RFACTS2_FILE_FORMAT 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 "Facts II Bulk file account detail record" 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_RFACTS2_FILE_FORMAT TYPE RFACTS2_FILE_FORMAT.

The RFACTS2_FILE_FORMAT table consists of various fields, each holding specific information or linking keys about Facts II Bulk file account detail record data available in SAP. These include DEPT_TRAN (Treasury Account Symbol - Department Transfer), FISCAL_YEAR (Fiscal Year for Treasury Account Symbol), MAIN_ACCT (Treasury Account Symbol - Main Account), SUB_ACCT (Treasury Account Symbol - Subaccount).. 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 RFACTS2_FILE_FORMAT 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
DEPT_REGTreasury Account Symbol - Department Regular FM_DEPT_REGCHAR2FM_DEPT_REG
DEPT_TRANTreasury Account Symbol - Department Transfer FM_DEPT_TRANCHAR2FM_DEPT_TRAN
FISCAL_YEARFiscal Year for Treasury Account Symbol FMFG_TRFYCHAR4CHAR4
MAIN_ACCTTreasury Account Symbol - Main Account FM_MAIN_ACCTCHAR4FM_MAIN_ACCT
SUB_ACCTTreasury Account Symbol - Subaccount FM_SUB_ACCTCHAR3FM_SUB_ACCT
MAF_SEQMAF Sequence Number FM_MAF_SEQNUMC3
PROG_REPT_CATProgram Reporting Category (out) FMFG_PROG_REPT_CATCHAR3FMFG_PROGRAM_REPORT_CATEGORY
PROG_REPT_CAT_TXProgram Reporting Category Text FMFG_PROG_REPT_CAT_TEXCHAR25
SGL_ACCOUNTSGL Account Adjust FM_SGL_ACCOUNT2CHAR4
RECORD_INDRecord Indicator FMFG_RRECINDCHAR1
COHORTReporting Year for Cohort : OUTPUT FORMAT FMFG_COHORTCHAR2FMFG_COHORT
FLG_BENDEdit begin/end FMFG_FLG_BENDCHAR1FMFG_FLG_BEND
FLG_DEFINITEDefinite/Indef indicator FM_FLG_DEFINITECHAR1FM_FLG_DEFINITE
APPOR_CAT_B_DETAILApportionment Category B Program Code FMFG_APPORTDTL2CHAR3
APPOR_CAT_B_TXTApportionment Text FMFG_APPORTTEXTCHAR25
PUBLIC_LAWPublic Law Cited FM_PUBLAW_SHORTCHAR7FM_PUBLAW_SHORT
APPORTIONMENTApportionment Category FM_FLG_APPORTCHAR1FM_FLG_APPORT
AUTHORITYAuthority Type FM_FLG_AUTHORCHAR1FM_FLG_AUTHOR
TRANS_PARTNERTransaction Partner FM_FLG_PARTNERCHAR1FM_FLG_PARTNER
TRANSFER_AGENCYTransfer Agency FMFG_TRANSFER_AGCYCHAR2Assigned to domainFMFG_TRANSFER
TRANSFER_ACCTTransfer Account FMFG_TRANSFER_ACCTCHAR4Assigned to domainFMFG_TRAN_ACCT
TRANSFER_TO_FROMTransfer Type FMFG_TRAN_TYPECHAR1
REIMBURSABLEReimbursable FM_FLG_REIMBURCHAR1FM_FLG_REIMBUR
YEAR_BUDGET_AUTHYear of Budget Authority FMFG_YR_BUD_AUTHCHAR4FMFG_YR_BUD_AUTH
FLG_BEABEA Category: OUTPUT FORMAT FMFG_FLG_BEACHAR5FMFG_FLG_BEA
FLG_BORROWBorrowing Source: OUTPUT FORMAT FMFG_FLG_BORROWCHAR5FMFG_FLG_BORROW
FLG_PYAPrior Year Adjustment Code FMFG_FLG_PYACHAR1FMFG_FLG_PYA
FLG_ADVANCEAdvanced Flag FMFG_FLG_ADVANCECHAR1FMFG_FLG_ADVANCE
CURRENT_PERMANENTEntry Status FMFG_STATUSCHAR1FMFG_STATUS
FLG_LIQUIDLiquid FMFG_FLG_LIQUIDCHAR1
FLG_DEFICIENTDeficient FMFG_FLG_DEFICIENTCHAR1
FLG_AVAILAvailability Time FM_FLG_AVAILCHAR1FM_FLG_AVAIL
LEGISLATIONType of Legislation FM_LEGISCHAR1FM_LEGIS
DEFENSE_INDIC_9Defense Indicator FMFG_DEFENSE_INDICATORCHAR3FMFG_DEFENSE_INDICATOR
AMOUNT 0
DEBIT_CREDIT Debit/Credit Indicator0
FILLER1 footnote sequence number0
FILLER2 footnote text0

Key field Non-key field



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

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

How to access SAP table RFACTS2_FILE_FORMAT

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