FMUSFGB SAP (BW Transfer Structure: 95 Ledger Total Table) Structure details

Dictionary Type: Structure
Description: BW Transfer Structure: 95 Ledger Total Table




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




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

FMUSFGB 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 "BW Transfer Structure: 95 Ledger Total 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_FMUSFGB TYPE FMUSFGB.

The FMUSFGB table consists of various fields, each holding specific information or linking keys about BW Transfer Structure: 95 Ledger Total Table data available in SAP. These include RYEAR (Fiscal Year), RTCUR (Currency Key), RBUKRS (Company Code), RACCT (Account Number).. 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 FMUSFGB 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
RVERSVersion RVERSCHAR3Assigned to domainALPHARVERSGVS
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
RBUSABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
RPRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
RCNTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
RPROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
RFAREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
RFUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
RFIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
RFISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
RORDNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
RVBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
RAGNCY_LCTN_CODEAgency Location Code FMFG_ALCCHAR8Assigned to domainFMFG_ALCFMFG_ALC
RFINUSEApplication of Secondary Source Funds FM_FINUSECHAR16Assigned to domainFM_FINUSEFIU
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
FMFG_SUBKEY_9Subkey for FMUSFGT FMFG_SUBKEYCHAR10CHAR10
BLSTATUS_9Budgetary ledger status FMFG_BLSTATUSCHAR5FMFG_BLSTATUSFMFG_BLSTATUS
FUND_TYPEFM Fund Type FM_FUNDTYPECHAR6Assigned to domainFM_FUNDTYPE
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
SGL_ACCOUNTStandard General Ledger Account for US Federal Government FM_SGL_ACCOUNTCHAR6FM_SGL_ACCOUNTSGL_ACCOUNTFMFG_SGL_ACCOUNT
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
VALUETYPEValue type for Reporting RSVTYPENUMC3Assigned to domainRSVTYPE
CURTYPECurrency type RSCURTYPECHAR2RSCURTYPE
FISCPERFiscal year / period RSFISCPERNUMC7PERI7RSFISCPER
FISCVARFiscal year variant RSFISCVARCHAR2RSFISCVAR
CHARTACCTSChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
UPMODBW Delta Process: Record Mode RODMUPDMODCHAR1RODMUPDMOD
VALUTYPValuation View VALUTYPNUMC1VALUTYPVTP
CURRUNITCurrency Key RSCURRENCYCUKY5Assigned to domainWAERS
BALANCEAccumulated balance RR_KUMSLCURR17(2) WERTV9
DEBITTotal debit postings RR_UMSOLCURR17(2) WERTV9
CREDITTotal credit postings RR_UMHABCURR17(2) WERTV9
TURNOVERSales of the period RR_SALESCURR17(2) WERTV9
BUDGET_PD_9FM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
FUNDINYEARFund flagged to be used in fiscal year FMFG_FUNDINYEARCHAR1FMFG_YN
FUNDEARMARKEDFund flagged as earmarked FMFG_FUNDEARMARKEDCHAR1FMFG_YN

Key field Non-key field



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

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

How to access SAP table FMUSFGB

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