SAP Reports / Programs

RFREWF01 SAP ABAP Report - Program for object type FMRE: Funds reservations







RFREWF01 is a standard Executable ABAP Report 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 RFREWF01 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 RFREWF01. "Basic submit
SUBMIT RFREWF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFREWF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for object type FMRE: Funds reservations


INCLUDES used within this REPORT RFREWF01

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:

DISPLAY_RESERVATION CALL FUNCTION 'DISPLAY_RESERVATION' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER IMPORTING E_CANCEL = CANCEL.

CHANGE_RESERVATION CALL FUNCTION 'CHANGE_RESERVATION' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_BLPOS = OBJECT-KEY-DOCUMENTITEM IMPORTING E_CANCEL = CANCEL E_RESTART = RESTART.

FMR0_ROLE_DET_FIFM_GROUP CALL FUNCTION 'FMR0_ROLE_DET_FIFM_GROUP' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_ACTIVITY = L_ACTIVITY I_WFLEVEL = L_WFLEVEL I_GROUP = L_GROUP I_DEFINEROLE = L_DEFINEROLE TABLES T_IDENT = L_T_IDENT "/ Zeilennummern EXCEPTIONS DOCUMENT_NOT_FOUND = 1 ACTOR_NOT_FOUND = 3 GROUP_NOT_FOUND = 4 OTHERS = 5.

APPROVE_RESERVATION CALL FUNCTION 'APPROVE_RESERVATION' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_BLPOS = OBJECT-KEY-DOCUMENTITEM I_FUNCTION = L_I_FUNCTION I_REASON = L_WFREASON I_TRIGGER = L_WFTRIGGER I_SETLOCK = L_WFLOCK NO_DIALOGUE = L_NO_DIALOGUE IMPORTING E_APPROVE = L_APPROVE_RCODE E_REASON = L_WFREASON E_TRIGGER = L_WFTRIGGER TABLES T_LINES = L_T_IDENT.

FMR0_WF_UPDATE_RESERVATION CALL FUNCTION 'FMR0_WF_UPDATE_RESERVATION' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_BLPOS = OBJECT-KEY-DOCUMENTITEM I_FUNCTION = L_FUNCTION I_SETLOCK = L_WFLOCK EXCEPTIONS NOT_FOUND = 1 INVALID_FUNCTION = 2 ENQUEUE_ERROR = 3 error_message = 4.

CHANGE_BUDGET_RESERVATION CALL FUNCTION 'CHANGE_BUDGET_RESERVATION' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_BLPOS = OBJECT-KEY-DOCUMENTITEM IMPORTING E_CANCEL = CANCEL E_RESTART = RESTART.

FMR0_RESERVATION_TEXT_GET CALL FUNCTION 'FMR0_RESERVATION_TEXT_GET' EXPORTING I_BLTYP = DOCUMENTCATEGORY IMPORTING E_BLTYP_TEXT = DOCCATEGORYTEXT EXCEPTIONS OTHERS = 1.

FMR0_ROLE_DET_FIFM_GROUP CALL FUNCTION 'FMR0_ROLE_DET_FIFM_GROUP' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_ACTIVITY = L_ACTIVITY I_WFLEVEL = L_WFLEVEL I_DEFINEROLE = L_DEFINEROLE TABLES T_FMWF_GROUP = L_T_GROUP EXCEPTIONS DOCUMENT_NOT_FOUND = 1 ACTOR_NOT_FOUND = 3 GROUP_NOT_FOUND = 4 OTHERS = 5.

FMRB_SETLOCK CALL FUNCTION 'FMRB_SETLOCK' EXPORTING I_FLG_COMMIT = 'X' TABLES T_LOCKS = L_T_LOCKS EXCEPTIONS ERROR_MESSAGE = 01 OTHERS = 02.

FMRB_SWITCH_TO_AMOUNTDOCS CALL FUNCTION 'FMRB_SWITCH_TO_AMOUNTDOCS' EXPORTING I_FLG_COMMIT = 'X' TABLES T_FLAGS = L_T_FLAGS EXCEPTIONS ERROR_MESSAGE = 01 OTHERS = 02.

FMR0_ROLE_DET_FIFM_GROUP CALL FUNCTION 'FMR0_ROLE_DET_FIFM_GROUP' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_ACTIVITY = L_ACTIVITY I_WFLEVEL = L_WFLEVEL I_GROUP = L_GROUP I_DEFINEROLE = L_DEFINEROLE TABLES T_IDENT = L_T_IDENT "/ Zeilennummern EXCEPTIONS DOCUMENT_NOT_FOUND = 1 ACTOR_NOT_FOUND = 3 GROUP_NOT_FOUND = 4 OTHERS = 5.

APPROVE_RESERVATION CALL FUNCTION 'APPROVE_RESERVATION' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_BLPOS = OBJECT-KEY-DOCUMENTITEM I_FUNCTION = L_I_FUNCTION I_REASON = L_WFREASON I_TRIGGER = L_WFTRIGGER I_SETLOCK = L_WFLOCK NO_DIALOGUE = L_NO_DIALOGUE IMPORTING E_APPROVE = L_APPROVE_RCODE E_REASON = L_WFREASON E_TRIGGER = L_WFTRIGGER TABLES T_LINES = L_T_IDENT.



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