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

RFMBUPRE SAP ABAP INCLUDE - Program for Object Type FMBU: Budget







RFMBUPRE 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 RFMBUPRE 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 RFMBUPRE. "Basic submit
SUBMIT RFMBUPRE AND RETURN. "Return to original report after report execution complete
SUBMIT RFMBUPRE 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 FMBU: Budget


INCLUDES used within this REPORT RFMBUPRE

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:

KBPS_GET_TEXT_PROCESS CALL FUNCTION 'KBPS_GET_TEXT_PROCESS' EXPORTING VORGA = BPIN-VORGA IMPORTING E_STRING_20 = OBJECT-ACTIVITYTEXT EXCEPTIONS PROCESSTYPE_NOT_FOUND = 1 OTHERS = 2.

KBPS_GET_TECH_TEXT CALL FUNCTION 'KBPS_GET_TECH_TEXT' EXPORTING I_TECH = BPIN-TECH IMPORTING E_TEXT_20 = OBJECT-METHODTEXT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

KBPB_DOCUMENT_SHOW_AND_PROC CALL FUNCTION 'KBPB_DOCUMENT_SHOW_AND_PROC' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_FCODE = L_FCODE I_WORKFLOW = 'X' EXCEPTIONS DOCUMENT_NOT_FOUND = 1 OTHERS = 2.

KBPW_ROLE_DET_FIFM_BUDGET CALL FUNCTION 'KBPW_ROLE_DET_FIFM_BUDGET' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_WFLEVEL = L_WFLEVEL I_GROUP = L_GROUP TABLES T_IDENT = L_T_IDENT EXCEPTIONS DOCUMENT_NOT_FOUND = 1 FIPOS_NOT_FOUND = 2 ACTOR_NOT_FOUND = 3 GROUP_NOT_FOUND = 4 OTHERS = 5.

KBPB_DOCUMENT_SHOW_AND_PROC CALL FUNCTION 'KBPB_DOCUMENT_SHOW_AND_PROC' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_FCODE = L_FCODE I_WORKFLOW = 'X' IMPORTING E_APP_RCODE = APPROVE TABLES T_SELECT = L_T_IDENT EXCEPTIONS DOCUMENT_NOT_FOUND = 1 DOCUMENT_LOCKED = 2 CANCEL_METHOD = 3 OTHERS = 4.

KBPB_DOCUMENT_SHOW_AND_PROC CALL FUNCTION 'KBPB_DOCUMENT_SHOW_AND_PROC' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_FCODE = L_FCODE I_WORKFLOW = 'X' EXCEPTIONS DOCUMENT_NOT_FOUND = 1 DOCUMENT_LOCKED = 2 CANCEL_METHOD = 3 OTHERS = 4.

KBPW_POST_PRELIMINARY_DOCUMENT CALL FUNCTION 'KBPW_POST_PRELIMINARY_DOCUMENT' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_WORKFLOW = 'X' EXCEPTIONS ERROR_OCCURED = 1 DOCUMENT_NOT_FOUND = 2 DOCUMENT_LOCKED = 3 DOCUMENT_ALREADY_POSTED = 4 DOCUMENT_NOT_PRELIMINARY = 5 DOCUMENT_ALREADY_REFUSED = 6 ERROR_MESSAGE = 8 OTHERS = 7 .

KBPB_DOCUMENT_SHOW_AND_PROC CALL FUNCTION 'KBPB_DOCUMENT_SHOW_AND_PROC' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_FCODE = L_FCODE I_WORKFLOW = 'X' EXCEPTIONS DOCUMENT_NOT_FOUND = 1 DOCUMENT_LOCKED = 2 CANCEL_METHOD = 3 OTHERS = 4.

KBPB_DOCUMENT_SHOW_AND_PROC CALL FUNCTION 'KBPB_DOCUMENT_SHOW_AND_PROC' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_FCODE = L_FCODE I_WORKFLOW = 'X' IMPORTING E_BPDK_BELNR = L_BELNR EXCEPTIONS DOCUMENT_NOT_FOUND = 1 DOCUMENT_LOCKED = 2 CANCEL_METHOD = 3 OTHERS = 4.

KBPW_ROLE_DET_FIFM_BUDGET CALL FUNCTION 'KBPW_ROLE_DET_FIFM_BUDGET' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_WFLEVEL = L_WFLEVEL TABLES T_FMWF_GROUP = L_T_GROUP EXCEPTIONS DOCUMENT_NOT_FOUND = 1 FIPOS_NOT_FOUND = 2 ACTOR_NOT_FOUND = 3 GROUP_NOT_FOUND = 4 OTHERS = 5.

KBPS_INIT CALL FUNCTION 'KBPS_INIT' EXPORTING BP_IMPORT = BPIN IMPORTING BP_IN = BPIN.

KBPW_ROLE_DET_FIFM_BUDGET CALL FUNCTION 'KBPW_ROLE_DET_FIFM_BUDGET' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_WFLEVEL = L_wfLEVEL I_GROUP = L_GROUP TABLES T_IDENT = L_T_IDENT EXCEPTIONS DOCUMENT_NOT_FOUND = 1 FIPOS_NOT_FOUND = 2 ACTOR_NOT_FOUND = 3 GROUP_NOT_FOUND = 4 OTHERS = 5.

KBPB_DOCUMENT_SHOW_AND_PROC CALL FUNCTION 'KBPB_DOCUMENT_SHOW_AND_PROC' EXPORTING I_BELNR = OBJECT-KEY-DOCUMENTNUMBER I_FCODE = L_FCODE I_WORKFLOW = 'X' IMPORTING E_APP_RCODE = L_APPROVE_RCODE e_reason = l_reason e_trigger = l_wftrigger TABLES T_SELECT = L_T_IDENT EXCEPTIONS DOCUMENT_NOT_FOUND = 1 DOCUMENT_LOCKED = 2 CANCEL_METHOD = 3 OTHERS = 4.

KBPI_DOCUMENT_PROC CALL FUNCTION 'KBPI_DOCUMENT_PROC' EXPORTING entry_doc_number = object-key-documentnumber function = l_i_function reason = l_reason trigger = l_wftrigger tables return = lt_return.



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