SAP Reports / Programs

RFFMSE_BDGT_STRU_OUT_LIST SAP ABAP Report - List Outbound message for BudgetStructureReplicationRequest_Out







RFFMSE_BDGT_STRU_OUT_LIST 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 program to create a request outbound message BudgetStructureReplicationRequest_Out for the list of budget addresses and for the list of posting addresses...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_LIST 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_LIST. "Basic submit
SUBMIT RFFMSE_BDGT_STRU_OUT_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMSE_BDGT_STRU_OUT_LIST 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 .
Title: List Outbound message for 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_LIST

INCLUDE IRFFMSE_BDGT_STRU_OUT_LISTTOP.
INCLUDE IRFFMSE_BDGT_STRU_OUT_LISTS01.
INCLUDE IRFFMSE_BDGT_STRU_OUT_LISTF02.
INCLUDE IRFFMSE_BDGT_STRU_OUT_LISTO01.


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:

FM_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING i_t_fcode_excl = g_t_fcode I_FLG_FIKRS_ONLY = con_on.

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_ba.



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