FMSUA SAP (FI-FM Totals Records - All Periods) Structure details

Dictionary Type: Structure
Description: FI-FM Totals Records - All Periods




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




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

FMSUA 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 "FI-FM Totals Records - All Periods" 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_FMSUA TYPE FMSUA.

The FMSUA table consists of various fields, each holding specific information or linking keys about FI-FM Totals Records - All Periods data available in SAP. These include LEDNR (Budget/Planning Ledger), OBJNR (Object number), GJAHR (Fiscal Year), GEBER (Fund).. 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 FMSUA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
LEDNRBudget/Planning Ledger BP_LEDNRCHAR4NUMCVLEDNR_BP
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
VORGACO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
POSITInternal commitment item (8 chars) BP_POSITCHAR8BP_POSIT
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
OBJNRZObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
BTR001Amount, period 1 BTR001CURR15(2) WERT8
BTR002Amount, period 2 BTR002CURR15(2) WERT8
BTR003Amount, period 3 BTR003CURR15(2) WERT8
BTR004Amount, period 4 BTR004CURR15(2) WERT8
BTR005Amount, period 5 BTR005CURR15(2) WERT8
BTR006Amount, period 6 BTR006CURR15(2) WERT8
BTR007Amount, period 7 BTR007CURR15(2) WERT8
BTR008Amount, period 8 BTR008CURR15(2) WERT8
BTR009Amount, period 9 BTR009CURR15(2) WERT8
BTR010Amount, period 10 BTR010CURR15(2) WERT8
BTR011Amount, period 11 BTR011CURR15(2) WERT8
BTR012Amount, period 12 BTR012CURR15(2) WERT8
BTR013Amount, period 13 BTR013CURR15(2) WERT8
BTR014Amount, period 14 BTR014CURR15(2) WERT8
BTR015Period 15 amount BTR015CURR15(2) WERT8
BTR016Period 16 amount BTR016CURR15(2) WERT8
BTT001Period 1 amount in transaction currency BTRT01CURR15(2) WERT8
BTT002Period 2 amount in transaction currency BTRT02CURR15(2) WERT8
BTT003Period 3 amount in transaction currency BTRT03CURR15(2) WERT8
BTT004Period 4 amount in transaction currency BTRT04CURR15(2) WERT8
BTT005Period 5 amount in transaction currency BTRT05CURR15(2) WERT8
BTT006Period 6 amount in transaction currency BTRT06CURR15(2) WERT8
BTT007Period 7 amount in transaction currency BTRT07CURR15(2) WERT8
BTT008Period 8 amount in transaction currency BTRT08CURR15(2) WERT8
BTT009Period 9 amount in transaction currency BTRT09CURR15(2) WERT8
BTT010Period 10 amount in transaction currency BTRT10CURR15(2) WERT8
BTT011Period 12 amount in transaction currency BTRT11CURR15(2) WERT8
BTT012Period 12 amount in transaction currency BTRT12CURR15(2) WERT8
BTT013Period 13 amount in transaction currency BTRT13CURR15(2) WERT8
BTT014Period 14 amount in transaction currency BTRT14CURR15(2) WERT8
BTT015Period 15 amount in transaction currency BTRT15CURR15(2) WERT8
BTT016Period 16 amount in transaction currency BTRT16CURR15(2) WERT8
BTRVTAmount of carry-forward period BTRVTCURR15(2) WERT8
BTRTVTAmount of carry-forward period in transaction currency BTRTVTCURR15(2) WERT8

Key field Non-key field



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

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

How to access SAP table FMSUA

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