FMFACTS1TRALV SAP (Transaction Register Structure for ALV) Structure details

Dictionary Type: Structure
Description: Transaction Register Structure for ALV




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




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

FMFACTS1TRALV 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_FMFACTS1TRALV TYPE FMFACTS1TRALV.

The FMFACTS1TRALV table consists of various fields, each holding specific information or linking keys about Transaction Register Structure for ALV data available in SAP. These include BUREAU (Federal Bureau), FACTSNR (Reference document number with suffix data), RYEAR (Fiscal year), POPER (Posting 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: Can be enhanced (character-type or numeric)


SAP FMFACTS1TRALV 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
FGDPRTMNTFederal Department FM_DEPARTMENTCHAR2FM_DEPARTMENT
BUREAUFederal Bureau FM_BUREAUCHAR2FM_BUREAU
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
FUND_ACC_SYMBLTreasury Account Symbol - Main Account FM_MAIN_ACCTCHAR4FM_MAIN_ACCT
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
FLG_FEDERALFederal/Nonfederal Code FM_FLG_FEDERALCHAR1FM_FLG_FEDERAL
FGDPRTMNT_PARTFederal Department Partner FM_DEPARTMENT_PARTNERCHAR2FM_DEPARTMENT
RVBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
RFLG_EXCHANGEExchange Indicator FM_FLG_EXCHANGECHAR1FM_FLG_EXCHANGE
RBDGT_FUNC_CLSSClassification of Data According to Major Purpose FM_BDGT_FUNC_CLSSCHAR3CHAR3
RFLG_CUSTODIALCustodial Indicator FM_FLG_CUSTODIALCHAR1FM_FLG_CUSTODIAL
HSL01Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
HSL02Total of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUSINESS_LINEBusiness Line FM_BUSINESS_LINECHAR2FM_BUSINESS_LINE
RBUSABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
RFAREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
RFLG_COVEREDCovered Indicator FM_FLG_COVEREDCHAR1FM_FLG_COVERED
RFLG_ENTITYEntity Indicator FM_FLG_ENTITYCHAR1FM_FLG_ENTITY
RFLG_PARTNERTransaction Partner FM_FLG_PARTNERCHAR1FM_FLG_PARTNER
SGTXTItem Text SGTXTCHAR50TEXT50
REFDOCNRReference document number of an accounting document REFBELNRCHAR10ALPHABELNRBLN
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
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 FMFACTS1TRALV using ABAP code?

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

How to access SAP table FMFACTS1TRALV

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