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

RFFMBS_PO_FROM_FM_GENER SAP ABAP Report - Generate Posting Addresses from Posting Data







RFFMBS_PO_FROM_FM_GENER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this program, you can generate posting addresses based on existing actual/commitment data...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 RFFMBS_PO_FROM_FM_GENER 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

FMBSPO_GEN - Generate posting objects from data


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 RFFMBS_PO_FROM_FM_GENER. "Basic submit
SUBMIT RFFMBS_PO_FROM_FM_GENER AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBS_PO_FROM_FM_GENER 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_FIKRS = D FM Area
Selection Text: P_GJAHR = D Fiscal Year
Selection Text: P_PLDNR = D Posting Ledger
Selection Text: P_TEST = Test run
Selection Text: P_VARIA = D Layout
Title: Generate Posting Addresses from Posting Data
Text Symbol: 005 = Processing options
Text Symbol: 010 = Number of generated addresses
Text Symbol: 011 = Errors in derivation of budget addresses, data cannot be changed
Text Symbol: 100 = Budget Structure - Generate posting addresses
Text Symbol: 500 = FM management area
Text Symbol: 501 = Budget category
Text Symbol: 502 = Budget structure
Text Symbol: 503 = Fiscal year
Text Symbol: 504 = Posting ledger
Text Symbol: 505 = Processing status
Text Symbol: 506 = Test run
Text Symbol: 507 = Update run


INCLUDES used within this REPORT RFFMBS_PO_FROM_FM_GENER

INCLUDE: IFMBSCON.
INCLUDE: IFMRBCON.
INCLUDE: FMBS_OBJ_MAINT_LCL_CHANGE_PARA.
INCLUDE: IFMBS_LDNR_SELECTION.
INCLUDE: FMBS_OUTPUT_PROTOCOL_TYPES.


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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SELECTION' TABLES p_exclude = gt_fcode_excl.

FMBAS_CHECK_USERDIM_ACTIVE_PO CALL FUNCTION 'FMBAS_CHECK_USERDIM_ACTIVE_PO' EXPORTING i_fm_area = p_fikrs IMPORTING e_flg_active = g_flg_userdim_active_po.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_fipex = wa_object-cmmtitem i_flg_text = ' ' i_flg_hierarchy = ' ' IMPORTING e_f_fmci = wa_fmci EXCEPTIONS hierarchy_data_not_found = 0 OTHERS = 1.

FMBAS_SET_LEDGER_DROPDOWN_LIST CALL FUNCTION 'FMBAS_SET_LEDGER_DROPDOWN_LIST' EXPORTING i_ldnr_singl_field = 'P_PLDNR' i_t_ldnr_txt = g_t_ldnr_txt.



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