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

RFFMFG_YBA_UPD SAP ABAP Report - Year of Budget Authority - Update







RFFMFG_YBA_UPD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program RFFMFG_YBA_UPD is the update program for the Year of Budget Authority (YBA) functionality...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 RFFMFG_YBA_UPD 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

FMFG_YBA_UPD - FMFG: YBA - Update


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 RFFMFG_YBA_UPD. "Basic submit
SUBMIT RFFMFG_YBA_UPD AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFG_YBA_UPD 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: S_FUND = D .
Selection Text: S_BDGTPD = D .
Selection Text: P_TEST = Test run
Selection Text: P_RYEAR = D .
Selection Text: P_NEW = Recalculate entire Fiscal Year
Selection Text: P_DETAIL = Display Detail
Selection Text: P_CPUTM = D .
Selection Text: P_CPUDT = D .
Selection Text: P_BUKRS = D .
Title: Year of Budget Authority - Update
Text Symbol: T42 = Detail
Text Symbol: T41 = Overview
Text Symbol: T15 = - Update run
Text Symbol: T14 = - Test run
Text Symbol: T13 = (Description)
Text Symbol: SS2 = Display Options
Text Symbol: SS1 = Process Options
Text Symbol: P09 = Processing
Text Symbol: P08 = Prepare output
Text Symbol: P07 = Unlocking
Text Symbol: P06 = Update Block
Text Symbol: P05 = Process Block
Text Symbol: P04 = Get YBA AVC Data
Text Symbol: P03 = Get Line Item Data
Text Symbol: P02 = Locking
Text Symbol: P01 = Get configuration
Text Symbol: 100 = Unable to create CC_ALV UI container


INCLUDES used within this REPORT RFFMFG_YBA_UPD

INCLUDE RFFMFG_YBA_UPD_TOP.
INCLUDE RFFMFG_YBA_UPD_CL1.
INCLUDE RFFMFG_SCHED.


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 RFFMFG_YBA_UPD or its description.