SAP GRPG_FMSUA_SUM grouping/Pegging: FM Totals Records summary Table data and field list

GRPG_FMSUA_SUM 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 "grouping/Pegging: FM Totals Records summary" 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_GRPG_FMSUA_SUM TYPE GRPG_FMSUA_SUM.

The GRPG_FMSUA_SUM table consists of various fields, each holding specific information or linking keys about grouping/Pegging: FM Totals Records summary data available in SAP. These include OBJNR (Object number), GJAHR (Fiscal Year), GEBER (Fund), WRTTP (Value Type)... 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. .

GRPG_FMSUA_SUM structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP GRPG_FMSUA_SUM structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the GRPG_FMSUA_SUM table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
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
PERIOPeriod CO_PERIONUMC3PERBLVPE
BTRAmount, period 1 BTR001CURR15(2) WERT8
BTRTPeriod 1 amount in transaction currency BTRT01CURR15(2) WERT8

Key field Non-key field



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

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

How to access SAP table GRPG_FMSUA_SUM

Within an ECC or HANA version of SAP you can also view further information about GRPG_FMSUA_SUM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).