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

RFFMRP07_F02 SAP ABAP INCLUDE - Include RFFMRSD_F02







RFFMRP07_F02 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFFMRP07_F02 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 RFFMRP07_F02. "Basic submit
SUBMIT RFFMRP07_F02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRP07_F02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFFMRSD_F02


INCLUDES used within this REPORT RFFMRP07_F02

No INCLUDES are used within this REPORT code!


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:

DIALOG_SET_NO_DIALOG CALL FUNCTION 'DIALOG_SET_NO_DIALOG'.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' .

SD_SALES_DOCUMENT_READ CALL FUNCTION 'SD_SALES_DOCUMENT_READ' EXPORTING DOCUMENT_NUMBER = ls_fmrsd-vbeln IMPORTING EVBAK = ls_vbak EVBKD = ls_vbkd.

SD_SALES_ITEM_LIST_READ CALL FUNCTION 'SD_SALES_ITEM_LIST_READ' TABLES EIVBAP = lt_items.

SD_SALES_ITEM_READ CALL FUNCTION 'SD_SALES_ITEM_READ' EXPORTING item_number = lt_items-posnr IMPORTING evbap = ls_vbap evbkd = ls_vbkd EXCEPTIONS item_number_missing = 1 OTHERS = 2.

FM_CO_ASS_INPUT_MAINTAIN_SD CALL FUNCTION 'FM_CO_ASS_INPUT_MAINTAIN_SD' EXPORTING I_COBL = ls_COBL I_VBAK = ls_VBAK I_VBAP = ls_VBAP I_ACTYP = 'B' IMPORTING e_flg_assignment_change = lv_acc_assign_change.

FM_CO_ASS_INPUT_POST_SD CALL FUNCTION 'FM_CO_ASS_INPUT_POST_SD' TABLES T_FMCO_POST_SD = LT_FMCO_POST_SD.

SD_SALES_DOCU_MAINTAIN CALL FUNCTION 'SD_SALES_DOCU_MAINTAIN' EXPORTING I_VBAKKOM = ls_vbakkom I_VBAKKOMX = ls_vbakkomx TABLES RETURN = lt_messages.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = lt_mesg.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DIALOG_SET_WITH_DIALOG CALL FUNCTION 'DIALOG_SET_WITH_DIALOG'.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_T_LOG_HANDLE = lt_loghandle I_S_DISPLAY_PROFILE = ls_display_profile EXCEPTIONS OTHERS = 1.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING I_CLIENT = SY-MANDT I_T_LOG_HANDLE = lt_loghandle EXCEPTIONS LOG_NOT_FOUND = 1 SAVE_NOT_ALLOWED = 2 NUMBERING_ERROR = 3 OTHERS = 4.



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