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

RFFMFG_BL_CORR_F_DELTA_POST01 SAP ABAP INCLUDE - Include RFFMFG_BL_CORR_F_DELTA_POST01







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


INCLUDES used within this REPORT RFFMFG_BL_CORR_F_DELTA_POST01

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:

FM_BL_FILL_ACC_INTERFACE CALL FUNCTION 'FM_BL_FILL_ACC_INTERFACE' EXPORTING i_tfmblcorein = l_t_bl_doc TABLES t_accit = l_t_accit t_acccr = l_t_acccr t_acchd = l_t_acchd t_accit_ext = l_t_accit_ext.

FMFG_ACCOUNT_CLASS_RWIN CALL FUNCTION 'FMFG_ACCOUNT_CLASS_RWIN' EXPORTING i_flg_use_message_handler = space TABLES t_accit = l_t_accit EXCEPTIONS check_not_passed = 1 OTHERS = 2.

FM_BL_READ_FILTER CALL FUNCTION 'FM_BL_READ_FILTER' IMPORTING e_bl_filter = l_bl_filter EXCEPTIONS no_value_found = 1 OTHERS = 2.

AC_DOCUMENT_MM_NO_UPDATE CALL FUNCTION 'AC_DOCUMENT_MM_NO_UPDATE'.

AC_DOCUMENT_CREATE CALL FUNCTION 'AC_DOCUMENT_CREATE' TABLES t_acchd = l_t_acchd t_accit = l_t_accit t_acccr = l_t_acccr t_accit_ext = l_t_accit_ext EXCEPTIONS error_message = 8.

SET_FACI_GM_FLAGS CALL FUNCTION 'SET_FACI_GM_FLAGS' EXPORTING i_bl_post = 'X'.

AC_DOCUMENT_POST CALL FUNCTION 'AC_DOCUMENT_POST' EXPORTING i_awtyp = l_s_bl_doc-obj_type " l_s_bl-obj_type i_awref = l_s_bl_doc-refdocnr " l_s_bl-refdocnr i_aworg = l_s_bl_doc-ref_org_un " l_s_bl-ref_org_un i_awsys = l_s_bl_doc-obj_sys " l_s_bl-obj_sys i_comp = ' '.

SET_FACI_GM_FLAGS CALL FUNCTION 'SET_FACI_GM_FLAGS' EXPORTING i_bl_post = space.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.



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