FMSTBERICHT SAP (Standard Reports in Cash Budget Management) Structure details

Dictionary Type: Structure
Description: Standard Reports in Cash Budget Management




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




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

FMSTBERICHT 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 "Standard Reports in Cash Budget Management" 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_FMSTBERICHT TYPE FMSTBERICHT.

The FMSTBERICHT table consists of various fields, each holding specific information or linking keys about Standard Reports in Cash Budget Management data available in SAP. These include FMA_OBJNR (Object number), LEDNR (Ledger for Controlling objects), BUKRS (Company Code), GSBER (Business Area).. 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 FMSTBERICHT 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
ZEILEType for identifying objects NETTYPECHAR1NETTYPE
FMA_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
LEDNRLedger for Controlling objects LEDNRCHAR2ALPHALEDNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPeriod CO_PERIONUMC3PERBLVPE
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
POSITInternal commitment item (8 chars) BP_POSITCHAR8BP_POSIT
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FIPOS_TXTCommitment item text FIPOS_TXTCHAR20TEXT20
H_FIPOSHigher commitment item H_FIPOSCHAR14Assigned to domainFIPOS
H_FPOTXTText for higher commitment item H_FIPOS_TXTCHAR20TEXT20
FWAERFM area currency FM_WAERSCUKY5Assigned to domainWAERS
BWAERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
ISTActual data in FM area currency ISTCURR15(2) WERT8
BISTActual data in company code currency BKRS_ISTCURR15(2) WERT8
OBLIGOCommitment in FMAC FM_OBLIGOCURR15(2) WERT8
BOBLIGOCommitment in company code currency BKRS_OBLIGOCURR15(2) WERT8
TRISTActual data in transaction currency IST_TWAERCURR15(2) WERT8
TROBLIGOCommitment in transaction currency FM_TROBLIGOCURR15(2) WERT8
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
VERSNPlanning/budgeting version BP_VERSIONCHAR3Assigned to domainALPHABP_VERSIONBP2
VSTXTVersion Text VSTXTCHAR30TEXT30
KUMANZTest Run ALLGTESTCHAR1XFELD
FKPLANPlan data in FM area currency PLAN_WAERSCURR15(2) WERT8
TRPLANPlan in transaction currency PLAN_TRWAERCURR15(2) WERT8
ABWEICHUNGVariance in FM area currency ABWEICH_FKCURR15(2) WERT8
TRABWEICHUNGVariance in transaction currency ABWEICHUNG_TRCURR15(2) WERT8
ABWOBISTVariance plan-actual+commitment in FM area currency ABWOBIST_FKCURR15(2) WERT8
TRABWOBISTVariance plan-actual+commitment in transaction currency ABWOBIST_TRCURR15(2) WERT8

Key field Non-key field



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

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

How to access SAP table FMSTBERICHT

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