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

RFFMSE_BDGT_STRU_OUT SAP ABAP Report - MBS Outbound message for service BudgetStructureReplicationRequest_Out







RFFMSE_BDGT_STRU_OUT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Create Outbound message for service BudgetStructureReplicationRequest_Out ..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 RFFMSE_BDGT_STRU_OUT into the relevant SAP transactions such as SE38 or SE80


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 RFFMSE_BDGT_STRU_OUT. "Basic submit
SUBMIT RFFMSE_BDGT_STRU_OUT AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMSE_BDGT_STRU_OUT 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_BS = D .
Selection Text: P_BUDCAT = D .
Selection Text: P_CONV = D .
Selection Text: P_ERROR = Display error messages only
Selection Text: P_FMAREA = D .
Selection Text: P_RECSYS = Receiver
Selection Text: P_YEAR = D .
Selection Text: S_HIE = D .
Title: MBS Outbound message for service BudgetStructureReplicationRequest_Out
Text Symbol: 001 = Source Parameters
Text Symbol: 007 = Ctrl Parameters
Text Symbol: 046 = Outbound Message
Text Symbol: 100 = Errors


INCLUDES used within this REPORT RFFMSE_BDGT_STRU_OUT

INCLUDE IRFFMSE_BDGT_STRU_OUTTOP.
INCLUDE IRFFMSE_BDGT_STRU_OUTS01.
INCLUDE IRFFMSE_BDGT_STRU_OUTF02.
INCLUDE IRFFMSE_BDGT_STRU_OUTO01.
INCLUDE IRFFMHIE_EXP_IMP_COMMON.


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:

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_T_LOG_HANDLE = L_T_LOG_HANDLE EXCEPTIONS OTHERS = 1.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = G_CNT_HIE_ID.



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