FMFACTS2TRALV SAP (Transaction Register Structure for ALV) Structure details

Dictionary Type: Structure
Description: Transaction Register Structure for ALV




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




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

FMFACTS2TRALV 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 "Transaction Register Structure for ALV" 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_FMFACTS2TRALV TYPE FMFACTS2TRALV.

The FMFACTS2TRALV table consists of various fields, each holding specific information or linking keys about Transaction Register Structure for ALV data available in SAP. These include RYEAR (Fiscal year), POPER (Posting period), BUDAT (Posting Date in the Document), BLDAT (Document Date in Document).. 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 FMFACTS2TRALV 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
FACTSNRReference document number with suffix data FMFG_FACTSNRCHAR13
RYEARFiscal year RYEARNUMC4GJAHRGJAHRGFY
POPERPosting period POPERNUMC3POPERPOPR
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
RFINUSEApplication of Secondary Source Funds FM_FINUSECHAR16Assigned to domainFM_FINUSEFIU
RFUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
SGL_ACCOUNTStandard General Ledger Account for US Federal Government FM_SGL_ACCOUNTCHAR6FM_SGL_ACCOUNTSGL_ACCOUNTFMFG_SGL_ACCOUNT
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
HSL01Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL02Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUSABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SGTXTItem Text SGTXTCHAR50TEXT50
FAREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
REFDOCNRReference document number of an accounting document REFBELNRCHAR10ALPHABELNRBLN
DOCNRDoc. Number DOCNRCHAR10ALPHABELNR
BUDGET_PD_9FM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table FMFACTS2TRALV

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