SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting(PSM-FM-BCS-BU) SAP PSM

RFFMBUD_DOC_HANA SAP ABAP Report - Overview of Budget Data







RFFMBUD_DOC_HANA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to display the data from budget entry documents and check budget values in local currency in real time...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMBUD_DOC_HANA into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FMEDDH - Display Budget Documents


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RFFMBUD_DOC_HANA. "Basic submit
SUBMIT RFFMBUD_DOC_HANA AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBUD_DOC_HANA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_FKRS = D .
Selection Text: P_VARI = D .
Selection Text: S_BUDCAT = D .
Selection Text: S_BUDPER = D .
Selection Text: S_BUDTYP = D .
Selection Text: S_CHGDAT = D .
Selection Text: S_CHGUSR = D .
Selection Text: S_CMMT = D .
Selection Text: S_CRTDAT = D .
Selection Text: S_CRTUSR = D .
Selection Text: S_CSHYR = D .
Selection Text: S_DFAM = D .
Selection Text: S_DOCDAT = D .
Selection Text: S_DOCLN = D .
Selection Text: S_DOCNR = D .
Selection Text: S_DOCSTA = D .
Selection Text: S_DOCTYP = D .
Selection Text: S_DOCYR = D .
Selection Text: S_FCTR = D .
Selection Text: S_FUNC = D .
Selection Text: S_FUND = D .
Selection Text: S_GRANT = D .
Selection Text: S_MEAS = D .
Selection Text: S_PERIOD = D .
Selection Text: S_PROCES = D .
Selection Text: S_REAREV = D .
Selection Text: S_RESP = D .
Selection Text: S_REVSTA = D .
Selection Text: S_TECH = D .
Selection Text: S_TXTNAM = D .
Selection Text: S_USD = D .
Selection Text: S_VALTYP = D .
Selection Text: S_VERS = D .
Selection Text: S_YEAR = D .
Selection Text: P_DBCON = D .
Title: Overview of Budget Data
Text Symbol: 001 = Hierarchy of Field Values
Text Symbol: 002 = Fields Values and Amounts





Text Symbol: A00 = Top Node
Text Symbol: A01 =
Text Symbol: A02 =
Text Symbol: A03 =
Text Symbol: A04 =
Text Symbol: A05 =
Text Symbol: A06 =
Text Symbol: A07 =
Text Symbol: A08 =
Text Symbol: A09 =
Text Symbol: A10 =
Text Symbol: A11 =
Text Symbol: A12 =
Text Symbol: A13 =
Text Symbol: AUT = Missing authorizations
Text Symbol: BLK =
Text Symbol: CNT = Number of DB Records
Text Symbol: DST = Document Status Description
Text Symbol: EXC = Budget exceeded
Text Symbol: FCM = Funds Center Manager
Text Symbol: H00 = Overview of Budget Data
Text Symbol: HLV = Hierarchy Levels
Text Symbol: NAU = No Authorization Checks
Text Symbol: RST = Reversal Status Description
Text Symbol: S01 = Additional Selection Fields
Text Symbol: S02 = active
Text Symbol: SGL =
Text Symbol: STA = Status
Text Symbol: UIS = Convert Sign to User Interface
Text Symbol: VTT = Value Type Description
Text Symbol: VTX = Text of Field Value


INCLUDES used within this REPORT RFFMBUD_DOC_HANA

INCLUDE RFFMBUD_DOC_HANA_TOP.
INCLUDE LFMBS_CUST_TOOLSF03.
INCLUDE RFFMBUD_DOC_HANA_SEL.
INCLUDE RFFMBUD_DOC_HANA_F01.
INCLUDE RFFMBUD_DOC_HANA_F02.
INCLUDE RFFMBUD_DOC_HANA_M01.
INCLUDE RFFMBUD_DOC_HANA_0100_ALV.
INCLUDE RFFMBUD_DOC_HANA_0100_SCR.





INCLUDE RFFMBUD_DOC_HANA_0100_BUD.
INCLUDE RFFMBUD_DOC_HANA_0100_AUT.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFFMBUD_DOC_HANA or its description.