SAP Reports / Programs

RFFMUD96 SAP ABAP Report - Revenues Increasing Budget







RFFMUD96 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RFFMUD96 increases the budget for a specific expenditure item for revenues which increase the budget...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 RFFMUD96 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

UD96 - Revenues Increasing Budget


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 RFFMUD96. "Basic submit
SUBMIT RFFMUD96 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMUD96 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_DATAB = Payments from
Selection Text: P_FIKRS = FM area
Selection Text: P_TEST = Test run
Selection Text: S_FONDS = Fund
Title: Revenues Increasing Budget


INCLUDES used within this REPORT RFFMUD96

INCLUDE IFIFMEQU.


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:

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING IP_FIKRS = P_FIKRS IP_APPLICATION_DATA = CON_ON IP_APPLC = APPLC_CA IMPORTING F_FM01 = G_F_FM01 * f_fm01a = l_f_fm01a F_FM01D = G_F_FM01D.

KBPS_FIND_LEDGER CALL FUNCTION 'KBPS_FIND_LEDGER' EXPORTING CURRENCY = G_F_FM01-WAERS * NEW_LEDGER = PERIV = G_F_FM01-CA_PERIV IMPORTING LEDGER = G_LEDNR * OP_DECIM = TABLES BP_CUR = BP_CUR.

FM_GET_YEAR_FROM_DATE CALL FUNCTION 'FM_GET_YEAR_FROM_DATE' EXPORTING I_APPLC = APPLC_CA I_FAREA = P_FIKRS I_DATE = SY-DATUM IMPORTING E_YEAR = G_GJAHR.

FIPOS_READ_WITH_FIPOS CALL FUNCTION 'FIPOS_READ_WITH_FIPOS' EXPORTING IP_APPLC = APPLC_CA IP_FIKRS = P_FIKRS IP_FIPOS = G_F_FM01E-RFIPOS * IP_FIPOS_ONLY = CON_NEIN * IP_GJAHR = '0000' * IP_HIERARCHY = ' ' * IP_LANGUAGE = ' ' * IP_POSHIVERS = 'SAP' * IP_TEXT = ' ' IP_VALID_DATE = SY-DATUM IMPORTING F_FMFPO = G_F_FMFPO.

FMFPO_READ_QUICK * call function 'FMFPO_READ_QUICK' * exporting * ip_fikrs = p_fikrs * ip_fipos = g_f_fm01e-rfipos * ip_flg_buffer_all = con_on * importing * f_fmfpo = g_f_fmfpo.

FMFCTR_READ_QUICK CALL FUNCTION 'FMFCTR_READ_QUICK' EXPORTING IP_FIKRS = P_FIKRS IP_FICTR = G_F_FM01E-RFICTR IP_FLG_BUFFER_ALL = CON_ON IMPORTING F_FMFCTR = G_F_FMFCTR.

BUDGET_RAISE_THROUGH_REVENUES CALL FUNCTION 'BUDGET_RAISE_THROUGH_REVENUES' EXPORTING IP_FIKRS = P_FIKRS IP_GJAHR = G_GJAHR IP_LEDNR = G_LEDNR IP_REST_CTR_OBJNR = G_F_FMFCTR-CTR_OBJNR IP_REST_FICTR = G_F_FMFCTR-FICTR IP_REST_FIPOS = G_F_FMFPO-FIPOS IP_REST_POSIT = G_F_FMFPO-POSIT IP_S_FONDS = G_T_FONDS-FINCODE IP_S_CTR_OBJNR = G_T_FMFCTR-CTR_OBJNR IP_S_FICTR = G_T_FMFCTR-FICTR * IP_S_POSIT = IP_TEST = P_TEST IP_WAERS = G_F_FM01-WAERS IP_WRTTP = L_WRTTP IP_ZAHLDAT = P_DATAB.

BUDGET_RAISE_THROUGH_REVENUES CALL FUNCTION 'BUDGET_RAISE_THROUGH_REVENUES' EXPORTING IP_FIKRS = P_FIKRS IP_GJAHR = G_GJAHR IP_LEDNR = G_LEDNR IP_REST_CTR_OBJNR = G_F_FMFCTR-CTR_OBJNR IP_REST_FICTR = G_F_FMFCTR-FICTR IP_REST_FIPOS = G_F_FMFPO-FIPOS IP_REST_POSIT = G_F_FMFPO-POSIT IP_S_FONDS = SPACE IP_S_CTR_OBJNR = G_T_FMFCTR-CTR_OBJNR IP_S_FICTR = G_T_FMFCTR-FICTR * IP_S_POSIT = IP_TEST = P_TEST IP_WAERS = G_F_FM01-WAERS IP_WRTTP = L_WRTTP IP_ZAHLDAT = P_DATAB.



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